You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the inplace restore operation, images using erasure coded Ceph datastores (i.e., EC_POOL_NAME is defined) are restored on the replicated pool instead of splitting data/metadata between EC/replicated.
To Reproduce
Set EC_POOL_NAME=<ec_pool> on IMAGE datastore.
onevm restore <vm> <bak_img>
Expected behavior
rbd info <rbd_image> | grep data_pool should return data_pool: <ec_pool>.
Details
Affected Component: Storage
Hypervisor: KVM
Version: 6.10.0 Additional context
Add any other context about the problem here.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
During the inplace restore operation, images using erasure coded Ceph datastores (i.e.,
EC_POOL_NAME
is defined) are restored on the replicated pool instead of splitting data/metadata between EC/replicated.To Reproduce
Set EC_POOL_NAME=<ec_pool> on IMAGE datastore.
onevm restore <vm> <bak_img>
Expected behavior
rbd info <rbd_image> | grep data_pool
should returndata_pool: <ec_pool>
.Details
Additional context
Add any other context about the problem here.
Progress Status
The text was updated successfully, but these errors were encountered: