]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: load file system info if not created 50922/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 5 Apr 2023 19:25:38 +0000 (15:25 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 6 Apr 2023 15:24:23 +0000 (11:24 -0400)
commit27bbbc2112e34cb21be0c5a2cb00d4a3bf4e901d
tree05f9f4355134cd1975bb3f4b0a1a0856ebcf2f44
parent8b88d76591e7a09b20f71968c37362772044a299
qa: load file system info if not created

Mounts may create a Filesystem object which does not create the file
system. This causes self.id to be Null when we try to wait for daemons
to be up. Load it just in time!

Fixes: https://tracker.ceph.com/issues/59332
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 69565dbbf124e29f30dae989eae41eada161a4b4)
qa/tasks/cephfs/filesystem.py