Feature #12204
ceph-fuse: warn and shut down when there is no MDS present
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
Labels (FS):
Pull request ID:
Description
Right now if you try to mount ceph-fuse and there's no MDS in the system, it simply hangs. This is confusing for new users as they have no idea what's going on. We should probably report on the command line and in the logs when a user is trying to mount CephFS with no MDS present.
Associated revisions
ceph-fuse: warn and shut down when there is no MDS present
This patch checks the up MDS servers when mounting. If there's
no MDS server up, report in the log then force quit.
Fixes: #12204
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
History
#1 Updated by Greg Farnum over 5 years ago
- Status changed from New to Resolved
https://github.com/ceph/ceph/pull/5416
Thanks Yuan Zhou!