When I migrate a guest from svr1 to svr2 and shutdown the guest on svr2. I cannot start it anymore because the xml is not there. How can I make sure this xml is automatically stored so I can start the guest again on svr2?
On Tue, Dec 03, 2019 at 10:50:42 +0100, Marc Roos wrote:> > > When I migrate a guest from svr1 to svr2 and shutdown the guest on svr2. > I cannot start it anymore because the xml is not there. How can I make > sure this xml is automatically stored so I can start the guest again on > svr2?virsh migrate --help says: --persistent persist VM on destination that will make sure that the config will stay on the destination after you turn off the VM
:0 forgot indeed to check the manpage, sorry -----Original Message----- Cc: libvirt-users Subject: Re: [libvirt-users] Live migrate with virsh migrate On Tue, Dec 03, 2019 at 10:50:42 +0100, Marc Roos wrote:> > > When I migrate a guest from svr1 to svr2 and shutdown the guest onsvr2.> I cannot start it anymore because the xml is not there. How can I make> sure this xml is automatically stored so I can start the guest again > on svr2?virsh migrate --help says: --persistent persist VM on destination that will make sure that the config will stay on the destination after you turn off the VM