Skip to content

Commit fadefd0

Browse files
committed
chore(pgsql): update comments of pg_hugepage.yml
1 parent ff0de41 commit fadefd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/pgsql/tasks/pg_hugepage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
# support usage:
66
# - `pig install`
77
# - `bin/pgsql-add <pg_cls>`
8+
# - `bin/pgsql-add <pg_cls> <ip>`
9+
# service of nodes in ansible_play_hosts_all will be unavailable during the process, other nodes in the same pg_cls ignored
810
# - `pgsql.yml -l <pg_cls> -t pg_hugepage`
11+
# entire service of this postgres cluster will be unavailable during the process
12+
# - `pgsql.yml -l '<ip>,&<pg_cls>' -t pg_hugepage`
13+
# service of nodes in ansible_play_hosts_all will be unavailable during the process, other nodes in the same pg_cls ignored
914
#--------------------------------------------------------------#
1015
# calculation rules:
1116
# 1. `shared_memory_size_in_huge_pages` (from PG15+): if `node_hugepage_count` is -1 and huge_pages (from PG) != off

0 commit comments

Comments
 (0)