• v0.9.31 Stable

    JoshuaBoniface released this 2021-07-30 12:09:54 -04:00 | 1055 commits to master since this release

    Parallel 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

    JoshuaBoniface released this 2021-07-20 00:02:41 -04:00 | 1063 commits to master since this release

    Parallel Virtual Cluster version 0.9.30

    • [Node Daemon] Fixes bug with schema validation
    Downloads
  • v0.9.29 Stable

    JoshuaBoniface released this 2021-07-19 16:56:21 -04:00 | 1065 commits to master since this release

    Parallel Virtual Cluster version 0.9.29

    • [Node Daemon] Corrects numerous bugs with node logging framework
    Downloads
  • v0.9.28 Stable

    JoshuaBoniface released this 2021-07-19 09:30:31 -04:00 | 1073 commits to master since this release

    Parallel Virtual Cluster version 0.9.28

    • [CLI Client] Revamp confirmation options for "vm modify" command
    Downloads
  • v0.9.27 Stable

    JoshuaBoniface released this 2021-07-19 00:04:16 -04:00 | 1075 commits to master since this release

    Parallel Virtual Cluster version 0.9.27

    • [CLI Client] Fixes a bug with vm modify command when passed a file
    Downloads
  • v0.9.26 Stable

    JoshuaBoniface released this 2021-07-18 22:17:57 -04:00 | 1077 commits to master since this release

    Parallel 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 latest pvc-ansible has been modified to keep only 3 sets of logs versus the previous 14.
    Downloads
  • v0.9.25 Stable

    JoshuaBoniface released this 2021-07-11 23:19:54 -04:00 | 1105 commits to master since this release

    Parallel Virtual Cluster version 0.9.25

    • [Node Daemon] Returns to Rados library calls for Ceph due to performance problems
    • [Node Daemon] Adds a date output to keepalive messages
    • [Daemons] Configures ZK connection logging only for persistent connections
    • [API Provisioner] Add context manager-based chroot to Debootstrap example script
    • [Node Daemon] Fixes a bug where shutdown daemon state was overwritten
    Downloads
  • v0.9.24 Stable

    JoshuaBoniface released this 2021-07-09 16:47:09 -04:00 | 1112 commits to master since this release

    Parallel Virtual Cluster version 0.9.24

    • [Node Daemon] Removes Rados module polling of Ceph cluster and returns to command-based polling for timeout purposes, and removes some flaky return statements
    • [Node Daemon] Removes flaky Zookeeper connection renewals that caused problems
    • [CLI Client] Allow raw lists of clusters from pvc cluster list
    • [API Daemon] Fixes several issues when getting VM data without stats
    • [API Daemon] Fixes issues with removing VMs while disks are still in use (failed provisioning, etc.)
    Downloads
  • v0.9.23 Stable

    JoshuaBoniface released this 2021-07-06 09:40:42 -04:00 | 1126 commits to master since this release

    Parallel Virtual Cluster version 0.9.23

    • [Daemons] Fixes a critical overwriting bug in zkhandler when schema paths are not yet valid
    • [Node Daemon] Ensures the daemon mode is updated on every startup (fixes the side effect of the above bug in 0.9.22)
    Downloads
  • v0.9.22 Stable

    JoshuaBoniface released this 2021-07-05 16:48:19 -04:00 | 1133 commits to master since this release

    Parallel Virtual Cluster version 0.9.22

    • [API Daemon] Drastically improves performance when getting large lists (e.g. VMs)
    • [Daemons] Adds profiler functions for use in debug mode
    • [Daemons] Improves reliability of ZK locking
    • [Daemons] Adds the new logo in ASCII form to the Daemon startup message
    • [Node Daemon] Fixes bug where VMs would sometimes not stop
    • [Node Daemon] Code cleanups in various classes
    • [Node Daemon] Fixes a bug when reading node schema data
    • [All] Adds node PVC version information to the list output
    • [CLI Client] Improves the style and formatting of list output including a new header line
    • [API Worker] Fixes a bug that prevented the storage benchmark job from running
    • [CLI Client] Fixes some bugs in the VM network listing
    Downloads