Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.1
-
None
Description
Applies when using GFS or GPFS like file systems for the image library - where the same image library is accessible from multiple management nodes and a vcld child process is retrieving an image from another image library over the network
vcld is currently using a semaphore file lock to prevent reservation requests from loading the same image while the fetch process is in place, this is working fine for processes on the same management node which makes sense because the semaphore lock is observed in the same process tree, but has no affect on locking out processes on other management nodes.