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.3~224^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6942%2Fhead;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 ef06f198c649..a403f011cabb 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); }