-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defining a specific MAC address during the XVA import wizard does not persist during import #128
Comments
Problem Changes on the MAC adress in the import wizard are saved via
But Solution |
…ess. If the MAC is changed, recreate the interface instead. Backgound: VIF.move can just move a VIF to another network, but not change the MAC properly (and this is also not expected from an action named move). #128
Upstream bug report: xenserver#2433 |
merged to development and release-xcp-ng-8.0 |
…ess. If the MAC is changed, recreate the interface instead. Backgound: VIF.move can just move a VIF to another network, but not change the MAC properly (and this is also not expected from an action named move). #128
It's now released: https://github.com/xcp-ng/xenadmin/releases/tag/v8.0.1.26 |
Moved from xcp-ng/xcp#109
XCP-ng version 7.6 using XCP-ng Center 7.6.0
I've tested import with
xe vm-import filename=xxx.xva preserve=true
and the MAC address is preserved.But when exporting with XCP-ng Center 7.6.0, the import will begin immediately after the "Storage" selection in the"Import XVA" wizard. Changing the Network MAC address in the "Network" dialog will display the new MAC address but upon starting the VM it will revert back to the random MAC address it initially displayed in the "Import XVA" wizard.
The text was updated successfully, but these errors were encountered: