]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-disk: set '--cluster=ceph' in 'prepare' subcommand 4367/head
authorKefu Chai <kchai@redhat.com>
Wed, 15 Apr 2015 07:55:42 +0000 (15:55 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 15 Apr 2015 08:07:28 +0000 (16:07 +0800)
commitba57fb68cf542252ae70929207833454901f2fd0
tree95f92bc695bcd29e894b678f9d5bc138847c7d04
parent796f810398cc4c828a0047ca7a4cc188a805c2af
ceph-disk: set '--cluster=ceph' in 'prepare' subcommand

otherwise the 'ceph' default value won't be catched by "main_prepare()",
this breaks TEST_corrupt_and_repair_replicated. seems the behaviour
was changed in python 2.7.9, so we move the default value to where
the '--cluster' argument is added instead of setting it in the
main argument parser.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/ceph-disk