]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: Fix validation of client_version
authorKotresh HR <khiremat@redhat.com>
Thu, 26 Jun 2025 07:44:00 +0000 (07:44 +0000)
committerKotresh HR <khiremat@redhat.com>
Thu, 17 Jul 2025 06:45:52 +0000 (06:45 +0000)
commitf10e34d0350d216f02d4e73ec695340daae11dd4
tree5d30198cf6f639ab68e141b5ec8476c656138251
parent3516db300d3688cd048542dbed2e0318f9ac5ad3
qa: Fix validation of client_version

The multifs auth caps bug has a fix both in client and mds.
If it's old client and not patched, we expect that the fs
with 'rw' would end up having 'r' caps with the multifs
auth caps used as in the test
'test_multifs_single_client_cross_access_r_caps_end'.
This patch adds the conditional to validate the same.

This commit makes use of the PR #64005

Fixes: https://tracker.ceph.com/issues/72167
Signed-off-by: Kotresh HR <khiremat@redhat.com>
qa/tasks/cephfs/test_admin.py