ceph: update and add screenshots

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-26 19:07:30 +02:00
parent 513e2f5752
commit 94d7a98c23
12 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -23,7 +23,7 @@ Deploy Hyper-Converged Ceph Cluster
:pve-toplevel:
endif::manvolnum[]
[thumbnail="screenshot/gui-ceph-status.png"]
[thumbnail="screenshot/gui-ceph-status-dashboard.png"]
{pve} unifies your compute and storage systems, that is, you can use the same
physical nodes within a cluster for both computing (processing VMs and
@ -177,6 +177,7 @@ Ceph.
After starting the installation, the wizard will download and install all the
required packages from {pve}'s Ceph repository.
[thumbnail="screenshot/gui-node-ceph-install-wizard-step0.png"]
After finishing the installation step, you will need to create a configuration.
This step is only needed once per cluster, as this configuration is distributed
@ -461,6 +462,9 @@ WARNING: The above command will destroy all data on the disk!
[[pve_ceph_pools]]
Ceph Pools
----------
[thumbnail="screenshot/gui-ceph-pools.png"]
A pool is a logical group for storing objects. It holds a collection of objects,
known as **P**lacement **G**roups (`PG`, `pg_num`).
@ -471,8 +475,6 @@ Create and Edit Pools
You can create and edit pools from the command line or the web-interface of any
{pve} host under **Ceph -> Pools**.
[thumbnail="screenshot/gui-ceph-pools.png"]
When no options are given, we set a default of **128 PGs**, a **size of 3
replicas** and a **min_size of 2 replicas**, to ensure no data loss occurs if
any OSD fails.
@ -507,6 +509,8 @@ command line option '--add_storages' at pool creation.
Pool Options
^^^^^^^^^^^^
[thumbnail="screenshot/gui-ceph-pool-create.png"]
The following options are available on pool creation, and partially also when
editing a pool.