Expanding the Capacity of the BCM ZooKeeper Cluster
The following describes how to expand a three-node cluster to a seven-node cluster. The original ZooKeeper server list is expanded from ceph1:2182,ceph2:2182,ceph3:2182 to ceph1:2182,ceph2:2182,ceph3:2182,ceph4:2182,ceph5:2182,ceph6:2182,ceph7:2182.
- Modify zk_server_list under bcm in the /opt/gcache/conf/bcm.xml file on the Global Cache server and client.
1 2 3 4 5 6 7
<?xml version="1.0"?> <bcm zk_server_list="ceph1:2182,ceph2:2182,ceph3:2182,ceph4:2182,ceph5:2182,ceph6:2182,ceph7:2182"> <cluster id="1"zk_server_list="ceph1:2181,ceph2:2181,ceph3:2181"> <pool id="1"></pool> <pool id="2"></pool> </cluster> </bcm>
Parent topic: Modifying Global Cache Configuration Information