We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093fd1f commit c5366d7Copy full SHA for c5366d7
ydb/core/health_check/health_check.cpp
@@ -1984,9 +1984,9 @@ class TSelfCheckRequest : public TActorBootstrapped<TSelfCheckRequest> {
1984
1985
switch (vDiskInfo.GetVDiskState()) {
1986
case NKikimrWhiteboard::EVDiskState::OK:
1987
+ case NKikimrWhiteboard::EVDiskState::Initial:
1988
context.ReportStatus(Ydb::Monitoring::StatusFlag::GREEN);
1989
break;
- case NKikimrWhiteboard::EVDiskState::Initial:
1990
case NKikimrWhiteboard::EVDiskState::SyncGuidRecovery:
1991
context.IssueRecords.clear();
1992
context.ReportStatus(Ydb::Monitoring::StatusFlag::YELLOW,
0 commit comments