From: Patrick Donnelly Date: Wed, 11 Mar 2026 06:14:39 +0000 (+0530) Subject: qa: correct wording of comment X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83ecfdfe8b9dcb7048f21fda75d808d4189cacd9;p=ceph.git qa: correct wording of comment Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index dbef8e7d4b34..f7159c7b4b6e 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