summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/cluster-member-info.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/cluster-member-info.def b/configdefinitions/src/vespa/cluster-member-info.def
index 15781772ee5..7c94a339bd1 100644
--- a/configdefinitions/src/vespa/cluster-member-info.def
+++ b/configdefinitions/src/vespa/cluster-member-info.def
@@ -2,8 +2,12 @@
# Information about a given node's (the node receiving the config) membership in a cluster. See also cluster-info
namespace=cloud.config
+# the id of the cluster this node is a member of
+clusterId string
+
# The unique index of this node in the cluster.
# Node indexes are not necessarily continuous and starting at zero.
index int
+