index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ceph-volume
/
ceph_volume
/
devices
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph-volume: fix raw activate by osd-id/osd-uuid
Guillaume Abrioux
2024-03-28
1
-1
/
+3
*
ceph-volume: introduce baseobjectstore class
Guillaume Abrioux
2024-03-28
8
-742
/
+126
*
ceph-volume: add missing import
Guillaume Abrioux
2024-03-13
1
-0
/
+1
*
Merge pull request #55398 from ifed01/wip-ifed-fix-ceph-vol-migrate-wal
Guillaume Abrioux
2024-02-08
1
-1
/
+5
|
\
|
*
ceph-volume: Fix migration from WAL to data with no DB
Igor Fedotov
2024-01-31
1
-1
/
+5
*
|
ceph-volume: fix zap_partitions() in devices.lvm.zap
Guillaume Abrioux
2024-01-31
1
-2
/
+5
|
/
*
ceph-volume: use 'no workqueue' options with dmcrypt
Guillaume Abrioux
2024-01-26
4
-3
/
+5
*
Merge pull request #53841 from pilem/bug62320
Guillaume Abrioux
2023-12-12
1
-1
/
+3
|
\
|
*
src/ceph-volume/ceph_volume/devices/lvm/listing.py : lvm list filters also on...
pilem94
2023-10-03
1
-1
/
+3
*
|
ceph-volume: fix a regression in `raw list`
Guillaume Abrioux
2023-11-15
1
-31
/
+38
*
|
ceph-volume: fix raw list for non-existent device
Matthew Booth
2023-11-08
1
-1
/
+5
*
|
ceph-volume: Revert "ceph-volume: fix raw list for lvm devices"
Guillaume Abrioux
2023-11-08
1
-4
/
+1
|
/
*
ceph-volume: make raw prepare use encryption_units.prepare_dmcrypt
Igor Fedotov
2023-08-07
1
-12
/
+1
*
ceph-volume: close encrypted device using name not path when zapping
Igor Fedotov
2023-07-25
1
-3
/
+2
*
ceph-volume: close encrypted volumes on deactivate
Igor Fedotov
2023-07-25
1
-1
/
+1
*
ceph-volume: support creating/migrating encrypted lvm volumes
Igor Fedotov
2023-07-25
2
-22
/
+36
*
ceph-volume: fix raw list for lvm devices
Guillaume Abrioux
2023-07-19
1
-0
/
+3
*
ceph-volume: fix broken workaround for atari partitions
Guillaume Abrioux
2023-07-19
1
-11
/
+11
*
ceph-volume: add --osd-id option to raw prepare
Guillaume Abrioux
2023-07-13
2
-1
/
+9
*
ceph-volume: drop filestore support
Guillaume Abrioux
2023-05-15
8
-312
/
+27
*
ceph-volume: fix a bug in `get_lvm_fast_allocs()` (batch)
Guillaume Abrioux
2023-05-04
1
-1
/
+1
*
Merge pull request #51067 from guits/fix-backward-compatible-issue-cv
Guillaume Abrioux
2023-04-24
1
-1
/
+4
|
\
|
*
ceph-volume: fix batch refactor regression
Guillaume Abrioux
2023-04-14
1
-1
/
+4
*
|
ceph-volume: quick fix in zap.py
Guillaume Abrioux
2023-04-12
1
-2
/
+3
|
/
*
ceph-volume: fix issue with fast device allocs when there are multiple PVs pe...
Cory Snyder
2023-02-27
1
-3
/
+9
*
ceph-volume: fix regression in activate
Guillaume Abrioux
2022-09-21
1
-10
/
+10
*
ceph-volume: system.get_mounts() refactor
Guillaume Abrioux
2022-08-09
1
-4
/
+4
*
ceph-volume: support symlinks as devices
Jan Sobczak
2022-07-27
1
-3
/
+9
*
ceph-volume: drop self.abspath in Device()
Guillaume Abrioux
2022-07-27
1
-14
/
+14
*
Merge pull request #46666 from MrFreezeex/batch-blockdb-fix
Guillaume Abrioux
2022-07-19
1
-5
/
+1
|
\
|
*
ceph-volume: fix fast device alloc size on mulitple device
Arthur Outhenin-Chalandre
2022-06-20
1
-5
/
+1
*
|
ceph-volume: avoid unnecessary subprocess calls
Guillaume Abrioux
2022-06-28
2
-29
/
+26
|
/
*
ceph-volume: do not leave pv when zapping osds
Guillaume Abrioux
2022-03-30
1
-0
/
+2
*
ceph-volume: various fixes in arg_validators
Guillaume Abrioux
2022-03-30
4
-7
/
+8
*
ceph-volume: abort when passed devices have partitions
Guillaume Abrioux
2022-02-23
1
-0
/
+3
*
ceph-volume/activate: load the config from lv tag
Guillaume Abrioux
2022-02-10
1
-0
/
+2
*
ceph-volume: improve mpath devices support
Guillaume Abrioux
2022-01-25
1
-1
/
+1
*
Merge pull request #44066 from guits/guits-fix-rollback-osd
Guillaume Abrioux
2022-01-25
4
-8
/
+7
|
\
|
*
ceph-volume: zap osds in rollback_osd()
Guillaume Abrioux
2021-11-23
4
-8
/
+7
*
|
ceph-volume: fix tags dict output in `lvm list`
Guillaume Abrioux
2021-12-07
3
-1
/
+3
*
|
ceph-volume: adjust arguments for 'ceph-volume raw activate'
Sage Weil
2021-11-29
2
-27
/
+24
*
|
ceph-volume: add raw support for db/wal for list and activate
Sage Weil
2021-11-29
2
-17
/
+30
|
/
*
Merge pull request #43300 from cfsnyder/wip-52730-fix-dbwal-slot-size-calc
Guillaume Abrioux
2021-11-16
1
-27
/
+47
|
\
|
*
ceph-volume: fix bug with miscalculation of required db/wal slot size for VGs...
Cory Snyder
2021-11-08
1
-27
/
+47
*
|
ceph-volume: follow-up on PR #42727
Guillaume Abrioux
2021-11-15
1
-1
/
+6
|
/
*
Merge pull request #43574 from sabzco/ceph-volume-fix
Guillaume Abrioux
2021-11-08
1
-1
/
+1
|
\
|
*
ceph-volume: fix a typo causing AttributeError
Taha Jahangir
2021-10-17
1
-1
/
+1
*
|
ceph-volume: lvm activate: add --no-tmpfs
Sage Weil
2021-11-02
1
-4
/
+9
*
|
ceph-volume: lvm activate: infer bluestore or filestore
Sage Weil
2021-11-02
1
-8
/
+10
*
|
ceph-volume: raw activate: accept --osd-id and/or --osd-uuid instead of device
Sage Weil
2021-11-02
1
-9
/
+29
[next]