mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
typo in rbd doc
mixed up readers and writers
This commit is contained in:
parent
ded48a3761
commit
c0802dbd43
@ -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
|
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,
|
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
|
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.
|
See the [RBD example](../../examples/rbd/) for more details.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user