mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
os/bluefs: make super block w/ WRITE_LIFE_TIME_SHORT.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
This commit is contained in:
parent
e53cea91cf
commit
93ecda5311
@ -554,7 +554,7 @@ int BlueFS::_write_super(int dev)
|
||||
ceph_assert(bl.length() <= get_super_length());
|
||||
bl.append_zero(get_super_length() - bl.length());
|
||||
|
||||
bdev[dev]->write(get_super_offset(), bl, false);
|
||||
bdev[dev]->write(get_super_offset(), bl, false, WRITE_LIFE_SHORT);
|
||||
dout(20) << __func__ << " v " << super.version
|
||||
<< " crc 0x" << std::hex << crc
|
||||
<< " offset 0x" << get_super_offset() << std::dec
|
||||
|
Loading…
Reference in New Issue
Block a user