summaryrefslogtreecommitdiffstats
path: root/src/tools/rbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #61155 from idryomov/wip-69324Ilya Dryomov2024-12-223-48/+56
|\
| * rbd: drop --pool option from "rbd group image {add,rm}"Ilya Dryomov2024-12-201-5/+0
| * rbd: handle --{group,image}-namespace in "rbd group image {add,rm}"Ilya Dryomov2024-12-203-43/+56
* | rbd: open images in read-only mode for "rbd mirror pool status --verbose"Ilya Dryomov2024-12-191-2/+15
|/
* Merge pull request #59842 from chanyoung/set-journaling-featureIlya Dryomov2024-09-301-1/+11
|\
| * rbd: set journaling feature when --mirror-image-mode is journalChanyoung Park2024-09-171-1/+11
* | Merge pull request #59417 from nbalacha/wip-nbalacha-ns-mirroringIlya Dryomov2024-09-181-12/+62
|\ \ | |/ |/|
| * rbd: display mirror uuid for mirror pool info outputN Balachandran2024-09-171-0/+6
| * rbd-mirror: allow mirroring to a different namespaceN Balachandran2024-09-171-12/+56
* | Merge pull request #59000 from connorfawcett/rbd-randomIlya Dryomov2024-09-091-6/+50
|\ \ | |/ |/|
| * rbd/bench: Add ability to write a random string of bytes or a specific byte w...Connor Fawcett2024-09-061-6/+50
* | rbd: mention namespace in "rbd mirror pool" command descriptionsIlya Dryomov2024-08-301-6/+6
* | rbd: clarify "rbd {group,} rename" command descriptionIlya Dryomov2024-08-282-3/+3
|/
* rbd: "rbd bench" always writes the same byteIlya Dryomov2024-08-231-2/+3
* rbd: fix CLI output of `rbd group snap info` commandRamana Raja2024-08-131-3/+7
* rbd: add group snap info commandRamana Raja2024-07-221-23/+135
* rbd: include original namespace type in "rbd snap ls --all" outputIlya Dryomov2024-06-131-23/+28
* rbd: add --snap-id option to "rbd clone"Ilya Dryomov2024-06-131-10/+24
* rbd: pass ArgumentModifier to add_snap_id_option()Ilya Dryomov2024-06-135-9/+22
* src/tools/rbd: add group info command to output group idjunxiang Mu2024-06-061-0/+62
* tools/rbd: make 'children' command support --image-idMykola Golub2024-02-131-4/+17
* Update rbd import-diff command help messageHuangWei2023-12-131-2/+3
* common: Windows Unicode CLI supportLucian Petrut2023-11-222-0/+6
* Merge pull request #50341 from yangdongsheng/ubbdIlya Dryomov2023-06-053-2/+280
|\
| * tools/rbd: add support of new device type for ubbdDongsheng Yang2023-05-183-2/+280
* | rbd: fix spelling errorsJosh Soref2023-04-262-2/+2
|/
* rbd, rbd-nbd: make --encryption-format optionalIlya Dryomov2022-12-042-1/+4
* rbd, rbd-nbd: accept "luks", "luks1" and "luks2" formatsIlya Dryomov2022-12-043-54/+76
* rbd: fix passphrase zeroing in "rbd encryption format" handlerIlya Dryomov2022-12-041-18/+18
* rbd, rbd-nbd: don't strip trailing newline in passphrase filesIlya Dryomov2022-12-042-10/+2
* librbd: remap resize target size if encryption is loadedIlya Dryomov2022-12-041-0/+17
* rbd: add --snap-id option to "rbd device map|unmap|attach|detach"Prasanna Kumar Kalever2022-11-102-16/+40
* rbd: add namespace to get_detach_argumentsPrasanna Kumar Kalever2022-11-101-1/+2
* Merge pull request #40363 from orozery/rbd-clone-encryptionIlya Dryomov2022-10-255-0/+145
|\
| * tools/rbd: add encryption format support for cloned imageOr Ozeri2022-08-255-0/+145
* | rbd: Removed device_name argument from wnbd unmapStefan Chivu2022-10-071-13/+4
* | rbd: Moved get_image_or_snap_spec and parse_options to utilsStefan Chivu2022-10-075-192/+81
* | rbd: Added namespace optarg for rbd device unmapStefan Chivu2022-10-071-1/+2
* | rbd: remove incorrect use of std::includes()Ilya Dryomov2022-08-121-9/+6
* | rbd: find_action() should sort actions firstIlya Dryomov2022-08-121-2/+8
|/
* rbd: drop unused default_empty_pool_name argumentIlya Dryomov2022-07-169-26/+24
* rbd: don't default empty pool name unless namespace is specifiedIlya Dryomov2022-07-161-2/+10
* rbd: add persistent-cache flush commandYin Congmin2022-04-121-0/+53
* rbd: rename image-cache invalidate commandYin Congmin2022-04-122-19/+17
* librbd/cache/pwl: rename persistent cache keyYin Congmin2022-04-121-7/+2
* rbd: include persistent cache metrics in "rbd status" reportIlya Dryomov2022-04-111-8/+123
* rbd: factor out get_percentage() helperIlya Dryomov2022-04-112-1/+7
* rbd: fix a typo in "rbd trash purge schedule ls" formatted outputIlya Dryomov2022-03-051-1/+1
* rbd: support pool and image level overrides for rbd_default_map_optionsChristopher Hoffman2022-02-181-5/+24
* rbd: mark optional positional arguments as such in help outputIlya Dryomov2022-02-086-10/+32