Displaying 3 results from an estimated 3 matches for "keed".
Did you mean:
feed
2018 Jan 05
4
VM migration upon shutdown in centos 7
Hi,
I have CentOS 7, two node system which allows live VM migration between
them. Live migration triggered from virsh is happily happening. I am using
GlusterFS for replicating VM disk files.
Now I want to automatically do the live migration at the time of
reboot/shutdown/halt of the host node and for this I have written a systemd
service unit [vPreShutdownHook.service] and placed the live
2018 Jan 11
0
Re: VM migration upon shutdown in centos 7
[Please keed the list CCed]
On 01/10/2018 04:43 PM, Raman Gupta wrote:
>> Does this command alone succeed?
> Yes. I have used this command to migrate VMs successfully, without even
> knowing that spelling has changed.
>
>
>> I don't know enough about systemd but maybe it's not...
2018 Jan 12
1
Re: VM migration upon shutdown in centos 7
...ven
though VM is working fine.
I tried starting libvirt-guests.service and added it as Requires target in
vPreShutdownHook.service, but it did not help. On reboot the VM did not
migrated.
Thanks
On Thu, Jan 11, 2018 at 12:56 PM, Michal Privoznik <mprivozn@redhat.com>
wrote:
> [Please keed the list CCed]
>
> On 01/10/2018 04:43 PM, Raman Gupta wrote:
> >> Does this command alone succeed?
> > Yes. I have used this command to migrate VMs successfully, without even
> > knowing that spelling has changed.
> >
> >
> >> I don't know enough...