]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test//osd/osd-copy-from.sh: use absolute path for "rados put"
authorKefu Chai <kchai@redhat.com>
Wed, 6 Jul 2016 02:43:55 +0000 (10:43 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 7 Jul 2016 04:11:05 +0000 (12:11 +0800)
commita38aa4a2e19e4edefe995a6469bd0985a7755f96
treefbc33f6b900bf0fb89fef8e3fe8a24283a769395
parent3a1dea7c74aa6db3a79c68bf36eebdbb9f6e82bf
test//osd/osd-copy-from.sh: use absolute path for "rados put"

"rados -p rbd put foo rados" does not work if "rados" is not in current
path. so change it to "rados -p rbd put foo $(which rados)"

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/osd/osd-copy-from.sh