Re: Question about local migration between containers

2020-03-26 Thread Or Shoval
i did a mistake in the paste [root@modi01 kubevirt]# ./cluster-up/ssh.sh kind-1.17.0-worker root@kind-1:/# cat /etc/machine-id *24bfea9624e44e01a3859eb6c9ef1dad* root@kind-1:/# hostname *kind-1.17.0-worker* [root@modi01 kubevirt]# ./cluster-up/ssh.sh kind-1.17.0-control-plane root@kind-1:/#

Re: Question about local migration between containers

2020-03-26 Thread Daniel P . Berrangé
On Thu, Mar 26, 2020 at 05:25:59PM +0200, Or Shoval wrote: > Hi Daniel, > thanks for the quick reply > > we did try to override SMBIOS > host_uuid_source = "machine-id" > > and it didn't work even that nodes have different > > [root@modi01 kubevirt]# ./cluster-up/ssh.sh kind-1.17.0-worker > roo

Re: Question about local migration between containers

2020-03-26 Thread Or Shoval
Hi Daniel, thanks for the quick reply we did try to override SMBIOS host_uuid_source = "machine-id" and it didn't work even that nodes have different [root@modi01 kubevirt]# ./cluster-up/ssh.sh kind-1.17.0-worker root@kind-1:/# cat /etc/machine-id [root@modi01 kubevirt]# ./cluster-up/ssh.sh k

Re: protocol method available on Windows

2020-03-26 Thread john doe
On 3/26/2020 4:00 PM, Daniel P. Berrangé wrote: > On Wed, Mar 25, 2020 at 06:03:47PM +0100, john doe wrote: >> Hi libvirts, >> >> I'm playing with libvirt on Windows (downloaded the x64 msi) but I'm >> stuck at the following: >> >> virsh # net-edit default >> error: failed to connect to the hypervi

Re: Question about local migration between containers

2020-03-26 Thread Daniel P . Berrangé
On Thu, Mar 26, 2020 at 04:47:50PM +0200, Or Shoval wrote: > Hello > > On kubevirt project we are using IpV6 Kind cluster, > and trying to support migration, > > but since both of the containers are on the same host > we get this error > > {"component":"virt-launcher","level":"error","msg":"inte

Re: protocol method available on Windows

2020-03-26 Thread Daniel P . Berrangé
On Wed, Mar 25, 2020 at 06:03:47PM +0100, john doe wrote: > Hi libvirts, > > I'm playing with libvirt on Windows (downloaded the x64 msi) but I'm > stuck at the following: > > virsh # net-edit default > error: failed to connect to the hypervisor > error: invalid argument: transport methods unix,

Question about local migration between containers

2020-03-26 Thread Or Shoval
Hello On kubevirt project we are using IpV6 Kind cluster, and trying to support migration, but since both of the containers are on the same host we get this error {"component":"virt-launcher","level":"error","msg":"internal error: Attempt to migrate guest to the same host 32323136-3731-4247-3831

protocol method available on Windows

2020-03-26 Thread john doe
Hi libvirts, I'm playing with libvirt on Windows (downloaded the x64 msi) but I'm stuck at the following: virsh # net-edit default error: failed to connect to the hypervisor error: invalid argument: transport methods unix, ssh and ext are not supported under Windows Can someone shed some light