cloudstack/patches/systemvm/debian/config
Sheng Yang c44db2557d bug 11772: Add improved version of locking for the scripts in the systemvm
Because currently the lock in the script is retried every 1 second, and it's a
quite a long time that it's possible for some other active script can be
executed and retain the lock again. So it's possible that the first one request
the lock is always being preemptted by others, then finally got timeout.

To fix this issue, the retry interval is reduced to 0.1 seconds, which would
provide more retry times. And each process want to get the lock would create a
file named lockname-PID.lock, and only the first one(judged by timestamp) would
get the lock. The remaining ones would retry every 0.1 seconds to see if it can
get the lock.

Also timeout time is extended to 30 seconds.

And add testcase for it.

status 11772: resolved fixed
2011-11-01 19:06:14 -07:00
..
bin add vhd-util which comes from xen-4.0.0/tools/blktaps/vhd, it doesn't check timestamp 2010-12-22 19:54:36 -08:00
etc bug 11598: secstorage.vm.mtu.size, by default it's 1500. After change this configuration, need to restart mgt server, and restart secondary storage to take effect. 2011-10-26 14:48:56 -07:00
opt/cloud/bin bug 11130: Add GetDomRVersionCmd 2011-09-29 14:50:11 -07:00
root bug 11772: Add improved version of locking for the scripts in the systemvm 2011-11-01 19:06:14 -07:00
var remove patches/systemv, and mv tools/systemvm into patches 2010-10-05 20:41:39 -07:00