Displaying 5 results from an estimated 5 matches for "virdomainmigratechecknotloc".
Did you mean:
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...
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
&...
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 netw...
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 s...
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