From 44b9278cb69d336c68e9493dff07ad2a5283060b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 24 Oct 2023 16:09:38 -0400 Subject: [PATCH] Fix some entryies --- docs/about-pvc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/about-pvc.md b/docs/about-pvc.md index 5703c57..4fc4443 100644 --- a/docs/about-pvc.md +++ b/docs/about-pvc.md @@ -28,9 +28,8 @@ In short, it is a Free Software, scalable, redundant, self-healing, and self-man ### Overall/Nodes -* Host-level redundancy -* N-1 fault tolerance -* Cluster- and node-level alerting +* Node-level redundancy & node N-1 fault tolerance +* Cluster- and node-level monitoring * Stable base operating system (5+ year support) * Convenient, holistic view of the cluster (resources, devices, VMs, etc.) via CLI and API * Deployment, management, updates, and base OS upgrades via straightforward Ansible playbooks @@ -46,7 +45,7 @@ In short, it is a Free Software, scalable, redundant, self-healing, and self-man * Live-migration (zero-downtime move) of VMs between nodes * Automatic restarting of failed VMs * (For supporting VMs) Serial console logging with interactive follow -* VNC console with flexible listen directives +* VNC console support with flexible listen directives * Simple resource management (vCPU/memory) w/restart * Hot attach/detach virtual NICs and block devices * Tag support for organization/classification @@ -72,9 +71,10 @@ In short, it is a Free Software, scalable, redundant, self-healing, and self-man * Integrated, highly flexible VM provisioning system * Define custom install scripts or use included examples for common OSes * CloudInit Amazon EC2-compatible CloudInit "userdata" support -* Define dynamic VM profiles from component templates (system, network, disk), scripts, and userdata. -* OVA VM image support +* Define dynamic VM profiles from component templates (system, network, disk), scripts, and userdata +* OVA VM package support * Volume cloning support (cloning VMs) +* Virtual disk import (raw, VMDK, qcow2, and others) ### Other