]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-fuse: librados will filter out -r option from command-line 46953/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:57:18 +0000 (11:57 +0200)
commitfe66fcd9ee99dda8c9078bc5787f1c3db66c4346
tree52fe330545b6aa963154f69d3b562b0bab0afbf8
parent494bbf8c4cff5775f04a6a479335587c213bcf08
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