From: Shubha Jain Date: Wed, 29 Apr 2026 11:21:50 +0000 (+0530) Subject: cephadm: update NFS scheduling and ingress tests for CEPH block changes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55d81950046a1f798972f023a3b8f432ffc3b955;p=ceph.git cephadm: update NFS scheduling and ingress tests for CEPH block changes Signed-off-by: Shubha Jain Made-with: Cursor --- diff --git a/src/pybind/mgr/cephadm/tests/services/test_ingress.py b/src/pybind/mgr/cephadm/tests/services/test_ingress.py index 86692935e188..90092f46d38d 100644 --- a/src/pybind/mgr/cephadm/tests/services/test_ingress.py +++ b/src/pybind/mgr/cephadm/tests/services/test_ingress.py @@ -1222,6 +1222,18 @@ class TestIngressService: '"rados://.nfs/foo/conf-nfs.foo";\n' '}\n' '\n' + 'CEPH {\n' + ' Ceph_Conf = "/etc/ceph/ceph.conf";\n' + ' umask = 0000;\n' + ' client_oc = false;\n' + ' async = false;\n' + ' zerocopy = false;\n' + ' use_old_uuid = false;\n' + '\n' + ' register_service = true;\n' + ' nodeid = "0";\n' + '}\n' + '\n' 'RGW {\n' ' cluster = "ceph";\n' ' name = "client.nfs.foo.test.0.0-rgw";\n'