diff options
author | yuryalekseev <[email protected]> | 2023-02-03 18:22:20 +0300 |
---|---|---|
committer | yuryalekseev <[email protected]> | 2023-02-03 18:22:20 +0300 |
commit | edbf6a16c5a6d547cb3fa354dfa273ebad870c5e (patch) | |
tree | 7a6a7f645040d88493d48d5aed6aa665080cc430 | |
parent | 927d16c3d0ce77bde43ad1bc63773dc22b95c124 (diff) |
Fix AddDriveSerial.
-rw-r--r-- | ydb/core/mind/bscontroller/cmds_drive_status.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/mind/bscontroller/cmds_drive_status.cpp b/ydb/core/mind/bscontroller/cmds_drive_status.cpp index 629c465ab34..6dfa07dbd00 100644 --- a/ydb/core/mind/bscontroller/cmds_drive_status.cpp +++ b/ydb/core/mind/bscontroller/cmds_drive_status.cpp @@ -139,6 +139,7 @@ namespace NKikimr::NBsController { Y_VERIFY(success); driveInfoMutable->PDiskConfig = config; driveInfoMutable->LifeStage = NKikimrBlobStorage::TDriveLifeStage::ADDED; + driveInfoMutable->NodeId = nodeId; Fit.Boxes.insert(boxId); |