Skip to content

Commit

Permalink
issue-2542: correct issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vladstepanyuk committed Jan 17, 2025
1 parent bd2171c commit 2f0fa13
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,20 +349,20 @@ void TVolumeActor::HandleStopPartionBeforeVolumeDestruction(
LOG_ERROR(
ctx,
TBlockStoreComponents::VOLUME,
"[%lu] StopPartionBeforeVolumeDestruction req was send to not DR "
"based disk",
"[%lu] StopPartionBeforeVolumeDestruction request was send to not "
"DR based disk",
TabletID());

NCloud::Reply(
ctx,
*ev,
std::make_unique<
TEvVolume::TEvStopPartionBeforeVolumeDestructionResponse>(
MakeError(E_REJECTED, "request not supported")));
MakeError(E_NOT_IMPLEMENTED, "request not supported")));
return;
}

LOG_DEBUG(
LOG_INFO(
ctx,
TBlockStoreComponents::VOLUME,
"[%lu] Stop Partition before volume destruction",
Expand Down

0 comments on commit 2f0fa13

Please sign in to comment.