From: Kotresh HR Date: Fri, 22 Jul 2022 13:50:33 +0000 (+0530) Subject: qa: Remove unused variable X-Git-Tag: v18.0.0~441^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c8416c3f0e15e49dde4b9bca6f732231d9b5d16b;p=ceph.git qa: Remove unused variable Signed-off-by: Kotresh HR --- diff --git a/qa/tasks/cephfs/test_volumes.py b/qa/tasks/cephfs/test_volumes.py index 3ae10bf16958c..82d8e2a461dd2 100644 --- a/qa/tasks/cephfs/test_volumes.py +++ b/qa/tasks/cephfs/test_volumes.py @@ -7412,7 +7412,6 @@ class TestMisc(TestVolumesHelper): poor man's upgrade test -- theme continues... """ subvol1, subvol2 = self._generate_random_subvolume_name(2) - group = self._generate_random_group_name() # emulate a old-fashioned subvolume in the default group createpath1 = os.path.join(".", "volumes", "_nogroup", subvol1)