]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: load file system info if not created 50896/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 5 Apr 2023 19:25:38 +0000 (15:25 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 5 Apr 2023 22:24:22 +0000 (18:24 -0400)
commit69565dbbf124e29f30dae989eae41eada161a4b4
tree92d2977a12f5b3a36b1c7c245bac5705a8dff4a3
parent071167fa753759e086184eae770dc1c412aa3451
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>
qa/tasks/cephfs/filesystem.py