Skip to content

Commit

Permalink
ignore CleanupDisks response for the DR's ReadOnly state
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye committed Mar 28, 2024
1 parent c825a0e commit 70ce6b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ STFUNC(TDiskRegistryActor::StateReadOnly)
TEvDiskRegistryPrivate::TEvDiskRegistryAgentListExpiredParamsCleanup,
TDiskRegistryActor::HandleDiskRegistryAgentListExpiredParamsCleanupReadOnly);

IgnoreFunc(TEvDiskRegistryPrivate::TEvCleanupDisksResponse);

default:
if (!RejectRequests(ev)) {
LogUnexpectedEvent(
Expand Down

0 comments on commit 70ce6b8

Please sign in to comment.