Skip to content

Commit

Permalink
conf: prefer named pools
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 1, 2024
1 parent d556391 commit 689344c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 689344c

Please sign in to comment.