Nir Soffer
Nir Soffer
Passing a logger sounds like the right approach.
> Add a flow on the SPM checking VG configuration and fixing it: > > * when starting the SPM > * when activating a storage domain This makes sense,...
Travis section was removed. More info on github CI can be helpful.
Daniel reply can help to find the right fix: https://bugzilla.redhat.com/2050721#c2 The fix is likey not in oVirt, but in the selinux security policy.
So restorecon fixes the issue?
The question is not if the label changed, but if you could reproduce the issue (sanlock fails to access files in the mount), and after running restorecon the issue is...
Before you detach a storage domain you need to make sure the OVFs are updated. This is done periodically so maybe it did not run after you copied the vm...
>  So far everything looks normal - if you add a vm to this storage domain, and use "Update OVFs" you should...
-W is not async, this is unordered writes. This improves performance but not related to locking. Vdsm already use this option when writing to raw-preallocated disk on block storage. Since...
Plan: - Separate functional tests from stress tests - functional tests: reconnect, re-install after fork - stress tests: reconnect 20 times in a raw, re-install after fork 100 times -...