10c9e8a13a
This PS deletes superfluous documentation and empty files from the troubleshooting section, and also updates some of the docs regarding persistent storage troubleshooting. Change-Id: I60876e40ffe1a1f88ac6c761e8bf10beee92c2a0
25 lines
660 B
ReStructuredText
25 lines
660 B
ReStructuredText
====================
|
|
Database Deployments
|
|
====================
|
|
|
|
This guide is to help users debug any general storage issues when
|
|
deploying Charts in this repository.
|
|
|
|
Galera Cluster
|
|
==============
|
|
|
|
To test MariaDB, do the following:
|
|
|
|
::
|
|
|
|
admin@kubenode01:~/projects/openstack-helm$ kubectl exec mariadb-0 -it -n openstack -- mysql -h mariadb.openstack -uroot -ppassword -e 'show databases;'
|
|
+--------------------+
|
|
| Database |
|
|
+--------------------+
|
|
| information_schema |
|
|
| keystone |
|
|
| mysql |
|
|
| performance_schema |
|
|
+--------------------+
|
|
admin@kubenode01:~/projects/openstack-helm$
|