Skip to content
Snippets Groups Projects
Unverified Commit d62cdedd authored by zhubingbing's avatar zhubingbing
Browse files

Fix mongodb upgrade permission issue

Change-Id: I15966415854e370228b53344bfdfbcd417e18a53
Partial-Bug: #1631503
parent 97686e9f
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,17 @@
"owner": "mongodb",
"perm": "0644"
}
],
"permissions": [
{
"path": "/var/lib/kolla/mongodb",
"owner": "mongodb:mongodb",
"recurse": true
},
{
"path": "/var/log/kolla/mongodb",
"owner": "mongodb:mongodb",
"recurse": true
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment