Add --pg parameter to vitastor-cli describe, print objects with 0x in human-readable format too

This commit is contained in:
Vitaliy Filippov
2024-04-07 12:39:46 +03:00
parent 02993ee1dd
commit 20fbc4a745
6 changed files with 35 additions and 14 deletions
+3
View File
@@ -258,6 +258,9 @@ struct __attribute__((__packed__)) osd_op_describe_t
uint64_t max_inode, max_offset;
// limit
uint64_t limit;
// pool and PG
uint32_t pool_id;
uint32_t pg_num;
};
struct __attribute__((__packed__)) osd_reply_describe_t