From: Patrick Donnelly Date: Wed, 11 Mar 2026 06:14:39 +0000 (+0530) Subject: qa: correct wording of comment X-Git-Tag: v20.2.2~54^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0709f4ab42ff265f8a8d96da0c3344560630fb01;p=ceph.git qa: correct wording of comment Signed-off-by: Patrick Donnelly (cherry picked from commit 83ecfdfe8b9dcb7048f21fda75d808d4189cacd9) --- diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index 2fe00366623..3c8c9f3992d 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -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