Hi,I just have two virtual machines in my environment, I want them to gracefully stop when host is powered off gracefully.Nevertheless, system hangs on shutdown:[root@vdicnode01 ~]# virsh listId Name State---------------------------------------------------- 1 vdicdb01 running2 vdicone01 runningThe configuration:/usr/libexec/libvirt-guests.shURIS=defaultON_BOOT=ignoreON_SHUTDOWN=shutdownSHUTDOWN_TIMEOUT=60PARALLEL_SHUTDOWN=5START_DELAY=0BYPASS_CACHE=0CONNECT_RETRIES=10RETRIES_SLEEP=1SYNC_TIME=0[root@vdicnode01 ~]# cat /etc/libvirt/qemu.confuser = "oneadmin"group = "oneadmin"dynamic_ownership = 0spice_tls = 0With libvirt-guests service started:[root@vdicnode01 ~]# service libvirt-guests statusRedirecting to /bin/systemctl status libvirt-guests.service● libvirt-guests.service - Suspend Active Libvirt GuestsLoaded: loaded (/usr/lib/systemd/system/libvirt-guests.service; disabled; vendor preset: disabled) Active: active (exited) since Sat 2016-12-31 17:13:34 CET; 5s agoDocs: man:libvirtd(8)Process: 6619 ExecStart=/usr/libexec/libvirt-guests.sh start (code=exited, status=0/SUCCESS) Main PID: 6619 (code=exited, status=0/SUCCESS)Dec 31 17:13:34 vdicnode01.vdicube.com systemd[1]: Starting Suspend Active Libvirt Guests...Dec 31 17:13:34 vdicnode01.vdicube.com libvirt-guests.sh[6619]: libvirt-guests is configured not to start any guests on bootDec 31 17:13:34 vdicnode01.vdicube.com systemd[1]: Started Suspend Active Libvirt Guests.[root@vdicnode01 ~]#If I stop locally libvirt-guests (as root) Looks work perfectly:[root@vdicnode01 ~]# virsh listId Name State---------------------------------------------------- [root@vdicnode01 ~]#--> Now I start again the virtual machines and the libvirt-guests service <--[root@vdicnode01 ~]# service libvirtd restartRedirecting to /bin/systemctl restart libvirtd.service[root@vdicnode01 ~]# service libvirt-guests startRedirecting to /bin/systemctl start libvirt-guests.service[root@vdicnode01 ~]# virsh listId Name State---------------------------------------------------- 1 vdicone01 running2 vdicdb01 running[root@vdicnode01 ~]#But If I shutdown the host it look not work properly (I attack screenshots of the shutdown process).Any help will be welcome.Thanks a lot.