mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
Merge pull request #47774 from vumrao/wip-vumrao-57271
blk/KernelDevice: Modify the rotational and discard check log message Reviewed-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
commit
c10c8a5e89
@ -266,7 +266,7 @@ int KernelDevice::open(const string& p)
|
||||
<< byte_u_t(size) << ")"
|
||||
<< " block_size " << block_size
|
||||
<< " (" << byte_u_t(block_size) << ")"
|
||||
<< " " << (rotational ? "rotational" : "non-rotational")
|
||||
<< " " << (rotational ? "rotational device," : "non-rotational device,")
|
||||
<< " discard " << (support_discard ? "supported" : "not supported")
|
||||
<< dendl;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user