]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-fuse: librados will filter out -r option from command-line 46839/head
authorwanwencong <wanwc@chinatelecom.cn>
Fri, 24 Jun 2022 15:54:52 +0000 (23:54 +0800)
committerwanwencong <wanwc@chinatelecom.cn>
Fri, 1 Jul 2022 15:41:03 +0000 (23:41 +0800)
commite99d64bc8a5c3bbb8a3632f211d4f56751cf499e
treea12bf6b9793eed28ff600c49f9963837766830c1
parentb76b6ea16899861d6c266797b3c11d9f68f924d7
rbd-fuse: librados will filter out -r option from command-line

The -r option will be filtered out by librados
when exec cmd "rbd-fuse /mountpoint -p pool_name -r rbd_name"
other rbds can be seen under the mount point

Fixes: https://tracker.ceph.com/issues/56387
Signed-off-by: wanwencong <wanwc@chinatelecom.cn>
src/rbd_fuse/rbd-fuse.cc