mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
rbd: remove accidental repeated option
--stripe-count is already parsed above this Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
parent
0f87c55355
commit
e891a93711
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user