hci: fix text width to 80cc

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-28 17:19:59 +01:00
parent 396e1d03f2
commit 63b5518a2c

View File

@ -5,36 +5,35 @@ ifdef::wiki[]
:pve-toplevel: :pve-toplevel:
endif::wiki[] endif::wiki[]
{pve} is a virtualization platform that tightly integrates compute, {pve} is a virtualization platform that tightly integrates compute, storage and
storage and networking resources, manages highly available clusters, networking resources, manages highly available clusters, backup/restore as well
backup/restore as well as disaster recovery. All components are as disaster recovery. All components are software-defined and compatible with
software-defined and compatible with one another. one another.
Therefore it is possible to administrate them like a single system via Therefore it is possible to administrate them like a single system via the
the centralized web management interface. These capabilities make centralized web management interface. These capabilities make {pve} an ideal
{pve} an ideal choice to deploy and manage an open source choice to deploy and manage an open source
https://en.wikipedia.org/wiki/Hyper-converged_infrastructure[hyper-converged infrastructure]. https://en.wikipedia.org/wiki/Hyper-converged_infrastructure[hyper-converged infrastructure].
Benefits of a Hyper-Converged Infrastructure (HCI) with {pve} Benefits of a Hyper-Converged Infrastructure (HCI) with {pve}
------------------------------------------------------------- -------------------------------------------------------------
A hyper-converged infrastructure is especially useful for deployments A hyper-converged infrastructure (HCI) is especially useful for deployments in
in which a high infrastructure demand meets a low administration which a high infrastructure demand meets a low administration budget, for
budget, for distributed setups such as remote and branch office distributed setups such as remote and branch office environments or for virtual
environments or for virtual private and public clouds. private and public clouds.
HCI provides the following advantages: HCI provides the following advantages:
- Scalability: seamless expansion of compute, network and storage - Scalability: seamless expansion of compute, network and storage devices (i.e.
devices (i.e. scale up servers and storage quickly and independently scale up servers and storage quickly and independently from each other).
from each other).
- Low cost: {pve} is open source and integrates all components you - Low cost: {pve} is open source and integrates all components you need such as
need such as compute, storage, networking, backup, and management compute, storage, networking, backup, and management center. It can replace
center. It can replace an expensive compute/storage infrastructure. an expensive compute/storage infrastructure.
- Data protection and efficiency: services such as backup and disaster - Data protection and efficiency: services such as backup and disaster recovery
recovery are integrated. are integrated.
- Simplicity: easy configuration and centralized administration. - Simplicity: easy configuration and centralized administration.