初步实现多集群共享节点

This commit is contained in:
刘祥超
2021-07-31 22:23:16 +08:00
parent c49ec306d4
commit b908a8de60
6 changed files with 1077 additions and 894 deletions

View File

@@ -32,10 +32,11 @@ message Node {
SizeCapacity maxCacheDiskCapacity = 17;
SizeCapacity maxCacheMemoryCapacity = 18;
NodeCluster nodeCluster = 32;
NodeCluster nodeCluster = 32; // 主集群
NodeLogin login = 33;
NodeInstallStatus installStatus = 34;
repeated NodeIPAddress ipAddresses = 35;
NodeGroup nodeGroup = 36;
NodeRegion nodeRegion = 37;
repeated NodeCluster secondaryNodeClusters = 38; // 从集群
}