Implement min/max inode filters in LIST operation
This commit is contained in:
@@ -135,7 +135,10 @@ struct __attribute__((__packed__)) osd_op_secondary_list_t
|
||||
osd_op_header_t header;
|
||||
// placement group total number and total count
|
||||
pg_num_t list_pg, pg_count;
|
||||
// size of an area that maps to one PG continuously
|
||||
uint64_t pg_stripe_size;
|
||||
// inode range (used to select pools)
|
||||
uint64_t min_inode, max_inode;
|
||||
};
|
||||
|
||||
struct __attribute__((__packed__)) osd_reply_secondary_list_t
|
||||
|
||||
Reference in New Issue
Block a user