diff --git a/README.md b/README.md
index 2efa913..4d21b0e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-

+
# Overview
diff --git a/charts/ibm-mqadvanced-server-dev/README.md b/charts/ibm-mqadvanced-server-dev/README.md
index 7b6736c..98818c9 100644
--- a/charts/ibm-mqadvanced-server-dev/README.md
+++ b/charts/ibm-mqadvanced-server-dev/README.md
@@ -1,4 +1,4 @@
-
+
# IBM MQ
@@ -75,6 +75,15 @@ 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 can be too long when using GlusterFS. See [here](https://www.ibm.com/support/knowledgecenter/SSBS6K_2.1.0/troubleshoot/cannot_create_pvc.html) for more information. The PVC name is generated from three things:
+
+1. The Helm release name, which is set by you at deployment time
+2. A short PVC label, which defaults to "data" and can be changed using the `dataPVC.name` parameter.
+3. The name of the chart you are using, which can be changed using the `nameOverride` parameter.
+
# Copyright
© Copyright IBM Corporation 2017
diff --git a/charts/ibm-mqadvanced-server-prod/README.md b/charts/ibm-mqadvanced-server-prod/README.md
index 427108f..401acd1 100644
--- a/charts/ibm-mqadvanced-server-prod/README.md
+++ b/charts/ibm-mqadvanced-server-prod/README.md
@@ -1,4 +1,4 @@
-
+
# IBM MQ
@@ -182,6 +182,17 @@ 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 can be too long when using GlusterFS. See [here](https://www.ibm.com/support/knowledgecenter/SSBS6K_2.1.0/troubleshoot/cannot_create_pvc.html) for more information. The PVC name is
+generated from three things:
+
+1. The Helm release name, which is set by you at deployment time
+2. A short PVC label, which defaults to "data" and can be changed using the `dataPVC.name` parameter.
+3. The name of the chart you are using, which can be changed using the `nameOverride` parameter.
+
+
# Copyright
© Copyright IBM Corporation 2017