]> git.proxmox.com Git - pve-storage.git/commit
fix #1816: rbd: add support for erasure coded ec pools
authorAaron Lauterer <a.lauterer@proxmox.com>
Fri, 28 Jan 2022 11:22:41 +0000 (12:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 4 Feb 2022 16:51:48 +0000 (17:51 +0100)
commitef2afce74aba01f2ab698a5477f5e396fa4d3725
tree893b5909deec72846dc70ab159fa5e361a0df42b
parent05b07a67f5c9b5edda1d918eb5191fc8d5b92802
fix #1816: rbd: add support for erasure coded ec pools

The first step is to allocate rbd images correctly.

The metadata objects still need to be stored in a replicated pool, but
by providing the --data-pool parameter on image creation, we can place
the data objects on the erasure coded (EC) pool.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/Storage/RBDPlugin.pm