From 362835c641925a131b141aed27d95e0c2835cf8a Mon Sep 17 00:00:00 2001 From: jumpkick Date: Tue, 21 Jul 2015 00:45:49 -0400 Subject: [PATCH] Update volumes.md --- docs/user-guide/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/volumes.md b/docs/user-guide/volumes.md index faec0a17370..c4e4ba52827 100644 --- a/docs/user-guide/volumes.md +++ b/docs/user-guide/volumes.md @@ -337,7 +337,7 @@ An `rbd` volume allows a [Rados Block Device](http://ceph.com/docs/master/rbd/rbd/) volume to be mounted into your pod. Unlike `emptyDir`, which is erased when a Pod is removed, the contents of an `rbd` volume are preserved and the volume is merely unmounted. This -means that a glusterfs volume can be pre-populated with data, and that data can +means that a RBD volume can be pre-populated with data, and that data can be "handed off" between pods. __Important: You must have your own Ceph installation running before you