summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/ceph_volume/devices (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-volume: fix raw activate by osd-id/osd-uuidGuillaume Abrioux2024-03-281-1/+3
* ceph-volume: introduce baseobjectstore classGuillaume Abrioux2024-03-288-742/+126
* ceph-volume: add missing importGuillaume Abrioux2024-03-131-0/+1
* Merge pull request #55398 from ifed01/wip-ifed-fix-ceph-vol-migrate-walGuillaume Abrioux2024-02-081-1/+5
|\
| * ceph-volume: Fix migration from WAL to data with no DBIgor Fedotov2024-01-311-1/+5
* | ceph-volume: fix zap_partitions() in devices.lvm.zapGuillaume Abrioux2024-01-311-2/+5
|/
* ceph-volume: use 'no workqueue' options with dmcryptGuillaume Abrioux2024-01-264-3/+5
* Merge pull request #53841 from pilem/bug62320Guillaume Abrioux2023-12-121-1/+3
|\
| * src/ceph-volume/ceph_volume/devices/lvm/listing.py : lvm list filters also on...pilem942023-10-031-1/+3
* | ceph-volume: fix a regression in `raw list`Guillaume Abrioux2023-11-151-31/+38
* | ceph-volume: fix raw list for non-existent deviceMatthew Booth2023-11-081-1/+5
* | ceph-volume: Revert "ceph-volume: fix raw list for lvm devices"Guillaume Abrioux2023-11-081-4/+1
|/
* ceph-volume: make raw prepare use encryption_units.prepare_dmcryptIgor Fedotov2023-08-071-12/+1
* ceph-volume: close encrypted device using name not path when zappingIgor Fedotov2023-07-251-3/+2
* ceph-volume: close encrypted volumes on deactivateIgor Fedotov2023-07-251-1/+1
* ceph-volume: support creating/migrating encrypted lvm volumesIgor Fedotov2023-07-252-22/+36
* ceph-volume: fix raw list for lvm devicesGuillaume Abrioux2023-07-191-0/+3
* ceph-volume: fix broken workaround for atari partitionsGuillaume Abrioux2023-07-191-11/+11
* ceph-volume: add --osd-id option to raw prepareGuillaume Abrioux2023-07-132-1/+9
* ceph-volume: drop filestore supportGuillaume Abrioux2023-05-158-312/+27
* ceph-volume: fix a bug in `get_lvm_fast_allocs()` (batch)Guillaume Abrioux2023-05-041-1/+1
* Merge pull request #51067 from guits/fix-backward-compatible-issue-cvGuillaume Abrioux2023-04-241-1/+4
|\
| * ceph-volume: fix batch refactor regressionGuillaume Abrioux2023-04-141-1/+4
* | ceph-volume: quick fix in zap.pyGuillaume Abrioux2023-04-121-2/+3
|/
* ceph-volume: fix issue with fast device allocs when there are multiple PVs pe...Cory Snyder2023-02-271-3/+9
* ceph-volume: fix regression in activateGuillaume Abrioux2022-09-211-10/+10
* ceph-volume: system.get_mounts() refactorGuillaume Abrioux2022-08-091-4/+4
* ceph-volume: support symlinks as devicesJan Sobczak2022-07-271-3/+9
* ceph-volume: drop self.abspath in Device()Guillaume Abrioux2022-07-271-14/+14
* Merge pull request #46666 from MrFreezeex/batch-blockdb-fixGuillaume Abrioux2022-07-191-5/+1
|\
| * ceph-volume: fix fast device alloc size on mulitple deviceArthur Outhenin-Chalandre2022-06-201-5/+1
* | ceph-volume: avoid unnecessary subprocess callsGuillaume Abrioux2022-06-282-29/+26
|/
* ceph-volume: do not leave pv when zapping osdsGuillaume Abrioux2022-03-301-0/+2
* ceph-volume: various fixes in arg_validatorsGuillaume Abrioux2022-03-304-7/+8
* ceph-volume: abort when passed devices have partitionsGuillaume Abrioux2022-02-231-0/+3
* ceph-volume/activate: load the config from lv tagGuillaume Abrioux2022-02-101-0/+2
* ceph-volume: improve mpath devices supportGuillaume Abrioux2022-01-251-1/+1
* Merge pull request #44066 from guits/guits-fix-rollback-osdGuillaume Abrioux2022-01-254-8/+7
|\
| * ceph-volume: zap osds in rollback_osd()Guillaume Abrioux2021-11-234-8/+7
* | ceph-volume: fix tags dict output in `lvm list`Guillaume Abrioux2021-12-073-1/+3
* | ceph-volume: adjust arguments for 'ceph-volume raw activate'Sage Weil2021-11-292-27/+24
* | ceph-volume: add raw support for db/wal for list and activateSage Weil2021-11-292-17/+30
|/
* Merge pull request #43300 from cfsnyder/wip-52730-fix-dbwal-slot-size-calcGuillaume Abrioux2021-11-161-27/+47
|\
| * ceph-volume: fix bug with miscalculation of required db/wal slot size for VGs...Cory Snyder2021-11-081-27/+47
* | ceph-volume: follow-up on PR #42727Guillaume Abrioux2021-11-151-1/+6
|/
* Merge pull request #43574 from sabzco/ceph-volume-fixGuillaume Abrioux2021-11-081-1/+1
|\
| * ceph-volume: fix a typo causing AttributeErrorTaha Jahangir2021-10-171-1/+1
* | ceph-volume: lvm activate: add --no-tmpfsSage Weil2021-11-021-4/+9
* | ceph-volume: lvm activate: infer bluestore or filestoreSage Weil2021-11-021-8/+10
* | ceph-volume: raw activate: accept --osd-id and/or --osd-uuid instead of deviceSage Weil2021-11-021-9/+29