Skip to content

Commit edd86ea

Browse files
authored
Merge a7e8ac9 into c1ad21b
2 parents c1ad21b + a7e8ac9 commit edd86ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ message Node {
4343
}
4444
// start_time defines time when node was registered in cms.
4545
google.protobuf.Timestamp start_time = 8;
46+
string version = 9;
4647
}
4748

4849
message ListClusterNodesRequest {

0 commit comments

Comments
 (0)