|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] possible to change virtual bridge during vm migration
> As far as I know, virtual machine which use virtual bridge name "eth0" will
> use
> same virtual bridge (eth0) after vm migration.
> Is it possible to make virtual mathine use different virtual bridge after/
> during migration without rebooting?
After migration is easy: Just run
brctl delif eth0 <VIF-NAME>
brctl addif eth1 <VIF-NAME>
(but probably adapting your naming scheme to be consistent throughout your
xen servers is the better option? So both/all your servers have the same
"eth0"/"eth1" bridge?)
best regards,
Adi Kriegisch
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|