]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: remove accidental repeated option
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 16 Jul 2014 20:30:14 +0000 (13:30 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Wed, 16 Jul 2014 21:34:14 +0000 (14:34 -0700)
--stripe-count is already parsed above this

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/rbd.cc

index c068ed68aa21c73faff1cda98658b921cbb08878..5e46474ae6c75733594ff0140d1126e83964cc17 100644 (file)
@@ -2049,7 +2049,6 @@ int main(int argc, const char **argv)
     } else if (ceph_argparse_withlonglong(args, i, &bench_io_threads, &err, "--io-threads", (char*)NULL)) {
     } else if (ceph_argparse_withlonglong(args, i, &bench_bytes, &err, "--io-total", (char*)NULL)) {
     } else if (ceph_argparse_witharg(args, i, &bench_pattern, &err, "--io-pattern", (char*)NULL)) {
-    } else if (ceph_argparse_withlonglong(args, i, &stripe_count, &err, "--stripe-count", (char*)NULL)) {
     } else if (ceph_argparse_witharg(args, i, &val, "--path", (char*)NULL)) {
       path = strdup(val.c_str());
     } else if (ceph_argparse_witharg(args, i, &val, "--dest", (char*)NULL)) {