]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rbd/rbd_mirror.sh
update sources to v12.1.0
[ceph.git] / ceph / qa / workunits / rbd / rbd_mirror.sh
index f49359412059b67bb6f14e3c83552c61fdcfa79f..f000b66271c1d40c6947acfd06b11c6b4d395be1 100755 (executable)
@@ -387,4 +387,8 @@ wait_for_status_in_pool_dir ${CLUSTER1} ${POOL} ${image} 'up+error' 'split-brain
 request_resync_image ${CLUSTER1} ${POOL} ${image} image_id
 wait_for_status_in_pool_dir ${CLUSTER1} ${POOL} ${image} 'up+replaying' 'master_position'
 
+testlog "TEST: no blacklists"
+ceph --cluster ${CLUSTER1} osd blacklist ls 2>&1 | grep -q "listed 0 entries"
+ceph --cluster ${CLUSTER2} osd blacklist ls 2>&1 | grep -q "listed 0 entries"
+
 echo OK