From: Shweta Bhosale Date: Thu, 9 Jul 2026 14:31:45 +0000 (+0530) Subject: qa: fixed the NFS protocol version in test_nfs.py X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=19dea175a36185aa18ef06a3684d35fd6fb535d1;p=ceph.git qa: fixed the NFS protocol version in test_nfs.py Fixes: https://tracker.ceph.com/issues/78099 Signed-off-by: Shweta Bhosale --- diff --git a/qa/tasks/cephfs/test_nfs.py b/qa/tasks/cephfs/test_nfs.py index 28f30f25e41..951f41e385b 100644 --- a/qa/tasks/cephfs/test_nfs.py +++ b/qa/tasks/cephfs/test_nfs.py @@ -56,7 +56,7 @@ class TestNFS(MgrTestCase): "squash": "none", "security_label": True, "protocols": [ - 3, 4 + 4 ], "transports": [ "TCP"