From dc1abab2119fcf01eecfc81f3ef2177621af0b1f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 2 Mar 2012 10:55:19 -0800 Subject: [PATCH] github.com/NewDreamNetwork -> github.com/ceph --- coverage/cov-init.sh | 2 +- teuthology/task/chef.py | 2 +- teuthology/task/lost_unfound.py | 3 ++- teuthology/task/s3readwrite.py | 2 +- teuthology/task/s3roundtrip.py | 2 +- teuthology/task/s3tests.py | 2 +- teuthology/task/swift.py | 2 +- teuthology/task/workunit.py | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/coverage/cov-init.sh b/coverage/cov-init.sh index e3afb9961555b..2cb1ebd7a8173 100755 --- a/coverage/cov-init.sh +++ b/coverage/cov-init.sh @@ -19,7 +19,7 @@ SHA1=`cat $TEST_DIR/ceph-sha1` mkdir -p $OUTPUT_DIR/ceph echo "Retrieving source and .gcno files..." -wget -q -O- "https://github.com/NewDreamNetwork/ceph/tarball/$SHA1" | tar xzf - --strip-components=1 -C $OUTPUT_DIR/ceph +wget -q -O- "https://github.com/ceph/ceph/tarball/$SHA1" | tar xzf - --strip-components=1 -C $OUTPUT_DIR/ceph tar zxf $CEPH_TARBALL -C $OUTPUT_DIR cp $OUTPUT_DIR/usr/local/lib/ceph/coverage/*.gcno $OUTPUT_DIR/ceph/src mkdir $OUTPUT_DIR/ceph/src/.libs diff --git a/teuthology/task/chef.py b/teuthology/task/chef.py index 7793974604745..f6bf21848e00f 100644 --- a/teuthology/task/chef.py +++ b/teuthology/task/chef.py @@ -16,7 +16,7 @@ def task(ctx, config): 'wget', '-q', '-O-', -# 'https://raw.github.com/NewDreamNetwork/ceph-qa-chef/master/solo/solo-from-scratch', +# 'https://raw.github.com/ceph/ceph-qa-chef/master/solo/solo-from-scratch', 'http://ceph.newdream.net/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD', run.Raw('|'), 'sh', diff --git a/teuthology/task/lost_unfound.py b/teuthology/task/lost_unfound.py index 3f89a3e3f8815..2cfc4eadc3411 100644 --- a/teuthology/task/lost_unfound.py +++ b/teuthology/task/lost_unfound.py @@ -127,7 +127,8 @@ def task(ctx, config): primary = 'osd.%d' % pg['acting'][0] # verify that i can list them direct from the osd - log.info('listing missing/lost in %s', pg['pgid']); + log.info('listing missing/lost in %s state %s', pg['pgid'], + pg['state']); m = manager.list_pg_missing(pg['pgid']) #log.info('%s' % m) assert m['num_unfound'] == pg['stat_sum']['num_objects_unfound'] diff --git a/teuthology/task/s3readwrite.py b/teuthology/task/s3readwrite.py index 0b414b973c21a..a8decbbf26370 100644 --- a/teuthology/task/s3readwrite.py +++ b/teuthology/task/s3readwrite.py @@ -23,7 +23,7 @@ def download(ctx, config): ctx.cluster.only(client).run( args=[ 'git', 'clone', -# 'https://github.com/NewDreamNetwork/s3-tests.git', +# 'https://github.com/ceph/s3-tests.git', 'http://ceph.newdream.net/git/s3-tests.git', '/tmp/cephtest/s3-tests', ], diff --git a/teuthology/task/s3roundtrip.py b/teuthology/task/s3roundtrip.py index 79a5514aea49b..0886112bf7cd0 100644 --- a/teuthology/task/s3roundtrip.py +++ b/teuthology/task/s3roundtrip.py @@ -23,7 +23,7 @@ def download(ctx, config): ctx.cluster.only(client).run( args=[ 'git', 'clone', -# 'https://github.com/NewDreamNetwork/s3-tests.git', +# 'https://github.com/ceph/s3-tests.git', 'http://ceph.newdream.net/git/s3-tests.git', '/tmp/cephtest/s3-tests', ], diff --git a/teuthology/task/s3tests.py b/teuthology/task/s3tests.py index 47e9c1416dc83..65b11e38f57c6 100644 --- a/teuthology/task/s3tests.py +++ b/teuthology/task/s3tests.py @@ -23,7 +23,7 @@ def download(ctx, config): ctx.cluster.only(client).run( args=[ 'git', 'clone', -# 'https://github.com/NewDreamNetwork/s3-tests.git', +# 'https://github.com/ceph/s3-tests.git', 'http://ceph.newdream.net/git/s3-tests.git', '/tmp/cephtest/s3-tests', ], diff --git a/teuthology/task/swift.py b/teuthology/task/swift.py index 65ff7df864823..a7cdf689bc709 100644 --- a/teuthology/task/swift.py +++ b/teuthology/task/swift.py @@ -21,7 +21,7 @@ def download(ctx, config): ctx.cluster.only(client).run( args=[ 'git', 'clone', - 'https://github.com/NewDreamNetwork/swift.git', + 'https://github.com/ceph/swift.git', '/tmp/cephtest/swift', ], ) diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index b024042ab54a3..5077436fefb46 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -113,7 +113,7 @@ def _run_tests(ctx, role, tests): '-q', '-O-', # TODO make branch/tag/sha1 used configurable - 'https://github.com/NewDreamNetwork/ceph/tarball/HEAD', + 'https://github.com/ceph/ceph/tarball/HEAD', run.Raw('|'), 'tar', '-C', srcdir, -- 2.39.5