mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #530] CEPH live-migration, secret usage instead of uuid. #394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ppcedric on GitHub (Mar 23, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/530
Hi,
To allow live migration of VM in a CEPH environment, it would be better to use the 'usage' attribute instead of the 'uuid' as the secret reference.
The use of the secret UUID require sharing the same secret key UUID between all nodes, else live-migration will fail.
The WEB interface do not allow specifying that UUID, and a new one is created each time you add a secret.
Therefore, a command-line provisionning of secret on other nodes is currently necessary which is not optimal !
As a workaround, we know that the WEB interface allows specifying the 'Usage' (wrongly named 'Data' in the create page...)
So instead of using the UUID as secret reference, i just did that simple change to have live-migration working flawlessly:
Regards,
Cédric.