You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl get cluster vastbase-cluster
NAME CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS AGE
vastbase-cluster vastbase Delete Failed 2m45s
➜ ~
➜ ~ kubectl get pod -l app.kubernetes.io/instance=vastbase-cluster
NAME READY STATUS RESTARTS AGE
vastbase-cluster-vastbase-0 3/4 CrashLoopBackOff 4 (73s ago) 2m57s
vastbase-cluster-vastbase-1 3/4 CrashLoopBackOff 4 (68s ago) 2m57s
vastbase-cluster-vastbase-2 3/4 CrashLoopBackOff 4 (70s ago) 2m57s
➜ ~
➜ ~ kubectl logs vastbase-cluster-vastbase-0
Defaulted container "vastbase" out of: vastbase, exporter, lorry, config-manager, init-lorry (init)
+ CONFIG_VOLUME=/etc/vastbase
+ VASTBASE_CM_SERVER_PORT=1173
+ VASTBASE_DB_PORT=1170
+ VASTBASE_DB_REPL_PORT=1171
+ VASTBASE_DB_HEARTBEAT_PORT=1172
+ db_conn_str=postgres://%2Ftmp:1170
+ pwd
/
+ id
uid=1000(vastbase) gid=1000(vastbase) groups=1000(vastbase)
+ hostname=vastbase-cluster-vastbase-0
+ hostname_underscore=vastbase_cluster_vastbase_0
++ echo vastbase-cluster-vastbase-0
++ awk -F - '{print $(NF)}'
+ ordinal=0
+ export NODE_ID=1
+ NODE_ID=1
+ export DB_DIR=/var/lib/vastbase/dn
+ DB_DIR=/var/lib/vastbase/dn
+ export GAUSSLOG=/var/lib/vastbase/log
+ GAUSSLOG=/var/lib/vastbase/log
+ echo 'export GAUSSLOG="/var/lib/vastbase/log"'
+ mkdir -p /tmp
++ ls -A /var/lib/vastbase/dn
ls: cannot access /var/lib/vastbase/dn: No such file or directory
+ '[' -z '' ']'
data dir empty, initializing
+ echo 'data dir empty, initializing'
+ vb_initdb -D /var/lib/vastbase/dn --nodename vastbase_cluster_vastbase_0 -w 2K23Y4B20XObf92T --dbcompatibility=PG
The files belonging to this database system will be owned by user "vastbase".
This user must also own the server process.
The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".
could not create directory /var/lib/vastbase/log: Permission denied
vb_initdb: could not create directory "/var/lib/vastbase/dn": Permission denied
creating directory /var/lib/vastbase/dn ... % ➜ ~
➜ ~ kubectl logs vastbase-cluster-vastbase-1
Defaulted container "vastbase" out of: vastbase, exporter, lorry, config-manager, init-lorry (init)
+ CONFIG_VOLUME=/etc/vastbase
+ VASTBASE_CM_SERVER_PORT=1173
+ VASTBASE_DB_PORT=1170
+ VASTBASE_DB_REPL_PORT=1171
+ VASTBASE_DB_HEARTBEAT_PORT=1172
+ db_conn_str=postgres://%2Ftmp:1170
+ pwd
/
+ id
uid=1000(vastbase) gid=1000(vastbase) groups=1000(vastbase)
+ hostname=vastbase-cluster-vastbase-1
+ hostname_underscore=vastbase_cluster_vastbase_1
++ echo vastbase-cluster-vastbase-1
++ awk -F - '{print $(NF)}'
+ ordinal=1
+ export NODE_ID=2
+ NODE_ID=2
+ export DB_DIR=/var/lib/vastbase/dn
+ DB_DIR=/var/lib/vastbase/dn
+ export GAUSSLOG=/var/lib/vastbase/log
+ GAUSSLOG=/var/lib/vastbase/log
+ echo 'export GAUSSLOG="/var/lib/vastbase/log"'
+ mkdir -p /tmp
++ ls -A /var/lib/vastbase/dn
ls: cannot access /var/lib/vastbase/dn: No such file or directory
data dir empty, initializing
+ '[' -z '' ']'
+ echo 'data dir empty, initializing'
+ vb_initdb -D /var/lib/vastbase/dn --nodename vastbase_cluster_vastbase_1 -w 2K23Y4B20XObf92T --dbcompatibility=PG
vb_initdb: could not create directory "/var/lib/vastbase/dn": Permission denied
The files belonging to this database system will be owned by user "vastbase".
This user must also own the server process.
The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".
could not create directory /var/lib/vastbase/log: Permission denied
creating directory /var/lib/vastbase/dn ... % ➜ ~
➜ ~ kubectl logs vastbase-cluster-vastbase-2
Defaulted container "vastbase" out of: vastbase, exporter, lorry, config-manager, init-lorry (init)
/
+ CONFIG_VOLUME=/etc/vastbase
+ VASTBASE_CM_SERVER_PORT=1173
+ VASTBASE_DB_PORT=1170
+ VASTBASE_DB_REPL_PORT=1171
+ VASTBASE_DB_HEARTBEAT_PORT=1172
+ db_conn_str=postgres://%2Ftmp:1170
+ pwd
+ id
uid=1000(vastbase) gid=1000(vastbase) groups=1000(vastbase)
+ hostname=vastbase-cluster-vastbase-2
+ hostname_underscore=vastbase_cluster_vastbase_2
++ echo vastbase-cluster-vastbase-2
++ awk -F - '{print $(NF)}'
+ ordinal=2
+ export NODE_ID=3
+ NODE_ID=3
+ export DB_DIR=/var/lib/vastbase/dn
+ DB_DIR=/var/lib/vastbase/dn
+ export GAUSSLOG=/var/lib/vastbase/log
+ GAUSSLOG=/var/lib/vastbase/log
+ echo 'export GAUSSLOG="/var/lib/vastbase/log"'
+ mkdir -p /tmp
++ ls -A /var/lib/vastbase/dn
ls: cannot access /var/lib/vastbase/dn: No such file or directory
+ '[' -z '' ']'
+ echo 'data dir empty, initializing'
data dir empty, initializing
+ vb_initdb -D /var/lib/vastbase/dn --nodename vastbase_cluster_vastbase_2 -w 2K23Y4B20XObf92T --dbcompatibility=PG
The files belonging to this database system will be owned by user "vastbase".
This user must also own the server process.
The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".
could not create directory /var/lib/vastbase/log: Permission denied
vb_initdb: could not create directory "/var/lib/vastbase/dn": Permission denied
creating directory /var/lib/vastbase/dn ... %
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
helm template vastbase-cluster addons-cluster/vastbase-cluster
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: