[one-users] Resume paused VM due to full system datastore

Daniel Dehennin daniel.dehennin at baby-gnu.org
Thu Mar 27 08:51:16 PDT 2014


Hello,

I just encounter an issue with KVM based VMs when the non shared system
datastore became full.

The libvirt/kvm paused the VMs trying to write on their discs and I have
to run:

    for vm in $(virsh -c qemu:///system list | awk '/paused/ {print $1}')
    do
        virsh -c qemu:///system resume ${vm}
    done

In ONE they was in UNKNOWN state.

Shouldn't it be handled by ONE directly?

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 359 bytes
Desc: not available
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20140327/08971ecd/attachment.pgp>


More information about the Users mailing list