diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:17 +0000 |
commit | b98f2fb9922af9b7a8ec418716d79ee2a4af5b77 (patch) | |
tree | a0f4f617c881a28eb0d52754b15b0a082bb545e1 /src/mount | |
parent | Adding debian version 18.2.2-1. (diff) | |
download | ceph-b98f2fb9922af9b7a8ec418716d79ee2a4af5b77.tar.xz ceph-b98f2fb9922af9b7a8ec418716d79ee2a4af5b77.zip |
Merging upstream version 18.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/mount')
-rw-r--r-- | src/mount/mount.ceph.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mount/mount.ceph.c b/src/mount/mount.ceph.c index 631b0b3fc..6efb154d3 100644 --- a/src/mount/mount.ceph.c +++ b/src/mount/mount.ceph.c @@ -912,7 +912,8 @@ static int do_mount(const char *dev, const char *node, fprintf(stderr, "mount error: ceph filesystem not supported by the system\n"); break; case EHOSTUNREACH: - fprintf(stderr, "mount error: no mds server is up or the cluster is laggy\n"); + fprintf(stderr, "mount error: no mds (Metadata Server) is up. " + "The cluster might be laggy, or you may not be authorized\n"); break; default: fprintf(stderr, "mount error %d = %s\n", errno, strerror(errno)); |