-
0.9.64 Stable
released this
2023-08-18 12:34:27 -04:00 | 645 commits to master since this releaseParallel Virtual Cluster version 0.9.64
Breaking Change [CLI]: The CLI client root commands have been reorganized. The following commands have changed:
pvc cluster->pvc connection(all subcommands)pvc task->pvc cluster(all subcommands)pvc maintenance->pvc cluster maintenancepvc status->pvc cluster status
Ensure you have updated to the latest version of the PVC Ansible repository before deploying this version or using PVC Ansible oneshot playbooks for management.
Breaking Change [CLI]: The
--restartoption for VM configuration changes now has an explicit--no-restartto disable restarting, or a prompt if neither is specified;--unsafeno longer bypasses this prompt which was a bug. Applies to mostvm <cmd> setcommands likevm vcpu set,vm memory set, etc. All instances also feature restart confirmation afterwards, which, if--restartis provided, will prompt for confirmation unless--yesor--unsafeis specified.Breaking Change [CLI]: The
--longoption previously on someinfocommands no longer exists; use-f long/--format longinstead.- [CLI] Significantly refactors the CLI client code for consistency and cleanliness
- [CLI] Implements
-f/--formatoptions for alllistandinfocommands in a consistent way - [CLI] Changes the behaviour of VM modification options with "--restart" to provide a "--no-restart"; defaults to a prompt if neither is specified and ignores the "--unsafe" global entirely
- [API] Fixes several bugs in the 3-debootstrap.py provisioner example script
- [Node] Fixes some bugs around VM shutdown on node flush
- [Documentation] Adds mentions of Ganeti and Harvester
Downloads