<div dir="ltr"><div>i did a mistake in the paste</div><div><br></div><div>[root@modi01 kubevirt]# ./cluster-up/ssh.sh  kind-1.17.0-worker</div>root@kind-1:/#  cat /etc/machine-id<br><b>24bfea9624e44e01a3859eb6c9ef1dad</b><br>root@kind-1:/# hostname<br><b>kind-1.17.0-worker</b><br><div><br></div><div></div><br>[root@modi01 kubevirt]# ./cluster-up/ssh.sh  kind-1.17.0-control-plane<br>root@kind-1:/#  cat /etc/machine-id<br><b>71ebb3fc051a48b2b45345b67bb1002b</b><br>root@kind-1:/# hostname<br><b>kind-1.17.0-control-plane</b><br><div><br></div><div>i am trying other approach as well,</div><div>i might use old libvirt or something, if more info is needed, please let me know,</div><div><br></div><div>thanks<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 26, 2020 at 5:31 PM Daniel P. Berrangé <<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Mar 26, 2020 at 05:25:59PM +0200, Or Shoval wrote:<br>
> Hi Daniel,<br>
> thanks for the quick reply<br>
> <br>
> we did try to override SMBIOS<br>
> host_uuid_source = "machine-id"<br>
> <br>
> and it didn't work even that nodes have different<br>
> <br>
> [root@modi01 kubevirt]# ./cluster-up/ssh.sh  kind-1.17.0-worker<br>
> root@kind-1:/# cat /etc/machine-id<br>
><br>
<br>
This machine-id really shouldn't be empty - this may well cause issues<br>
in libvirt.<br>
<br>
> [root@modi01 kubevirt]# ./cluster-up/ssh.sh  kind-1.17.0-control-plane<br>
> root@kind-1:/# cat /etc/machine-id<br>
> 71ebb3fc051a48b2b45345b67bb1002b<br>
<br>
You can check what UUID libvirtd thinks it has using:<br>
<br>
  $ virsh capabilities |xmllint  --xpath /capabilities/host/uuid -<br>
<br>
If the UUIDs reported are different and you still get the<br>
migration error, then it is the duplicate hostname that is<br>
the problem.<br>
<br>
<br>
Regards,<br>
Daniel<br>
-- <br>
|: <a href="https://berrange.com" rel="noreferrer" target="_blank">https://berrange.com</a>      -o-    <a href="https://www.flickr.com/photos/dberrange" rel="noreferrer" target="_blank">https://www.flickr.com/photos/dberrange</a> :|<br>
|: <a href="https://libvirt.org" rel="noreferrer" target="_blank">https://libvirt.org</a>         -o-            <a href="https://fstop138.berrange.com" rel="noreferrer" target="_blank">https://fstop138.berrange.com</a> :|<br>
|: <a href="https://entangle-photo.org" rel="noreferrer" target="_blank">https://entangle-photo.org</a>    -o-    <a href="https://www.instagram.com/dberrange" rel="noreferrer" target="_blank">https://www.instagram.com/dberrange</a> :|<br>
<br>
</blockquote></div>