Bugzilla – Bug 7101
dhcp-config.sh is unreliable on shared filesystem
Last modified: 2010-10-08 11:04:50
You need to log in before you can comment on or make changes to this bug.
We often configure workspace-control to be on a shared filesystem, with some directories using a symlink to a local directory (var/w-c/lock, secureimages, etc). This works pretty well. dhcp-config.sh uses the directory the script runs in, usually /opt/nimbus/libexec/workspace-control/, to create it's lockfile. This should be changed to use /var/lock/, like the ebtables scripts. A full transcript of what this bug looks like is at: http://pastie.org/1156684.txt
Addressed in these commits: http://github.com/nimbusproject/nimbus/compare/b999ce4...f6ee7aea9