From 19dea175a36185aa18ef06a3684d35fd6fb535d1 Mon Sep 17 00:00:00 2001 From: Shweta Bhosale Date: Thu, 9 Jul 2026 20:01:45 +0530 Subject: [PATCH] qa: fixed the NFS protocol version in test_nfs.py Fixes: https://tracker.ceph.com/issues/78099 Signed-off-by: Shweta Bhosale --- qa/tasks/cephfs/test_nfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3