diff --git a/images/screenshot/boot-grub.png b/images/screenshot/boot-grub.png index 6c87bf6..485f988 100644 Binary files a/images/screenshot/boot-grub.png and b/images/screenshot/boot-grub.png differ diff --git a/images/screenshot/boot-systemdboot.png b/images/screenshot/boot-systemdboot.png index ff85c6b..f247b4f 100644 Binary files a/images/screenshot/boot-systemdboot.png and b/images/screenshot/boot-systemdboot.png differ diff --git a/images/screenshot/gui-ceph-config.png b/images/screenshot/gui-ceph-config.png index 4388cec..609f02f 100644 Binary files a/images/screenshot/gui-ceph-config.png and b/images/screenshot/gui-ceph-config.png differ diff --git a/images/screenshot/gui-ceph-monitor.png b/images/screenshot/gui-ceph-monitor.png index 8d88ede..1c60a77 100644 Binary files a/images/screenshot/gui-ceph-monitor.png and b/images/screenshot/gui-ceph-monitor.png differ diff --git a/images/screenshot/gui-ceph-osd-status.png b/images/screenshot/gui-ceph-osd-status.png index 12858ad..f8497b1 100644 Binary files a/images/screenshot/gui-ceph-osd-status.png and b/images/screenshot/gui-ceph-osd-status.png differ diff --git a/images/screenshot/gui-ceph-pool-create.png b/images/screenshot/gui-ceph-pool-create.png new file mode 100644 index 0000000..314cfe4 Binary files /dev/null and b/images/screenshot/gui-ceph-pool-create.png differ diff --git a/images/screenshot/gui-ceph-pools.png b/images/screenshot/gui-ceph-pools.png index 40962ed..dd4e243 100644 Binary files a/images/screenshot/gui-ceph-pools.png and b/images/screenshot/gui-ceph-pools.png differ diff --git a/images/screenshot/gui-ceph-status-dashboard.png b/images/screenshot/gui-ceph-status-dashboard.png new file mode 100644 index 0000000..5104d39 Binary files /dev/null and b/images/screenshot/gui-ceph-status-dashboard.png differ diff --git a/images/screenshot/gui-node-ceph-cephfs-panel.png b/images/screenshot/gui-node-ceph-cephfs-panel.png index d514d23..dd9960b 100644 Binary files a/images/screenshot/gui-node-ceph-cephfs-panel.png and b/images/screenshot/gui-node-ceph-cephfs-panel.png differ diff --git a/images/screenshot/gui-node-ceph-install-wizard-step0.png b/images/screenshot/gui-node-ceph-install-wizard-step0.png index 49c26d7..259554c 100644 Binary files a/images/screenshot/gui-node-ceph-install-wizard-step0.png and b/images/screenshot/gui-node-ceph-install-wizard-step0.png differ diff --git a/images/screenshot/gui-node-ceph-install.png b/images/screenshot/gui-node-ceph-install.png index 77a76db..92b5e59 100644 Binary files a/images/screenshot/gui-node-ceph-install.png and b/images/screenshot/gui-node-ceph-install.png differ diff --git a/pveceph.adoc b/pveceph.adoc index b888830..a45004a 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -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.