mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
Merge pull request #9382 from xiexingguo/xxg-wip-fixrbdut
test: fix ut failure caused by rbd usage update Reviewed-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
commit
91e9be44da
@ -60,6 +60,7 @@
|
||||
nbd list (nbd ls) List the nbd devices already used.
|
||||
nbd map Map image to a nbd device.
|
||||
nbd unmap Unmap a nbd device.
|
||||
object-map check Verify the object map is correct.
|
||||
object-map rebuild Rebuild an invalid object map.
|
||||
remove (rm) Delete an image.
|
||||
rename (mv) Rename image within pool.
|
||||
@ -979,6 +980,23 @@
|
||||
Positional arguments
|
||||
<device-spec> specify nbd device
|
||||
|
||||
rbd help object-map check
|
||||
usage: rbd object-map check [--pool <pool>] [--image <image>] [--snap <snap>]
|
||||
[--no-progress]
|
||||
<image-or-snap-spec>
|
||||
|
||||
Verify the object map is correct.
|
||||
|
||||
Positional arguments
|
||||
<image-or-snap-spec> image or snapshot specification
|
||||
(example: [<pool-name>/]<image-name>[@<snap-name>])
|
||||
|
||||
Optional arguments
|
||||
-p [ --pool ] arg pool name
|
||||
--image arg image name
|
||||
--snap arg snapshot name
|
||||
--no-progress disable progress output
|
||||
|
||||
rbd help object-map rebuild
|
||||
usage: rbd object-map rebuild [--pool <pool>] [--image <image>]
|
||||
[--snap <snap>] [--no-progress]
|
||||
|
Loading…
Reference in New Issue
Block a user