[ovirt-users] Questions on oVirt

Joop jvdwege at xs4all.nl
Fri Jun 3 18:49:39 UTC 2016


On 3-6-2016 18:10, Brett I. Holcomb wrote:
> On Fri, 2016-06-03 at 08:41 +0200, jvandewege wrote:
>> On 3-6-2016 3:23, Brett I. Holcomb wrote:
>> Thanks.  That helps.  If you get a chance I'd like the script.
>
Here it is, heavily tailored to my setup and my 'servers' which seem to
have their own problems. I never had problems shutting down servers
which run oVirt but it looks like that consumer computers are more
sensitive to some manipulation that oVirt does. Without this script I
can't shutdown my Shuttle XH61V, it will hang on wdmd.
The umount /rhev/.../ovirt01 are the nfs mounts that my hosts exports
and the umount /rhev/../pakhuis are the nfs mount to a NAS. So I don't
have everything on a single box but that doesn't matter. Got the same
kind of setup on my laptop but then without the external NFS on my NAS.
Host is running Fedora22, engine is running Centos-7.2

Joop

-------------- next part --------------
service ovirt-ha-agent stop
service ovirt-ha-broker stop
ssh engine01 init 0
service vdsmd stop
systemctl stop sanlock.service
umount /rhev/data-center/mnt/ovirt01.puzzle-it.nu:_nfs_data
umount /rhev/data-center/mnt/ovirt01.puzzle-it.nu:_nfs_export
umount /rhev/data-center/mnt/ovirt01.puzzle-it.nu:_nfs_iso
umount /rhev/data-center/mnt/pakhuis:_volume1_nfs_export
umount /rhev/data-center/mnt/pakhuis:_volume1_nfs_iso
umount /rhev/data-center/mnt/pakhuis:_volume1_nfs_data
umount /rhev/data-center/mnt/pakhuis:_volume1_nfs_he
systemctl stop nfs-server.service




More information about the Users mailing list