cout << " replicalog get get replica metadata log entry\n";
cout << " replicalog update update replica metadata log entry\n";
cout << " replicalog delete delete replica metadata log entry\n";
- cout << " orphans find init and run search for leaked rados objects\n";
+ cout << " orphans find init and run search for leaked rados objects (use job-id, pool)\n";
cout << " orphans finish clean up search for leaked rados objects\n";
cout << "options:\n";
cout << " --tenant=<tenant> tenant name\n";
cout << "\nOrphans search options:\n";
cout << " --pool data pool to scan for leaked rados objects in\n";
cout << " --num-shards num of shards to use for keeping the temporary scan info\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 << "\n";
generic_client_usage();
}
replicalog get get replica metadata log entry
replicalog update update replica metadata log entry
replicalog delete delete replica metadata log entry
- orphans find init and run search for leaked rados objects
+ orphans find init and run search for leaked rados objects (use job-id, pool)
orphans finish clean up search for leaked rados objects
options:
--tenant=<tenant> tenant name
Orphans search options:
--pool data pool to scan for leaked rados objects in
--num-shards num of shards to use for keeping the temporary scan info
+ --job-id set the job id (for orphans find)
+ --max-concurrent-ios maximum concurrent ios for orphans find (default: 32)
--conf/-c FILE read configuration from the given configuration file
--id/-i ID set ID portion of my name
--version show version and quit
[1]
+
+