]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mount.ceph: give a hint message when no mds is up or cluster is laggy 32911/head
authorXiubo Li <xiubli@redhat.com>
Wed, 11 Dec 2019 01:50:12 +0000 (20:50 -0500)
committerNathan Cutler <ncutler@suse.com>
Mon, 27 Jan 2020 16:31:58 +0000 (17:31 +0100)
commit6bb84b266e14f50c71a0f661a423dfbdfcab1bdd
tree6cfa630cdb33a6a3d6b26878552a28b959ef4779
parente1c5fd9306ce839d8d3ac8160c57aba42e0231a8
mount.ceph: give a hint message when no mds is up or cluster is laggy

When the cluster is laggy or no MDS is up the mount may time out with
errno == EHOSTUNREACH for the first time to do the mounting, and will
just return the same errno without waiting for the following retries.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 28ae01af7f42e8709baeeb2e22df720d9cb61e9b)
src/mount/mount.ceph.c