5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-08 21:17:52 +03:00

pveceph: fix typo

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-09 09:52:06 +02:00
parent 038fd34c02
commit 81de7382b0

View File

@ -592,7 +592,7 @@ To create a new EC pool, run the following command:
[source,bash]
----
pceveph pool create <pool-name> --erasure-coding k=2,m=1
pveceph pool create <pool-name> --erasure-coding k=2,m=1
----
Optional parameters are `failure-domain` and `device-class`. If you
@ -621,7 +621,7 @@ specify the profile to use with the `profile` parameter.
For example:
[source,bash]
----
pceveph pool create <pool-name> --erasure-coding profile=<profile-name>
pveceph pool create <pool-name> --erasure-coding profile=<profile-name>
----
Adding EC Pools as Storage