diff --git a/README.md b/README.md index ad9c78ff..a55472cf 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.11 + + * Documentation updates + * Adds VNC information to VM info + * Goes back to external Ceph commands for disk usage + #### v0.9.10 * Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down diff --git a/debian/changelog b/debian/changelog index 87145dec..eab4119e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pvc (0.9.11-0) unstable; urgency=high + + * Documentation updates + * Adds VNC information to VM info + * Goes back to external Ceph commands for disk usage + + -- Joshua M. Boniface Tue, 05 Jan 2021 15:58:26 -0500 + pvc (0.9.10-0) unstable; urgency=high * Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down diff --git a/docs/index.md b/docs/index.md index 3ce90dd4..def4565a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,12 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.11 + + * Documentation updates + * Adds VNC information to VM info + * Goes back to external Ceph commands for disk usage + #### v0.9.10 * Moves OSD stats uploading to primary, eliminating reporting failures while hosts are down diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index bafd21e4..3b364b01 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance import pvcnoded.MetadataAPIInstance as MetadataAPIInstance # Version string for startup output -version = '0.9.10' +version = '0.9.11' ############################################################################### # PVCD - node daemon startup program