初步实现多集群共享节点

This commit is contained in:
GoEdgeLab
2021-07-31 22:23:16 +08:00
parent 5e494dd932
commit 6bf3924d63
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; // 从集群
}