]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/rgw_multi: Fix unbound variable in log message
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 31 Mar 2025 19:32:41 +0000 (15:32 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 1 Apr 2025 15:10:14 +0000 (11:10 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/test/rgw/rgw_multi/tests.py

index 32bae6099c1d65e7602e65e5f0d3851e736d0cfb..e08ad319feb5c2002f4e72f4f1e8e20d3bb1f4d5 100644 (file)
@@ -526,7 +526,7 @@ def check_all_buckets_dont_exist(zone_conn, buckets):
         except:
             continue
 
-        log.critical('zone %s contains bucket %s', zone.zone, b)
+        log.critical('zone %s contains bucket %s', zone_conn.zone, b)
         return False
 
     return True