Dennis J. wrote:
> Hi,
> Is it possible to provide access to individual VMs using virsh or
> virt-manager? What I'm specifically trying to do is to give users the
> ability to shutdown/destroy/start their own virtual machines in case the VM
> hangs. Is this possible?
>
> Regards,
> Dennis
> _______________________________________________
> virt mailing list
> [email protected]
> https://admin.fedoraproject.org/mailman/listinfo/virt
virsh <guest-name> shutdown
or
virsh <guest-name> destroy
after shutdown/destroy,
just do a
virsh <guest-name> start
This is assuming the guests are known to libvirt
(xml spec for guest resides in libvirt).
KVM guests? xen guest?
- Don
_______________________________________________
virt mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/virt