diff options
author | Sage Weil <sage@inktank.com> | 2013-04-16 16:39:17 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-04-16 16:40:14 -0700 |
commit | 544eb9bda2616d24fe69cbfd5a2ecca757d12f3f (patch) | |
tree | 4cda9b0b060f664bfafbce800e91c132dc475279 | |
parent | 4865fb73c66ebbd4e2330ccf22dcbbdc0f749f13 (diff) | |
download | ceph-544eb9bda2616d24fe69cbfd5a2ecca757d12f3f.tar.gz |
qa: pull qemu-iotests from ceph.com mirror
Signed-off-by: Sage Weil <sage@inktank.com>
-rwxr-xr-x | qa/workunits/rbd/qemu-iotests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 9031b1db536..284d88aea68 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -8,7 +8,7 @@ # This will only work with particular qemu versions, like 1.0. Later # versions of qemu includ qemu-iotests directly in the qemu # repository. -git clone git://repo.or.cz/qemu-iotests.git +git clone git://ceph.com/git/qemu-iotests.git cd qemu-iotests mkdir bin |