]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: load file system info if not created 50923/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:25:32 +0000 (11:25 -0400)
commit712979cde0a5d3f448ab10f6cc68b15b0de71e82
treeefcfa137b982d162ebb009ae266fd0d78b5485b4
parentc1a1fc7456fbe01a4d4c0ac6309da527dffb5ac4
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