Code Review
/
vfc
/
nfvo
/
catalog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7c1b45e
)
Fix database start error in multi-node k8s env
21/44621/1
author
yangyan
<yangyanyj@chinamobile.com>
Wed, 25 Apr 2018 08:18:36 +0000
(16:18 +0800)
committer
yangyan
<yangyanyj@chinamobile.com>
Wed, 25 Apr 2018 08:18:47 +0000
(16:18 +0800)
Issue-ID: VFC-889
Change-Id: I4d87c354019a1c50efb436d5fd127e91e652b31c
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/instance_init.sh
patch
|
blob
|
history
diff --git
a/docker/instance_init.sh
b/docker/instance_init.sh
index
622477f
..
47ceea6
100755
(executable)
--- a/
docker/instance_init.sh
+++ b/
docker/instance_init.sh
@@
-10,7
+10,7
@@
function start_redis_server {
}
function start_mysql {
- service mysql start
+
find /var/lib/mysql -type f -exec touch {} \; &&
service mysql start
sleep 1
}