]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: correct wording of comment
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 11 Mar 2026 06:14:39 +0000 (11:44 +0530)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 14 Apr 2026 01:27:18 +0000 (21:27 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/mount.py

index dbef8e7d4b3426ad7967c20922d88ed9f5aa89f1..f7159c7b4b6e98b837044dc54606408284d7bd5b 100644 (file)
@@ -290,7 +290,7 @@ class CephFSMountBase(object):
 
         # Setup the ceph-brx and always use the last valid IP
         if not brx:
-            log.info("Setuping the 'ceph-brx' with {0}/{1}".format(ip, mask))
+            log.info("Setting up the 'ceph-brx' with {0}/{1}".format(ip, mask))
 
             self.run_shell_payload(f"""
                 set -e
@@ -403,7 +403,7 @@ class CephFSMountBase(object):
         mask = self.ceph_brx_net.split('/')[1]
         brd = net.broadcast_address
 
-        log.info("Setuping the netns '{0}' with {1}/{2}".format(self.netns_name, ip, mask))
+        log.info("Setting up the netns '{0}' with {1}/{2}".format(self.netns_name, ip, mask))
 
         # Setup the veth interfaces
         brxip = bridge_ip