pvc/node-daemon/pvcnoded/objects
Joshua Boniface a438a4155a 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
..
CephInstance.py Fix OSD creation for partition paths and fix gdisk 2021-09-26 00:12:28 -04:00
DNSAggregatorInstance.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
MetadataAPIInstance.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
NodeInstance.py Change default node object state to flushed 2021-08-29 03:34:08 -04:00
SRIOVVFInstance.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
VMConsoleWatcherInstance.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
VMInstance.py Add VM device hot attach/detach support 2021-09-12 19:33:00 -04:00
VXNetworkInstance.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
__init__.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00