]> git.proxmox.com Git - pve-docs.git/commitdiff
pveceph: fix typo
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 May 2022 07:52:06 +0000 (09:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 May 2022 07:52:06 +0000 (09:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveceph.adoc

index cfe480670f5e2f7fee14652860691e0db0019cd8..737f13b2510ff82b9b2776fa2291fad2f3c46c48 100644 (file)
@@ -592,7 +592,7 @@ To create a new EC pool, run the following command:
 
 [source,bash]
 ----
 
 [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
 ----
 
 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]
 ----
 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
 ----
 
 Adding EC Pools as Storage