]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados tool: remove -t param option for target pool
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 11 Jul 2012 18:52:24 +0000 (11:52 -0700)
committerSage Weil <sage@inktank.com>
Thu, 12 Jul 2012 00:11:15 +0000 (17:11 -0700)
commit173d592a4ec6559fb0da08e513fa4247a76f522f
treee2356ef96dc7a45ef8a0bbc729d2d03a31673c93
parent2c001b28fb2b105b7f83c0ecea8a25ede74af552
rados tool: remove -t param option for target pool

Bug #2772. This fixes an issue that was introduced when we
added the 'rados cp' command. The -t param was already used
for rados bench. With this change the only way to specify
a target pool is using --target-pool.
Though this problem is post argonaut, the 'rados cp' command
has been backported, so we need this fix there too.

Backport: argonaut

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rados.cc