Skip to content
Snippets Groups Projects
Commit 08e4675d authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix mongodb upgrade permission issue"

parents d6504ec4 d62cdedd
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