mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-16441: Clear /tmp for file locks when starting up
This commit is contained in:
parent
4e1f3f9410
commit
5ff1c52e40
@ -458,7 +458,6 @@ setup_redundant_router() {
|
|||||||
mkdir -p /ramdisk
|
mkdir -p /ramdisk
|
||||||
mount tmpfs /ramdisk -t tmpfs
|
mount tmpfs /ramdisk -t tmpfs
|
||||||
mkdir -p /ramdisk/rrouter
|
mkdir -p /ramdisk/rrouter
|
||||||
rm /tmp/rrouter.lock
|
|
||||||
ip route delete default
|
ip route delete default
|
||||||
cp /root/redundant_router/keepalived.conf.templ /etc/keepalived/keepalived.conf
|
cp /root/redundant_router/keepalived.conf.templ /etc/keepalived/keepalived.conf
|
||||||
cp /root/redundant_router/conntrackd.conf.templ /etc/conntrackd/conntrackd.conf
|
cp /root/redundant_router/conntrackd.conf.templ /etc/conntrackd/conntrackd.conf
|
||||||
@ -816,6 +815,8 @@ change_password() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
# Clear /tmp for file lock
|
||||||
|
rm -f /tmp/*.lock
|
||||||
local hyp=$(hypervisor)
|
local hyp=$(hypervisor)
|
||||||
[ $? -ne 0 ] && log_it "Failed to detect hypervisor type, bailing out of early init" && exit 10
|
[ $? -ne 0 ] && log_it "Failed to detect hypervisor type, bailing out of early init" && exit 10
|
||||||
log_it "Detected that we are running inside $hyp guest"
|
log_it "Detected that we are running inside $hyp guest"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user