Skip to content

Commit c278ecf

Browse files
sourcecdSergey J
andauthored
remove tx service off for nbs nfs (#12998)
Co-authored-by: Sergey J <wint@yandex-team.ru>
1 parent d61c12b commit c278ecf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ydb/tools/cfg/dynamic.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,6 @@ def _construct_create_tenant_request(domain, tenant):
313313
pool.unit_kind = storage_unit.kind
314314
pool.count = storage_unit.count
315315

316-
overridden_configs = tenant.overridden_configs or {}
317-
nbs = overridden_configs.get('nbs', {})
318-
nfs = overridden_configs.get('nfs', {})
319-
if nbs.get('enable', False) or nfs.get('enable', False):
320-
console_request.CreateTenantRequest.Request.options.disable_tx_service = True
321-
322316
if tenant.plan_resolution is not None:
323317
console_request.CreateTenantRequest.Request.options.plan_resolution = tenant.plan_resolution
324318

0 commit comments

Comments
 (0)