From 94cd34b6a33a7fad0357f9b97bb11517359aa820 Mon Sep 17 00:00:00 2001 From: na xie Date: Tue, 15 Dec 2015 21:28:34 +0800 Subject: [PATCH] rbd: process crushed, rbd creating with striping parameters Signed-off-by: Na Xie --- src/tools/rbd/ArgumentTypes.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/rbd/ArgumentTypes.cc b/src/tools/rbd/ArgumentTypes.cc index ef06f198c6495..a403f011cabb5 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); } -- 2.39.5