When specified with bucket deletion and bypass-gc set to true,
ignores bucket index consistency.
+.. option:: --max-concurrent-ios
+
+ Maximum concurrent ios for bucket operations. Affects operations that
+ scan the bucket index, e.g., listing, deletion, and all scan/search
+ operations such as finding orphans or checking the bucket index.
+ Default is 32.
+
Quota Options
=============
Set the job id (for orphans find)
-.. option:: --max-concurrent-ios
-
- Maximum concurrent ios for orphans find.
- Default is 32.
-
Orphans list-jobs options
=========================
cout << " --min-rewrite-stripe-size min stripe size for object rewrite (default 0)\n";
cout << " --trim-delay-ms time interval in msec to limit the frequency of sync error log entries trimming operations,\n";
cout << " the trimming process will sleep the specified msec for every 1000 entries trimmed\n";
+ cout << " --max-concurrent-ios maximum concurrent ios for bucket operations (default: 32)\n";
cout << "\n";
cout << "<date> := \"YYYY-MM-DD[ hh:mm:ss]\"\n";
cout << "\nQuota options:\n";
cout << " --num-shards num of shards to use for keeping the temporary scan info\n";
cout << " --orphan-stale-secs num of seconds to wait before declaring an object to be an orphan (default: 86400)\n";
cout << " --job-id set the job id (for orphans find)\n";
- cout << " --max-concurrent-ios maximum concurrent ios for orphans find (default: 32)\n";
cout << " --detail detailed mode, log and stat head objects as well\n";
cout << "\nOrphans list-jobs options:\n";
cout << " --extra-info provide extra info in job list\n";
--min-rewrite-stripe-size min stripe size for object rewrite (default 0)
--trim-delay-ms time interval in msec to limit the frequency of sync error log entries trimming operations,
the trimming process will sleep the specified msec for every 1000 entries trimmed
+ --max-concurrent-ios maximum concurrent ios for bucket operations (default: 32)
<date> := "YYYY-MM-DD[ hh:mm:ss]"
--num-shards num of shards to use for keeping the temporary scan info
--orphan-stale-secs num of seconds to wait before declaring an object to be an orphan (default: 86400)
--job-id set the job id (for orphans find)
- --max-concurrent-ios maximum concurrent ios for orphans find (default: 32)
--detail detailed mode, log and stat head objects as well
Orphans list-jobs options: