]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
filestore_idmepotent: pull cuttlefish version of this script
authorSage Weil <sage@inktank.com>
Wed, 23 Oct 2013 03:41:35 +0000 (20:41 -0700)
committerSage Weil <sage@inktank.com>
Wed, 23 Oct 2013 03:41:35 +0000 (20:41 -0700)
The master one doesn't have the xattr option any more.

Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/filestore_idempotent.py

index fea790a765ceb533ec90f2491d7b4eec284308f4..8fea0bfa2e65507684a5779a4ad34243fc16c89b 100644 (file)
@@ -42,10 +42,10 @@ def task(ctx, config):
                 'cd', dir,
                 run.Raw('&&'),
                 'wget','-q', '-Orun_seed_to.sh',
-                'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to.sh;hb=HEAD',
+                'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to.sh;hb=cuttlefish',
                 run.Raw('&&'),
                 'wget','-q', '-Orun_seed_to_range.sh',
-                'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to_range.sh;hb=HEAD',
+                'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/filestore/run_seed_to_range.sh;hb=cuttlefish',
                 run.Raw('&&'),
                 'chmod', '+x', 'run_seed_to.sh', 'run_seed_to_range.sh',
                 ]);