From c0802dbd433ce1076a912fbab016ff63b3afe9db Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Wed, 5 Aug 2015 13:51:07 +0200 Subject: [PATCH] typo in rbd doc mixed up readers and writers --- 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 9502af5bbd7..a8e276f32ee 100644 --- a/docs/user-guide/volumes.md +++ b/docs/user-guide/volumes.md @@ -347,7 +347,7 @@ A feature of RBD is that it can be mounted as read-only by multiple consumers simultaneously. This means that you can pre-populate a volume with your dataset and then serve it in parallel from as many pods as you need. Unfortunately, RBD volumes can only be mounted by a single consumer in read-write mode - no -simultaneous readers allowed. +simultaneous writers allowed. See the [RBD example](../../examples/rbd/) for more details.