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
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
The server identifier in /etc/zookeeper/zoo.cfg should be written to each server's /var/lib/zookeeper/data/myid
e.g.
server.2=10.105.10.70:2888:3888
equals
echo 2 > 10.105.10.70:/var/lib/zookeeper/data/myid
This needs to be done within the midokura-cookbook
The text was updated successfully, but these errors were encountered:
/var/lib/zookeeper/data/myid is not being populated with correct server ID
Related to #75
The server identifier in /etc/zookeeper/zoo.cfg should be written to each server's /var/lib/zookeeper/data/myid
e.g.
server.2=10.105.10.70:2888:3888
equals
echo 2 > 10.105.10.70:/var/lib/zookeeper/data/myid
This needs to be done within the midokura-cookbook
The text was updated successfully, but these errors were encountered: