From 689344cc42ad841379702f838111dc049aebd9c9 Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Thu, 1 Aug 2024 15:55:25 +0200 Subject: [PATCH] conf: prefer named pools --- templates/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/configmap.yaml b/templates/configmap.yaml index ca3edff..fb14130 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -271,10 +271,10 @@ data: psu create unit -store test:pool-{{ . }}@osm psu create ugroup pool-{{ . }}-store psu addto ugroup pool-{{ . }}-store test:pool-{{ . }}@osm - psu addto ugroup any-store test:pool-{{ . }}@osm + # psu addto ugroup any-store test:pool-{{ . }}@osm psu create link pool-{{ . }}-link any-protocol pool-{{ . }}-store world-net - psu set link pool-{{ . }}-link -readpref=10 -writepref=20 -cachepref=20 -p2ppref=10 + psu set link pool-{{ . }}-link -readpref=20 -writepref=20 -cachepref=20 -p2ppref=20 psu addto link pool-{{ . }}-link pool-{{ . }} {{- end }}