search for: virdomainmigratechecknotlocal

Displaying 5 results from an estimated 5 matches for "virdomainmigratechecknotlocal".

2018 Sep 10
2
Re: live migration via unix socket
...onse here, I've only just picked this task back up again recently. With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow the libvirtd <-> libvirtd connection over a unix socket. Libvirt returns this error "Attempt to migrate guest to the same host". The virDomainMigrateCheckNotLocal() function ensures that a peer2peer migration won't occur when the destination is a unix socket. Is there anyway around this? We'd like to tunnel the destination connection through a unix socket. The other side of the unix socket is a network proxy in a different network namespace which pr...
2018 Sep 14
2
Re: live migration via unix socket
...up again recently. >> >> With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow >> the libvirtd <-> libvirtd connection over a unix socket. >> >> Libvirt returns this error "Attempt to migrate guest to the same host". >> The virDomainMigrateCheckNotLocal() function ensures that a peer2peer >> migration won't occur when the destination is a unix socket. >> >> Is there anyway around this? We'd like to tunnel the destination >> connection >> through a unix socket. The other side of the unix socket is a network &gt...
2018 Sep 12
0
Re: live migration via unix socket
...t picked this task back >up again recently. > >With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow >the libvirtd <-> libvirtd connection over a unix socket. > >Libvirt returns this error "Attempt to migrate guest to the same host". >The virDomainMigrateCheckNotLocal() function ensures that a peer2peer >migration won't occur when the destination is a unix socket. > >Is there anyway around this? We'd like to tunnel the destination connection >through a unix socket. The other side of the unix socket is a network proxy >in a different networ...
2018 Sep 17
0
Re: live migration via unix socket
...gt;> >>> With the TUNNELLED and PEER2PEER migration flags set, Libvirt won't allow >>> the libvirtd <-> libvirtd connection over a unix socket. >>> >>> Libvirt returns this error "Attempt to migrate guest to the same host". >>> The virDomainMigrateCheckNotLocal() function ensures that a peer2peer >>> migration won't occur when the destination is a unix socket. >>> >>> Is there anyway around this? We'd like to tunnel the destination >>> connection >>> through a unix socket. The other side of the unix soc...
2018 Aug 28
2
live migration via unix socket
Hey, Over in KubeVirt we're investigating a use case where we'd like to perform a live migration within a network namespace that does not provide libvirtd with network access. In this scenario we would like to perform a live migration by proxying the migration through a unix socket to a process in another network namespace that does have network access. That external process would live