Hello, There are below errors on the logs of so-mariadb pod. It's status is running and other so pods are crashing.
How can we fix this error ? Thanks, dev-sniro-emulator-sniro-emulator-64c878cc77-d7qxc 1/1 Running 0 23h dev-so-so-55989bb965-p9sbp 0/1 CrashLoopBackOff 57 5h dev-so-so-bpmn-infra-ffb4cc955-wtbhj 0/1 CrashLoopBackOff 56 5h dev-so-so-catalog-db-adapter-7c795454b4-s244t 0/1 CrashLoopBackOff 54 5h dev-so-so-mariadb-5f854cbbbb-sdkwd 1/1 Running 1 23h dev-so-so-monitoring-6c76f45c4f-x7mkz 1/1 Running 0 23h dev-so-so-openstack-adapter-5575bc5f4d-8p5lm 0/1 CrashLoopBackOff 59 5h dev-so-so-request-db-adapter-8544595dc6-5cpx6 0/1 CrashLoopBackOff 56 5h dev-so-so-sdc-controller-7954c6c74b-5flvr 0/1 CrashLoopBackOff 57 5h dev-so-so-sdnc-adapter-747bfc998f-rnbn2 1/1 Running 0 23h 018-12-27 16:26:39 140210573191104 [ERROR] mysqld: Table './mysql/time_zone_name' is marked as crashed and should be repaired 2018-12-27 16:26:39 140210573191104 [Warning] Checking table: './mysql/time_zone_name' 2018-12-27 16:26:39 140210573191104 [ERROR] mysql.time_zone_name: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:39 140210573191104 [ERROR] mysqld: Table './mysql/time_zone' is marked as crashed and should be repaired 2018-12-27 16:26:39 140210573191104 [Warning] Checking table: './mysql/time_zone' 2018-12-27 16:26:39 140210573191104 [ERROR] mysql.time_zone: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:39 140210573191104 [ERROR] mysqld: Table './mysql/time_zone_transition_type' is marked as crashed and should be repaired 2018-12-27 16:26:39 140210573191104 [Warning] Checking table: './mysql/time_zone_transition_type' 2018-12-27 16:26:39 140210573191104 [ERROR] mysql.time_zone_transition_type: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:40 140210573191104 [ERROR] mysqld: Table './mysql/time_zone_transition' is marked as crashed and should be repaired 2018-12-27 16:26:40 140210573191104 [Warning] Checking table: './mysql/time_zone_transition' 2018-12-27 16:26:40 140210573191104 [ERROR] mysql.time_zone_transition: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:41 140210571867904 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2018-12-27 16:26:41 140210571867904 [Note] WSREP: REPL Protocols: 7 (3, 2) dev-so-so-mariadb-5f854cbbbb-sdkwd errors: ubuntu@kub4:~$ kubectl describe pod dev-so-so-mariadb-5f854cbbbb-sdkwd -n onap Name: dev-so-so-mariadb-5f854cbbbb-sdkwd Namespace: onap Node: kub2/192.168.13.154 Start Time: Thu, 27 Dec 2018 14:47:46 +0000 Labels: app=so-mariadb pod-template-hash=1941076666 release=dev-so Annotations: <none> Status: Running IP: 10.42.240.59 Controlled By: ReplicaSet/dev-so-so-mariadb-5f854cbbbb Init Containers: so-mariadb-inject-testlab-project: Container ID: docker://9b1f8ddf5027e909cc4129a63d7afc04d5ef94055f941044b77a8a88395e340b Image: registry.hub.docker.com/oomk8s/ubuntu-init:2.0.0 Image ID: docker-pullable://registry.hub.docker.com/oomk8s/ubuntu-init@sha256:4e876b59ca9ec61a375e18a7a0317f561200c4e34f40ab65913878a8326857e2 Port: <none> Host Port: <none> Command: /bin/bash -c git clone -b casablanca --single-branch http://gerrit.onap.org/r/so/docker-config.git /tmp/gerrit; echo "Clone complete. Copying from /tmp/gerrit/volumes/mariadb/docker-entrypoint-initdb.d to /docker-entrypoint-initdb.d"; cp -rf /tmp/gerrit/volumes/mariadb/docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d; chmod -R 755 /docker-entrypoint-initdb.d; echo "Done."; State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 27 Dec 2018 15:28:06 +0000 Finished: Thu, 27 Dec 2018 15:28:10 +0000 Ready: True Restart Count: 0 Environment: <none> Mounts: /docker-entrypoint-initdb.d from docker-entrypoint-initdb-d (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-5kd4q (ro) Containers: so-mariadb: Container ID: docker://60a6aafcb8d04333faf0734b2c7123250b6cfbdc273c6627018cc7898a25e801 Image: nexus3.onap.org:10001/mariadb:10.1.11 Image ID: docker-pullable://nexus3.onap.org:10001/mariadb@sha256:3821f92155bf4311a59b7ec6219b79cbf9a42c75805000a7c8fe5d9f3ad28276 Port: 3306/TCP Host Port: 0/TCP State: Running Started: Thu, 27 Dec 2018 16:26:29 +0000 Last State: Terminated Reason: Error Exit Code: 137 Started: Thu, 27 Dec 2018 16:07:14 +0000 Finished: Thu, 27 Dec 2018 16:15:37 +0000 Ready: True Restart Count: 1 Liveness: tcp-socket :3306 delay=450s timeout=1s period=10s #success=1 #failure=3 Readiness: tcp-socket :3306 delay=450s timeout=1s period=10s #success=1 #failure=3 Environment: MYSQL_ROOT_PASSWORD: <set to the key 'db-root-password' in secret 'dev-so-so-mariadb'> Optional: false Mounts: /docker-entrypoint-initdb.d from docker-entrypoint-initdb-d (rw) /etc/localtime from localtime (ro) /etc/mysql/conf.d from mariadb-conf (rw) /var/lib/mysql from mariadb-data (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-5kd4q (ro) Conditions: Type Status Initialized True Ready True ContainersReady True PodScheduled True Volumes: mariadb-data: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: dev-so-so-mariadb ReadOnly: false mariadb-conf: Type: ConfigMap (a volume populated by a ConfigMap) Name: confd-configmap Optional: false localtime: Type: HostPath (bare host directory volume) Path: /etc/localtime HostPathType: docker-entrypoint-initdb-d: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: default-token-5kd4q: Type: Secret (a volume populated by a Secret) SecretName: default-token-5kd4q Optional: false QoS Class: BestEffort Node-Selectors: <none> Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s node.kubernetes.io/unreachable:NoExecute for 300s Events: <none> ubuntu@kub4:~$ kubectl logs -f dev-so-so-mariadb-5f854cbbbb-sdkwd -n onap 2018-12-27 16:26:34 140210573191104 [Note] mysqld (mysqld 10.1.11-MariaDB-1~jessie-log) starting as process 1 ... 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Read nil XID from storage engines, skipping position init 2018-12-27 16:26:34 140210573191104 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib/galera/libgalera_smm.so' 2018-12-27 16:26:34 140210573191104 [Note] WSREP: wsrep_load(): Galera 25.3.12(r3516) by Codership Oy <[email protected]> loaded successfully. 2018-12-27 16:26:34 140210573191104 [Note] WSREP: CRC-32C: using hardware acceleration. 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Passing config to GCS: base_dir = /var/lib/mysql/; base_host = 10.42.240.59; base_port = 4567; cert.log_conflicts = no; debug = no; evs.auto_evict = 0; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT5S; evs.user_send_window = 2; evs.view_forget_timeout = PT24H; gcache.dir = /var/lib/mysql/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = /var/lib/mysql//galera.cache; gcache.page_size = 1G; gcache.size = 2G; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast.version = 0; pc.announce_timeout = PT3S; pc.checksum = false; pc.ignore_quorum = false; pc.ignore_sb = false; pc. 2018-12-27 16:26:34 140208300795648 [Note] WSREP: Service thread queue flushed. 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Assign initial position for certification: -1, protocol version: -1 2018-12-27 16:26:34 140210573191104 [Note] WSREP: wsrep_sst_grab() 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Start replication 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Setting initial position to 00000000-0000-0000-0000-000000000000:-1 2018-12-27 16:26:34 140210573191104 [Note] WSREP: protonet asio version 0 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Using CRC-32C for message checksums. 2018-12-27 16:26:34 140210573191104 [Note] WSREP: backend: asio 2018-12-27 16:26:34 140210573191104 [Note] WSREP: restore pc from disk successfully 2018-12-27 16:26:34 140210573191104 [Note] WSREP: GMCast version 0 2018-12-27 16:26:34 140210573191104 [Note] WSREP: (a5cb3b2e, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567 2018-12-27 16:26:34 140210573191104 [Note] WSREP: (a5cb3b2e, 'tcp://0.0.0.0:4567') multicast: , ttl: 1 2018-12-27 16:26:34 140210573191104 [Note] WSREP: EVS version 0 2018-12-27 16:26:34 140210573191104 [Note] WSREP: gcomm: connecting to group 'MSO-automated-tests-cluster', peer '' 2018-12-27 16:26:34 140210573191104 [Note] WSREP: start_prim is enabled, turn off pc_recovery 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Node a5cb3b2e state prim 2018-12-27 16:26:34 140210573191104 [Note] WSREP: view(view_id(PRIM,a5cb3b2e,3) memb { a5cb3b2e,0 } joined { } left { } partitioned { }) 2018-12-27 16:26:34 140210573191104 [Note] WSREP: save pc into disk 2018-12-27 16:26:34 140210573191104 [Note] WSREP: clear restored view 2018-12-27 16:26:34 140210573191104 [Note] WSREP: gcomm: connected 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0) 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Opened channel 'MSO-automated-tests-cluster' 2018-12-27 16:26:34 140208238487296 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1 2018-12-27 16:26:34 140210573191104 [Note] WSREP: Waiting for SST to complete. 2018-12-27 16:26:34 140208238487296 [Note] WSREP: Starting new group from scratch: 2d522572-09f4-11e9-8443-aa52fdf13d35 2018-12-27 16:26:34 140208238487296 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 2d523b32-09f4-11e9-af9b-bbe0deb9ff8d 2018-12-27 16:26:34 140208238487296 [Note] WSREP: STATE EXCHANGE: sent state msg: 2d523b32-09f4-11e9-af9b-bbe0deb9ff8d 2018-12-27 16:26:34 140208238487296 [Note] WSREP: STATE EXCHANGE: got state msg: 2d523b32-09f4-11e9-af9b-bbe0deb9ff8d from 0 (mariadb1) 2018-12-27 16:26:34 140208238487296 [Note] WSREP: Quorum results: version = 3, component = PRIMARY, conf_id = 0, members = 1/1 (joined/total), act_id = 0, last_appl. = -1, protocols = 0/7/3 (gcs/repl/appl), group UUID = 2d522572-09f4-11e9-8443-aa52fdf13d35 2018-12-27 16:26:34 140208238487296 [Note] WSREP: Flow-control interval: [16, 16] 2018-12-27 16:26:34 140208238487296 [Note] WSREP: Restored state OPEN -> JOINED (0) 2018-12-27 16:26:34 140208238487296 [Note] WSREP: Member 0.0 (mariadb1) synced with group. 2018-12-27 16:26:34 140208238487296 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 0) 2018-12-27 16:26:34 140210571867904 [Note] WSREP: New cluster view: global state: 2d522572-09f4-11e9-8443-aa52fdf13d35:0, view# 1: Primary, number of nodes: 1, my index: 0, protocol version 3 2018-12-27 16:26:34 140210573191104 [Note] WSREP: SST complete, seqno: 0 2018-12-27 16:26:34 140210573191104 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2018-12-27 16:26:34 140210573191104 [Note] InnoDB: The InnoDB memory heap is disabled 2018-12-27 16:26:34 140210573191104 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2018-12-27 16:26:34 140210573191104 [Note] InnoDB: Memory barrier is not used 2018-12-27 16:26:34 140210573191104 [Note] InnoDB: Compressed tables use zlib 1.2.8 2018-12-27 16:26:34 140210573191104 [Note] InnoDB: Using Linux native AIO 2018-12-27 16:26:34 140210573191104 [Note] InnoDB: Using SSE crc32 instructions 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Initializing buffer pool, size = 256.0M 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Completed initialization of buffer pool 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Highest supported file format is Barracuda. 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1846075 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Database was not shutdown normally! 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Starting crash recovery. 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Reading tablespace information from the .ibd files... 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: Restoring possible half-written data pages 2018-12-27 16:26:35 140210573191104 [Note] InnoDB: from the doublewrite buffer... InnoDB: Doing recovery: scanned up to log sequence number 1847185 2018-12-27 16:26:38 140210573191104 [Note] InnoDB: 128 rollback segment(s) are active. 2018-12-27 16:26:38 140210573191104 [Note] InnoDB: Waiting for purge to start 2018-12-27 16:26:38 140210573191104 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.26-76.0 started; log sequence number 1847185 2018-12-27 16:26:38 140207705790208 [Note] InnoDB: Dumping buffer pool(s) not yet started 2018-12-27 16:26:38 140210573191104 [Note] Plugin 'FEEDBACK' is disabled. 181227 16:26:38 server_audit: MariaDB Audit Plugin version 1.4.0 STARTED. 181227 16:26:38 server_audit: Query cache is enabled with the TABLE events. Some table reads can be veiled.181227 16:26:38 server_audit: logging started to the file //var/lib/mysql/audit.log. 2018-12-27 16:26:38 140210573191104 [Note] Recovering after a crash using tc.log 2018-12-27 16:26:38 140210573191104 [Note] Starting crash recovery... 2018-12-27 16:26:38 140210573191104 [Note] Crash recovery finished. 2018-12-27 16:26:39 140210573191104 [Note] Server socket created on IP: '::'. 2018-12-27 16:26:39 140210573191104 [Warning] 'user' entry 'root@mariadb' ignored in --skip-name-resolve mode. 2018-12-27 16:26:39 140210573191104 [Warning] 'proxies_priv' entry '@% root@mariadb' ignored in --skip-name-resolve mode. 2018-12-27 16:26:39 140210573191104 [ERROR] mysqld: Table './mysql/time_zone_name' is marked as crashed and should be repaired 2018-12-27 16:26:39 140210573191104 [Warning] Checking table: './mysql/time_zone_name' 2018-12-27 16:26:39 140210573191104 [ERROR] mysql.time_zone_name: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:39 140210573191104 [ERROR] mysqld: Table './mysql/time_zone' is marked as crashed and should be repaired 2018-12-27 16:26:39 140210573191104 [Warning] Checking table: './mysql/time_zone' 2018-12-27 16:26:39 140210573191104 [ERROR] mysql.time_zone: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:39 140210573191104 [ERROR] mysqld: Table './mysql/time_zone_transition_type' is marked as crashed and should be repaired 2018-12-27 16:26:39 140210573191104 [Warning] Checking table: './mysql/time_zone_transition_type' 2018-12-27 16:26:39 140210573191104 [ERROR] mysql.time_zone_transition_type: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:40 140210573191104 [ERROR] mysqld: Table './mysql/time_zone_transition' is marked as crashed and should be repaired 2018-12-27 16:26:40 140210573191104 [Warning] Checking table: './mysql/time_zone_transition' 2018-12-27 16:26:40 140210573191104 [ERROR] mysql.time_zone_transition: 1 client is using or hasn't closed the table properly 2018-12-27 16:26:41 140210571867904 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2018-12-27 16:26:41 140210571867904 [Note] WSREP: REPL Protocols: 7 (3, 2) 2018-12-27 16:26:41 140208300795648 [Note] WSREP: Service thread queue flushed. 2018-12-27 16:26:41 140210571867904 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3 2018-12-27 16:26:41 140208300795648 [Note] WSREP: Service thread queue flushed. 2018-12-27 16:26:41 140210571867904 [Note] WSREP: Synchronized with group, ready for connections 2018-12-27 16:26:41 140210571867904 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2018-12-27 16:26:41 140210573191104 [Note] mysqld: ready for connections. Version: '10.1.11-MariaDB-1~jessie-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution ********************************* ubuntu@kub4:~$ kubectl describe pod dev-so-so-55989bb965-p9sbp -n onap Name: dev-so-so-55989bb965-p9sbp Namespace: onap Node: kub4/ Start Time: Fri, 28 Dec 2018 08:57:38 +0000 Labels: app=so pod-template-hash=1154566521 release=dev-so Annotations: <none> Status: Running IP: 10.42.210.189 Controlled By: ReplicaSet/dev-so-so-55989bb965 Init Containers: so-readiness: Container ID: docker://74a7565a72ab517d1cfe936d3bc0442a365b996f2a3a04177a093f736ab21e36 Image: oomk8s/readiness-check:2.0.0 Image ID: docker-pullable://oomk8s/readiness-check@sha256:7daa08b81954360a1111d03364febcb3dcfeb723bcc12ce3eb3ed3e53f2323ed Port: <none> Host Port: <none> Command: /root/ready.py Args: --container-name so-mariadb State: Terminated Reason: Completed Exit Code: 0 Started: Fri, 28 Dec 2018 08:58:11 +0000 Finished: Fri, 28 Dec 2018 08:58:20 +0000 Ready: True Restart Count: 0 Environment: NAMESPACE: onap (v1:metadata.namespace) Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-5kd4q (ro) Containers: so: Container ID: docker://4ed936270d1cc5618c772d5a53c16c3ac1d138b2ebedc624fc45b3445fdd556b Image: nexus3.onap.org:10001/onap/so/api-handler-infra:1.3.3 Image ID: docker-pullable://nexus3.onap.org:10001/onap/so/api-handler-infra@sha256:d1c69207c535bf16aa753692d63f8a157b4fdf650d9a99ad5b9742acce9dac90 Port: 8080/TCP Host Port: 0/TCP State: Waiting Reason: CrashLoopBackOff Last State: Terminated Reason: Error Exit Code: 1 Started: Fri, 28 Dec 2018 14:32:34 +0000 Finished: Fri, 28 Dec 2018 14:33:20 +0000 Ready: False Restart Count: 60 Liveness: http-get http://:8080/manage/health delay=600s timeout=10s period=60s #success=1 #failure=3 Environment Variables from: dev-so-so-configmap ConfigMap Optional: false Environment: DB_HOST: <set to the key 'mariadb.readwrite.host' in secret 'dev-so-so-db-secrets'> Optional: false DB_PORT: <set to the key 'mariadb.readwrite.port' in secret 'dev-so-so-db-secrets'> Optional: false DB_USERNAME: <set to the key 'mariadb.readwrite.rolename' in secret 'dev-so-so-db-secrets'> Optional: false DB_PASSWORD: <set to the key 'mariadb.readwrite.password' in secret 'dev-so-so-db-secrets'> Optional: false DB_ADMIN_USERNAME: <set to the key 'mariadb.admin.rolename' in secret 'dev-so-so-db-secrets'> Optional: false DB_ADMIN_PASSWORD: <set to the key 'mariadb.admin.password' in secret 'dev-so-so-db-secrets'> Optional: false Mounts: /app/config from config (ro) /app/logs from logs (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-5kd4q (ro) Conditions: Type Status Initialized True Ready False ContainersReady False PodScheduled True Volumes: logs: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: config: Type: ConfigMap (a volume populated by a ConfigMap) Name: dev-so-so-app-configmap Optional: false default-token-5kd4q: Type: Secret (a volume populated by a Secret) SecretName: default-token-5kd4q Optional: false QoS Class: BestEffort Node-Selectors: <none> Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s node.kubernetes.io/unreachable:NoExecute for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning BackOff 4m (x1271 over 5h) kubelet, kub4 Back-off restarting failed container ****************************** ubuntu@kub4:~$ kubectl logs -f dev-so-so-55989bb965-p9sbp -c so-readiness -n onap 2018-12-28 08:58:13,360 - INFO - Checking if so-mariadb is ready 2018-12-28 08:58:19,842 - INFO - so-mariadb is ready! ubuntu@kub4:~$ kubectl logs -f dev-so-so-55989bb965-p9sbp -c so -n onap Installing onap-ca.crt in /usr/local/share/ca-certificates WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping JVM Arguments: -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/apih/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v1.5.13.RELEASE) Application exiting with status code 1 pv status dev-so-so-mariadb 2Gi RWX Retain Bound onap/dev-so-so-mariadb 23h pvc status dev-so-so-mariadb Bound dev-so-so-mariadb 2Gi RWX -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14716): https://lists.onap.org/g/onap-discuss/message/14716 Mute This Topic: https://lists.onap.org/mt/28873133/21656 Mute #so: https://lists.onap.org/mk?hashtag=so&subid=2740164 Mute #casablanca: https://lists.onap.org/mk?hashtag=casablanca&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
