diff --git a/ydb/core/health_check/health_check.cpp b/ydb/core/health_check/health_check.cpp index 87f5ea9542df..680336fd686b 100644 --- a/ydb/core/health_check/health_check.cpp +++ b/ydb/core/health_check/health_check.cpp @@ -1984,9 +1984,9 @@ class TSelfCheckRequest : public TActorBootstrapped { switch (vDiskInfo.GetVDiskState()) { case NKikimrWhiteboard::EVDiskState::OK: + case NKikimrWhiteboard::EVDiskState::Initial: context.ReportStatus(Ydb::Monitoring::StatusFlag::GREEN); break; - case NKikimrWhiteboard::EVDiskState::Initial: case NKikimrWhiteboard::EVDiskState::SyncGuidRecovery: context.IssueRecords.clear(); context.ReportStatus(Ydb::Monitoring::StatusFlag::YELLOW,