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:
parent
038fd34c02
commit
81de7382b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user