You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glusterd2 created a default config : /etc/glusterd2/glusterd2.toml
localstatedir = "/var/lib/glusterd2"
logdir = "/var/log/glusterd2"
logfile = "glusterd2.log"
loglevel = "INFO"
rundir = "/var/run/glusterd2"
defaultpeerport = "24008"
peeraddress = "machine2_ip:24008"
clientaddress = "machine2_ip:24007"
#restauth should be set to false to disable REST authentication in glusterd2
#restauth = false
I inserted the ip of my machine in the config.
When I run : glusterd2 on machine 1, it gives error : Failed to write to log, write /var/log/glusterd2/store/elastic.log: file already closed.
When I created the config file manually and ran with its path, it gives the same error :Failed to write to log, write /var/log/glusterd2/store/elastic.log: file already closed.
Setup:
Glusterd2 created a default config : /etc/glusterd2/glusterd2.toml
I inserted the ip of my machine in the config.
When I run :
glusterd2on machine 1, it gives error : Failed to write to log, write /var/log/glusterd2/store/elastic.log: file already closed.When I created the config file manually and ran with its path, it gives the same error :Failed to write to log, write /var/log/glusterd2/store/elastic.log: file already closed.