Stopping proxmox virtualization services, how?

  • Thread starter Thread starter vlad
  • Start date Start date
V

vlad

Guest
I'm trying to resize pve-data/ext3, is there anyway to shutdown kvm/openvz and its control services so /var/lib/vz can be unmounted safely? I know that there might be a possiblity of doing ext3 live resizing but I don't trust it just yet.

Thanks,
--Vlad
 
I'm trying to resize pve-data/ext3, is there anyway to shutdown kvm/openvz and its control services so /var/lib/vz can be unmounted safely? I know that there might be a possiblity of doing ext3 live resizing but I don't trust it just yet.

Thanks,
--Vlad

The Virtualizarion is done by vz daemon and qemu-server daemon. You can try:

/etc/init.d/vz stop
/etc/init.d/qemu-server stop

I have tried done some tricks with lvm+mdadm in proxmox 1.3 só resize LVm and ext3 is possible. If you want try install webmin its have a nice tools to manager lvm
 
Thanks, I did these in order:
/etc/init.d/pvedaemon
/etc/init.d/vz
/etc/init.d/qemu-server
Seems to work, I was afraid if I do just vz/qemu-server then pvedaemon would restart them. Just moved my install to mdadm/raid5 array and going to try to write bash script to do the moving automatically next time.