]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephfs: raise exception if incorrect fstype found 64709/head
authorDhairya Parmar <dparmar@redhat.com>
Mon, 28 Jul 2025 07:16:02 +0000 (12:46 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 16 Sep 2025 11:04:59 +0000 (16:34 +0530)
commitf76f6a067497802e8567076e0e71d833bb0447e8
treee4579937f7da4752188c5dcb16870979147edcbd
parent866054fd3cff6233233d09a25e5176e8604333fe
qa/tasks/cephfs: raise exception if incorrect fstype found

otherwise it would get stuck in an infinite loop since the caller
wait_until_mounted() checks for check_mounted_state() until it
returns true.

Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
qa/tasks/cephfs/fuse_mount.py