5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-12 20:58:19 +03:00

pveceph: ec pool: add note about parameter usage on creation

Some optional parameters will only be used for the replicated metadata
pool.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2022-05-03 13:58:09 +02:00 committed by Thomas Lamprecht
parent 59c8fe1911
commit 1273007159

View File

@ -595,6 +595,12 @@ providing the '--add_storages 0' parameter. When configuring the storage
configuration manually, keep in mind that the 'data-pool' parameter needs to be
set. Only then will the EC pool be used to store the data objects. For example:
NOTE: The optional parameters '--size', '--min_size' and '--crush_rule' will be
used for the replicated metadata pool, but not for the erasure coded data pool.
If you need to change the 'min_size' on the data pool, you can do it later.
The 'size' and 'crush_rule' parameters cannot be changed on erasure coded
pools.
[source,bash]
----
pvesm add rbd <storage name> --pool <replicated pool> --data-pool <ec pool>