From: Patrick Donnelly Date: Fri, 20 Mar 2026 21:46:29 +0000 (-0400) Subject: qa: remove unused variables X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8cc2ea40c428ef1734b27f3006840797539031c;p=ceph.git qa: remove unused variables To make tox-qa happy. Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/mount.py b/qa/tasks/cephfs/mount.py index 1b1c696b3e12..47b12be2387a 100644 --- a/qa/tasks/cephfs/mount.py +++ b/qa/tasks/cephfs/mount.py @@ -455,11 +455,6 @@ class CephFSMountBase(object): sudo ip link delete ceph-brx """, timeout=(5*60), omit_sudo=False, cwd='/') - # Drop the nftables NAT rules - net = ipaddress.ip_network(self.ceph_brx_net) - ip = net.broadcast_address - 1 - mask = self.ceph_brx_net.split('/')[1] - gw = self._default_gateway() self.run_shell_payload(f"""