Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 10.0.21-galera
-
Fix Version/s: N/A
-
Component/s: Galera Arbitrator garbd
-
Labels:None
-
Environment:Debian jessi
Description
Im am install garb from you repositary on Debian jessi, and configure.
#cat /etc/default/garb
GALERA_NODES="192.168.0.1:4567 192.168.0.2:4567 192.168.0.3:4567"
GALERA_GROUP="cluster"
GALERA_OPTIONS="gmcast.listen_addr=192.168.0.4"
LOG_FILE="/var/log/garb.log"
After run i am see in garb.log Warning: open file(gvwstate.dat.tmp) failed(Permission denied)
I am strace garbd and see garb open this file without any path.
I am test set set in start-stop-daemon set option '-d /tmp' no result.
Only set -o root -c root that helped, garb create file in '/' direcory and start as root, but this insecure.
Need parameter for set garb directory, or if this temp file need garb create this file in system /tmp directory.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Filed a bug with upstream (Codership) :
https://github.com/codership/galera/issues/345