summaryrefslogtreecommitdiffstats
path: root/qa/tasks/cephfs/test_volume_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/tasks/cephfs/test_volume_client.py')
-rw-r--r--qa/tasks/cephfs/test_volume_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/tasks/cephfs/test_volume_client.py b/qa/tasks/cephfs/test_volume_client.py
index 785a6914772..b7fd51dac47 100644
--- a/qa/tasks/cephfs/test_volume_client.py
+++ b/qa/tasks/cephfs/test_volume_client.py
@@ -461,7 +461,7 @@ vc.disconnect()
# Evicted guest client, guest_mounts[0], should not be able to do
# anymore metadata ops. It should start failing all operations
- # when it sees that its own address is in the blacklist.
+ # when it sees that its own address is in the blocklist.
try:
guest_mounts[0].write_n_mb("rogue.bin", 1)
except CommandFailedError:
@@ -469,7 +469,7 @@ vc.disconnect()
else:
raise RuntimeError("post-eviction write should have failed!")
- # The blacklisted guest client should now be unmountable
+ # The blocklisted guest client should now be unmountable
guest_mounts[0].umount_wait()
# Guest client, guest_mounts[1], using the same auth ID 'guest', but