From: na xie Date: Tue, 15 Dec 2015 13:28:34 +0000 (+0800) Subject: rbd: process crushed, rbd creating with striping parameters X-Git-Tag: v10.0.2~24^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94cd34b6a33a7fad0357f9b97bb11517359aa820;p=ceph.git rbd: process crushed, rbd creating with striping parameters Signed-off-by: Na Xie --- diff --git a/src/tools/rbd/ArgumentTypes.cc b/src/tools/rbd/ArgumentTypes.cc index ef06f198c64..a403f011cab 100644 --- a/src/tools/rbd/ArgumentTypes.cc +++ b/src/tools/rbd/ArgumentTypes.cc @@ -223,8 +223,8 @@ void add_create_image_options(po::options_description *opt, (IMAGE_FEATURES.c_str(), po::value()->composing(), ("image features\n" + get_short_features_help(true)).c_str()) (IMAGE_SHARED.c_str(), po::bool_switch(), "shared image") - (IMAGE_STRIPE_UNIT.c_str(), po::value(), "stripe unit") - (IMAGE_STRIPE_COUNT.c_str(), po::value(), "stripe count"); + (IMAGE_STRIPE_UNIT.c_str(), po::value(), "stripe unit") + (IMAGE_STRIPE_COUNT.c_str(), po::value(), "stripe count"); add_create_journal_options(opt); }