Fix some entryies
This commit is contained in:
parent
a6f29bd350
commit
44b9278cb6
|
@ -28,9 +28,8 @@ In short, it is a Free Software, scalable, redundant, self-healing, and self-man
|
||||||
|
|
||||||
### Overall/Nodes
|
### Overall/Nodes
|
||||||
|
|
||||||
* Host-level redundancy
|
* Node-level redundancy & node N-1 fault tolerance
|
||||||
* N-1 fault tolerance
|
* Cluster- and node-level monitoring
|
||||||
* Cluster- and node-level alerting
|
|
||||||
* Stable base operating system (5+ year support)
|
* Stable base operating system (5+ year support)
|
||||||
* Convenient, holistic view of the cluster (resources, devices, VMs, etc.) via CLI and API
|
* 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
|
* 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
|
* Live-migration (zero-downtime move) of VMs between nodes
|
||||||
* Automatic restarting of failed VMs
|
* Automatic restarting of failed VMs
|
||||||
* (For supporting VMs) Serial console logging with interactive follow
|
* (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
|
* Simple resource management (vCPU/memory) w/restart
|
||||||
* Hot attach/detach virtual NICs and block devices
|
* Hot attach/detach virtual NICs and block devices
|
||||||
* Tag support for organization/classification
|
* 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
|
* Integrated, highly flexible VM provisioning system
|
||||||
* Define custom install scripts or use included examples for common OSes
|
* Define custom install scripts or use included examples for common OSes
|
||||||
* CloudInit Amazon EC2-compatible CloudInit "userdata" support
|
* CloudInit Amazon EC2-compatible CloudInit "userdata" support
|
||||||
* Define dynamic VM profiles from component templates (system, network, disk), scripts, and userdata.
|
* Define dynamic VM profiles from component templates (system, network, disk), scripts, and userdata
|
||||||
* OVA VM image support
|
* OVA VM package support
|
||||||
* Volume cloning support (cloning VMs)
|
* Volume cloning support (cloning VMs)
|
||||||
|
* Virtual disk import (raw, VMDK, qcow2, and others)
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue