]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: wait rank 0 to become up:active state before mounting fuse client 46802/head
authorXiubo Li <xiubli@redhat.com>
Wed, 8 Jun 2022 05:00:20 +0000 (13:00 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 22 Jun 2022 06:39:33 +0000 (14:39 +0800)
commitea063c7ae44f98b54f32155915a3636a35ac3c87
tree91a49cf8c2aba768ab6ffa2549953015e9e69f9b
parentc793248586e4c0f5599b4a5afe731f2aa20610ec
qa: wait rank 0 to become up:active state before mounting fuse client

When setting the ec pool to the layout the filesystem may not be
ready, so when mounting a fuse client it will fail. To fix this we
need to wait at least the rank 0 to be in up:active state.

Fixes: https://tracker.ceph.com/issues/55824
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 72194627c19bcb97b0a70d28e63185c9e9c015aa)
qa/tasks/cephfs/filesystem.py