]> 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>
Fri, 8 May 2026 23:46:20 +0000 (19:46 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 83ecfdfe8b9dcb7048f21fda75d808d4189cacd9)

qa/tasks/cephfs/mount.py

index 2fe003666239e7c21e028339fa2eae1b52a40199..3c8c9f3992de79e0f3ce282acff35d6501ce77ec 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