Project

General

Profile

Actions

Bug #23134

closed

"-c" option of rbd-fuse does not work with relative path

Added by Rishabh Dave about 6 years ago. Updated about 6 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

$ sudo ./bin/rbd-fuse /rbd_images/ -c /home/rishabh/repos/ceph/build/ceph.conf
$ sudo umount /rbd_images
$ sudo ls /rbd_images
image1

$ sudo ./bin/rbd-fuse /rbd_images/ -c ceph.conf
$ sudo ls /rbd_images
ls: cannot access '/rbd_images': Transport endpoint is not connected

IMHO, after looking at the code, I feel it is a bug with libfuse (though I could fix it within rbd-fuse too; see attached patch).


Files

Actions #1

Updated by Brad Hubbard about 6 years ago

  • Assignee set to Rishabh Dave
Actions #2

Updated by Jason Dillaman about 6 years ago

  • Status changed from New to Duplicate

See #12219

Actions #3

Updated by Rishabh Dave about 6 years ago

Jason Dillaman wrote:

See #12219

It does not describe anything about "-c".

Actions #4

Updated by Jason Dillaman about 6 years ago

It's all the same thing -- rbd-fuse needs to accept standard Ceph startup options. Of course, nobody uses rbd-fuse nor tests rbd-fuse so perhaps the correct solution is to just remove rbd-fuse.

Actions

Also available in: Atom PDF