From: Sage Weil Date: Wed, 23 Oct 2013 03:41:35 +0000 (-0700) Subject: filestore_idmepotent: pull cuttlefish version of this script X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8847381f099aa216030e644ceaf097f02f2d785;p=teuthology.git filestore_idmepotent: pull cuttlefish version of this script The master one doesn't have the xattr option any more. Signed-off-by: Sage Weil --- diff --git a/teuthology/task/filestore_idempotent.py b/teuthology/task/filestore_idempotent.py index fea790a76..8fea0bfa2 100644 --- a/teuthology/task/filestore_idempotent.py +++ b/teuthology/task/filestore_idempotent.py @@ -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', ]);