]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/qemu: adjust NFS service name for Rocky 10 67142/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 11 Nov 2025 17:31:56 +0000 (18:31 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 30 Jan 2026 18:53:43 +0000 (19:53 +0100)
Fixes: https://tracker.ceph.com/issues/74670
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/tasks/qemu.py

index 1b8ad4028a0609dd6e3d279caf910b9f4d96a2d5..303748302fbcc25bba866a495085a4eb698930d5 100644 (file)
@@ -502,7 +502,7 @@ def run_qemu(ctx, config):
 
         nfs_service_name = 'nfs'
         if (
-            remote.os.name in ['rhel', 'centos'] and
+            remote.os.name in ['rhel', 'centos', 'rocky'] and
             Version(remote.os.version.lower().removesuffix(".stream")) >= Version("8")
         ):
             nfs_service_name = 'nfs-server'