Add troubleshooting for GlusterFS

This commit is contained in:
Arthur Barr
2017-10-17 10:03:54 +01:00
parent 5b3922f90c
commit 7676f05c50
2 changed files with 10 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/).
# Troubleshooting
## Cannot create a GlusterFS PersistentVolumeClaim
The generated PVC name is too long. See [here](https://www-03preprod.ibm.com/support/knowledgecenter/SSBS6K_2.1.0-beta/troubleshoot/cannot_create_pvc.html) for more information. You can shorten the claim name using the `dataPVC.name` parameter.
# Copyright
© Copyright IBM Corporation 2017

View File

@@ -182,6 +182,11 @@ Finally, build and push the image to your registry.
You can then use the new image when you deploy MQ into your cluster. You will find that once you have run the image you will be able to see your new default objects and users.
# Troubleshooting
## Cannot create a GlusterFS PersistentVolumeClaim
The generated PVC name is too long. See [here](https://www-03preprod.ibm.com/support/knowledgecenter/SSBS6K_2.1.0-beta/troubleshoot/cannot_create_pvc.html) for more information. You can shorten the claim name using the `dataPVC.name` parameter.
# Copyright
© Copyright IBM Corporation 2017