mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
Merge pull request #29968 from wjwithagen/wjw-fix-dencode-bluestore_bdev_t
bluestore/bdev: initialize size when creating object. Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
5e9227c9ec
@ -33,7 +33,7 @@ namespace ceph {
|
||||
/// label for block device
|
||||
struct bluestore_bdev_label_t {
|
||||
uuid_d osd_uuid; ///< osd uuid
|
||||
uint64_t size; ///< device size
|
||||
uint64_t size = 0; ///< device size
|
||||
utime_t btime; ///< birth time
|
||||
string description; ///< device description
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user