<div dir="ltr"><div><div><div>Dear OpenNebula Community,<br><br></div>For VM migration between two physical host machines HostA (with IP 192.168.1.97) and HostB (with IP 192.168.1.98).<br><br></div>1) in HostA, create a user "oneadmin", add user to group "oneadmin" and have /home/var/lib/one as home folder.<br>
<br></div>edit /etc/exports as below:<br><br><div>/home/var/lib/one    <a href="http://192.168.1.0/24(rw,sync,no_subtree_check,no_root_squash,anonuid=10000,anongid=10000)">192.168.1.0/24(rw,sync,no_subtree_check,no_root_squash,anonuid=10000,anongid=10000)</a><br>
<br></div><div>2) in HostB, create a user "oneadmin", add user to group "oneadmin" and have /var/lib/one as home folder.<br><br></div><div>edit /etc/fstab as below:<br></div><div><div><br>192.168.1.97:/home/var/lib/one     /var/lib/one     nfs     defaults    0     0<br>
<br></div><div>From above 1) and 2) can see that the home folders of HostA and HostB are different, is this setup OK for VM migration between HostA and HostB?<br><br></div><div>Thanks kindly,<br></div><div>Q.S.<br></div><div>
<br></div></div></div>