pvc/client-cli/pvc
Joshua Boniface 7a3a44d47c Fix OSD creation for partition paths and fix gdisk
The previous implementation did not work with /dev/nvme devices or any
/dev/disk/by-* devices due to some logical failures in the partition
naming scheme, so fix these, and be explicit about what is supported in
the PVC CLI command output.

The 'echo | gdisk' implementation of partition creation also did not
work due to limitations of subprocess.run; instead, use sgdisk which
allows these commands to be written out explicitly and is included in
the same package as gdisk.
2021-09-26 00:12:28 -04:00
..
cli_lib Add support for configurable OSD DB ratios 2021-09-24 01:06:39 -04:00
__init__.py Convert pvc-client-cli into a proper Python module 2021-06-23 05:03:19 -04:00
pvc.py Fix OSD creation for partition paths and fix gdisk 2021-09-26 00:12:28 -04:00