Displaying 2 results from an estimated 2 matches for "storage_nf".
Did you mean:
storage_nfs
2017 Nov 15
2
virtlock - a VM goes read-only
...Permissive
Here is the issue:
h1 # virsh list
Id Name State
----------------------------------------------------
1 test09 running
h1 # virsh domblklist test09
Target Source
------------------------------------------------
vda /storage_nfs/images_001/test09.qcow2
h1 #
h2 # virsh list
Id Name State
----------------------------------------------------
h2 # virsh list --all | grep test09
- test09 shut off
h2 # virsh start test09
error: Failed to start domain test09
error:...
2017 Nov 16
0
Re: virtlock - a VM goes read-only
...lly well. However, starting a few weeks ago I have been
> trying to implement virtlock in order to prevent a VM running on 2
> hypervisors at the same time.
[snip]
> h2 # virsh start test09
> error: Failed to start domain test09
> error: resource busy: Lockspace resource
> '/storage_nfs/images_001/test09.qcow2' is locked
[snip]
> Now, I am pretty sure that I am missing something simple here since this is
> a standard feature and should work out of the box if set correctly but so
> far I cannot see what I am missing.
So I think you are hitting the little surprise i...