mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
qa: make snaptest trigger capsnap dirty(caps)==0 bug
Prior to ceph-client.git commit 819ccbfa448, this will cause a VFS: Busy inodes after unmount of ceph. Self-destruct in 5 seconds. Have a nice day... on umount.
This commit is contained in:
parent
4f8a353278
commit
e6bc437528
@ -13,3 +13,11 @@ if [ "$now" = "$then" ]; then
|
||||
echo live and snap contents are identical?
|
||||
false
|
||||
fi
|
||||
|
||||
# do it again
|
||||
echo 1 > file1
|
||||
echo 2 > file2
|
||||
echo 3 > file3
|
||||
mkdir .snap/snap1
|
||||
echo 4 > file4
|
||||
rmdir .snap/snap1
|
||||
|
Loading…
Reference in New Issue
Block a user