From 35d4b6dc93f8aee6d1a6890bc1ac00162c21c7a8 Mon Sep 17 00:00:00 2001 From: Konstantin Nikiforov Date: Wed, 22 Jan 2025 23:39:58 +0300 Subject: [PATCH] fix baremetal none-1-node template (#13742) Co-authored-by: melazyk --- ydb/tools/ydbd_slice/baremetal/templates/none-1-node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/tools/ydbd_slice/baremetal/templates/none-1-node.yaml b/ydb/tools/ydbd_slice/baremetal/templates/none-1-node.yaml index 1bef55a9e81f..8630b4a95d47 100644 --- a/ydb/tools/ydbd_slice/baremetal/templates/none-1-node.yaml +++ b/ydb/tools/ydbd_slice/baremetal/templates/none-1-node.yaml @@ -107,7 +107,7 @@ blob_storage_config: # configuration of static blobstorage group. # YDB uses this group to store system tablets' data, like SchemeShard service_set: groups: - - erasure_species: block-4-2 # fault tolerance mode name for the static group + - erasure_species: none # fault tolerance mode name for the static group rings: # in block-4-2 must have exactly 1 ring or availability zone. - fail_domains: - vdisk_locations: # fail domains of the static group describe where each vdisk of the static group should be located.