From 3ad4dbdc65d941729bbd75c53a77e5b761fa09e5 Mon Sep 17 00:00:00 2001 From: Steve Watt Date: Fri, 24 Apr 2015 18:24:11 -0500 Subject: [PATCH] Warning about Critical bug in the GlusterFS Volume Plugin This warning will serve to let users know about a critical bug so they don't experience it first hand - https://github.com/GoogleCloudPlatform/kubernetes/issues/7317 --- examples/glusterfs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/glusterfs/README.md b/examples/glusterfs/README.md index e9d7a7dbc7..5cfd41da68 100644 --- a/examples/glusterfs/README.md +++ b/examples/glusterfs/README.md @@ -1,3 +1,5 @@ +### Warning: Only use this plugin in Read Only mode. There is currently [a critical bug](https://github.com/GoogleCloudPlatform/kubernetes/issues/7317) that deletes your data when used in Read/Write mode. + ## Glusterfs [Glusterfs](http://www.gluster.org) is an open source scale-out filesystem. These examples provide information about how to allow containers use Glusterfs volumes. @@ -44,4 +46,4 @@ $ kubectl get endpoints $ kubectl get pods ``` -If you ssh to that machine, you can run `docker ps` to see the actual pod and `mount` to see if the Glusterfs volume is mounted. \ No newline at end of file +If you ssh to that machine, you can run `docker ps` to see the actual pod and `mount` to see if the Glusterfs volume is mounted.