]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: fix rbd_features_to_string output
authorzhengyin <zhengyin@cmss.chinamobile.com>
Mon, 21 Oct 2019 06:32:24 +0000 (14:32 +0800)
committerzhengyin <zhengyin@cmss.chinamobile.com>
Mon, 21 Oct 2019 09:59:56 +0000 (17:59 +0800)
commit2deb39cb5b98b0296b0309b05d19c2b7f8270db0
tree387c41310b5e3dc20742fcd1d0dc6153fd389dd1
parentdd2977b8953388a9433a222a162620f33bb195ac
librbd: fix rbd_features_to_string output

if features = 61, it will output ",deep-flattenexclusive-lockfast-difflayeringobject-map".
I think "deep-flatten,exclusive-lock,fast-diff,layering,object-map" is suitable output.

Signed-off-by: Zheng Yin <zhengyin@cmss.chinamobile.com>
src/librbd/Features.cc