-
v0.9.35 Stable
released this
2021-09-13 02:20:46 -04:00 | 1005 commits to master since this releaseParallel Virtual Cluster version 0.9.35
- [Node Daemon] Fixes several bugs and crashes in node daemon
- [General] Updates linting rules for newer Flake8 linter
- [Daemons/CLI client] Adds VM network and disk hot attach/detach support; NOTE: Changes the default behaviour of
pvc vm network add
/remove
andpvc vm volume add
/remove
- [API Daemon] Adds checks for pool size when resizing volumes
- [API Daemon] Adds checks for RAM and vCPU sizes when defining or modifying VMs
Downloads
-
v0.9.34 Stable
released this
2021-08-24 16:15:25 -04:00 | 1014 commits to master since this releaseParallel Virtual Cluster version 0.9.34
- [Provisioner] Adds support for filesystem arguments containing =
- [CLI Client] Fixes bug with pvc provisioner status output formatting
- [Node Daemon] Fixes minor typo in startup message
Downloads
-
v0.9.33 Stable
released this
2021-08-21 03:28:48 -04:00 | 1018 commits to master since this releaseParallel Virtual Cluster version 0.9.33
- [Node Daemon] A major refactoring of the node daemon
- [CLI Client] Fixes output errors if a node has no provisioner data
- [Packages] Fixes issues with including pycache directories in .deb files
Downloads
-
v0.9.32 Stable
released this
2021-08-19 12:37:58 -04:00 | 1022 commits to master since this releaseParallel Virtual Cluster version 0.9.32
- [CLI Client] Fixes some incorrect colours in network lists
- [Documentation] Adds documentation screenshots of CLI client
- [Node Daemon] Fixes a bug if VM stats gathering fails
Downloads
-
v0.9.31 Stable
released this
2021-07-30 12:09:54 -04:00 | 1027 commits to master since this releaseParallel Virtual Cluster version 0.9.31
- [Packages] Cleans up obsolete Suggests lines
- [Node Daemon] Adjusts log text of VM migrations to show the correct source node
- [API Daemon] Adjusts the OVA importer to support floppy RASD types for compatability
- [API Daemon] Ensures that volume resize commands without a suffix get B appended
- [API Daemon] Removes the explicit setting of image-features in PVC; defaulting to the limited set has been moved to the ceph.conf configuration on nodes via PVC Ansible
Downloads
-
v0.9.30 Stable
released this
2021-07-20 00:02:41 -04:00 | 1035 commits to master since this releaseParallel Virtual Cluster version 0.9.30
- [Node Daemon] Fixes bug with schema validation
Downloads
-
v0.9.29 Stable
released this
2021-07-19 16:56:21 -04:00 | 1037 commits to master since this releaseParallel Virtual Cluster version 0.9.29
- [Node Daemon] Corrects numerous bugs with node logging framework
Downloads
-
v0.9.28 Stable
released this
2021-07-19 09:30:31 -04:00 | 1045 commits to master since this releaseParallel Virtual Cluster version 0.9.28
- [CLI Client] Revamp confirmation options for "vm modify" command
Downloads
-
v0.9.27 Stable
released this
2021-07-19 00:04:16 -04:00 | 1047 commits to master since this releaseParallel Virtual Cluster version 0.9.27
- [CLI Client] Fixes a bug with vm modify command when passed a file
Downloads
-
v0.9.26 Stable
released this
2021-07-18 22:17:57 -04:00 | 1049 commits to master since this releaseParallel Virtual Cluster version 0.9.26
- [Node Daemon] Corrects some bad assumptions about fencing results during hardware failures
- [All] Implements VM tagging functionality
- [All] Implements Node log access via PVC functionality
Release Notes
- This version requires much more Zookeeper disk space when
zookeeper_logging
is enabled, due to the ever-increasing logs.pvc-installer
has been modified to accomplish this. A 16GB or 32GB dedicated/var/lib/zookepeer
logical volume is recommended for optimal behaviour, and the/etc/cron.daily/zookeeper-vacuum
script in the latestpvc-ansible
has been modified to keep only 3 sets of logs versus the previous 14.
Downloads