]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add test that client updates realm children on snap update
authorSage Weil <sage@newdream.net>
Mon, 16 Aug 2010 20:35:54 +0000 (13:35 -0700)
committerSage Weil <sage@newdream.net>
Mon, 16 Aug 2010 21:51:25 +0000 (14:51 -0700)
qa/workunits/snaptest-upchildrealms.sh [new file with mode: 0755]

diff --git a/qa/workunits/snaptest-upchildrealms.sh b/qa/workunits/snaptest-upchildrealms.sh
new file mode 100755 (executable)
index 0000000..3f8420a
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/sh -x
+
+set -e
+
+#
+# verify that a snap update on a parent realm will induce
+# snap cap writeback for inodes child realms
+#
+
+mkdir a
+mkdir a/b
+mkdir a/.snap/a1
+mkdir a/b/.snap/b1
+echo asdf > a/b/foo
+mkdir a/.snap/a2
+# client _should_ have just queued a capsnap for writeback
+ln a/b/foo a/b/bar       # make the server cow the inode
+
+echo "this should not hang..."
+cat a/b/.snap/_a2_*/foo
+echo "good, it did not hang."
+