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

Also available in: Atom PDF