]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-fuse: librados will filter out -r option from command-line 46952/head
authorwanwencong <wanwc@chinatelecom.cn>
Fri, 24 Jun 2022 15:54:52 +0000 (23:54 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 4 Jul 2022 09:56:40 +0000 (11:56 +0200)
commitcddc641e27ff7253ec8d023b2a08ea6bac9a56af
treef7435a88fc48968613bf4c3a51ca1cf6c2d1a40f
parentcf93222d5dbcc4a83cbe6f3543dc28b6736d751a
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>
(cherry picked from commit e99d64bc8a5c3bbb8a3632f211d4f56751cf499e)
src/rbd_fuse/rbd-fuse.cc