mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
workunits: update rbd test for new error format
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
This commit is contained in:
parent
85719b0ed8
commit
6687ccf5dc
@ -50,7 +50,7 @@ cmp /tmp/img2 /tmp/img1.snap1
|
||||
|
||||
# remove snapshots
|
||||
rbd snap rm --snap=snap1 testimg1
|
||||
rbd info --snap=snap1 testimg1 2>&1 | grep 'error setting snapshot context: error 2: No such file or directory'
|
||||
rbd info --snap=snap1 testimg1 2>&1 | grep 'error setting snapshot context: (2) No such file or directory'
|
||||
|
||||
rm -f $TMP_FILES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user