Commit bfd7477b authored by Vish Kannan's avatar Vish Kannan

Merge pull request #11648 from jumpkick/patch-1

Update volumes.md
parents 6bce2643 362835c6
...@@ -337,7 +337,7 @@ An `rbd` volume allows a [Rados Block ...@@ -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 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 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 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. be "handed off" between pods.
__Important: You must have your own Ceph installation running before you __Important: You must have your own Ceph installation running before you
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment