@@ -286,7 +286,7 @@ CLI Installation of Ceph Packages
286
286
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
287
287
288
288
Alternatively to the the recommended {pve} Ceph installation wizard available
289
- in the web- interface, you can use the following CLI command on each node:
289
+ in the web interface, you can use the following CLI command on each node:
290
290
291
291
[source,bash]
292
292
----
@@ -418,7 +418,7 @@ network. It is recommended to use one OSD per physical disk.
418
418
Create OSDs
419
419
~~~~~~~~~~~
420
420
421
- You can create an OSD either via the {pve} web- interface or via the CLI using
421
+ You can create an OSD either via the {pve} web interface or via the CLI using
422
422
`pveceph` . For example:
423
423
424
424
[source,bash]
@@ -536,7 +536,7 @@ known as **P**lacement **G**roups (`PG`, `pg_num`).
536
536
Create and Edit Pools
537
537
~~~~~~~~~~~~~~~~~~~~~
538
538
539
- You can create and edit pools from the command line or the web- interface of any
539
+ You can create and edit pools from the command line or the web interface of any
540
540
{pve} host under **Ceph -> Pools**.
541
541
542
542
When no options are given, we set a default of **128 PGs**, a **size of 3
@@ -567,7 +567,7 @@ pveceph pool create <pool-name> --add_storages
567
567
----
568
568
569
569
TIP: If you would also like to automatically define a storage for your
570
- pool, keep the `Add as Storage' checkbox checked in the web- interface, or use the
570
+ pool, keep the `Add as Storage' checkbox checked in the web interface, or use the
571
571
command-line option '--add_storages' at pool creation.
572
572
573
573
Pool Options
0 commit comments