]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: exclude `nofallback` mount option when using v1-style syntax 44220/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 6 Dec 2021 05:17:26 +0000 (00:17 -0500)
committerVenky Shankar <vshankar@redhat.com>
Thu, 9 Dec 2021 08:00:22 +0000 (13:30 +0530)
commita15e6d672102d1bc205f66cb4b6ca13fc8568836
treeeedb7085b63157d1709dfa1b5079ff7ed5ba819c
parent961bfc8e45f1279dc1348df5a9fefc451c53c8dd
qa: exclude `nofallback` mount option when using v1-style syntax

Otherwise, certain upgrade tests fail which install pacific
or earlier releases since the mount helper does not understand
this mount option, thereby passing it to the kernel which would
does not handle this config causing mount to fail in tests.

Note that this mount config is only used during teuthology tests
to catch v2-style syntax implementation bugs in the kernel.

Fixes: http://tracker.ceph.com/issues/53487
Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/tasks/cephfs/kernel_mount.py