Skip to content

Commit c96815f

Browse files
authored
Merge c48827a into f47ab3f
2 parents f47ab3f + c48827a commit c96815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/mind/bscontroller/bsc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ void TBlobStorageController::TStaticGroupInfo::UpdateStatus(TMonotonic mono, TBl
12151215

12161216
void TBlobStorageController::TStaticGroupInfo::UpdateLayoutCorrect(TBlobStorageController *controller) {
12171217
LayoutCorrect = true;
1218-
if (!Info || Info->IsBridged()) {
1218+
if (!Info || Info->IsBridged() || !controller->SelfManagementEnabled) {
12191219
return;
12201220
}
12211221

0 commit comments

Comments
 (0)