mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
be00118d5d
Unfortunately, advisory record locking lose the lock if any fd refering
to the file is closed. There doesn't seem to be a way to preserve the
lock atomically. We could eventually retake the lock if low pidfilefd
is required.
This fixes processes being leaked, as they are not killed in
virPidFileForceCleanupPath() if the lock can be taken. Here also, we may
consider this is not good enough, as a process may leak by simply
closing the pidfilefd.
Fixes commit
|
||
---|---|---|
.. | ||
test2.log | ||
test3.log | ||
test4.log | ||
test5.log | ||
test6.log | ||
test7.log | ||
test8.log | ||
test9.log | ||
test10.log | ||
test11.log | ||
test12.log | ||
test13.log | ||
test14.log | ||
test15.log | ||
test16.log | ||
test20.log | ||
test21.log | ||
test26.log | ||
test27.log |