Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # set -x
- loop=10
- while ((loop--)) ; do
- rm -f /mnt/shared/output.bin
- python3 ./ocfs2_fallocate_bug_plain_write.py
- md5sum /mnt/shared/output.bin
- ssh ghe-tw-nd2 md5sum /mnt/shared/output.bin
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement