Skip to content

Commit 6ef6175

Browse files
authored
Merge ead5bca into 6d4a423
2 parents 6d4a423 + ead5bca commit 6ef6175

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ydb/core/cms/api_adapters.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ class TListClusterNodes: public TAdapterActor<
163163
out.set_host(in.Host);
164164
out.set_port(in.IcPort);
165165
out.set_state(ConvertNodeState(in.State));
166+
out.set_version(in.Version);
166167
*out.mutable_start_time() = TimeUtil::MicrosecondsToTimestamp(in.StartTime.GetValue());
167168

168169
auto& location = *out.mutable_location();

ydb/public/api/protos/draft/ydb_maintenance.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ message Node {
4343
}
4444
// start_time defines time when node was registered in cms.
4545
google.protobuf.Timestamp start_time = 8;
46+
// version defines YDB version for current Node.
47+
// For example, 'ydb-stable-24-1'.
48+
string version = 9;
4649
}
4750

4851
message ListClusterNodesRequest {

0 commit comments

Comments
 (0)