Changes

Jump to navigation Jump to search
Global persistent volumes
=== Global persistent volumes ===
In contrast, global persistent volumes are provided cluster-wide and are accessible from any node (managed internally with rook-ceph). They reside on SSDs and thus should be reasonably fast, however, depending on where the volume ends up, data will probably be transferred across the network to/from the node. Thus, they are slower than local-ssd, but leave you considerably more flexible, as they do not require pods to run on specific nodes. Also, there is no upper limit on size except for physical ones. Currently, there is a total of 20 TB of storage, which we plan to increase considerably in the near future.
Compared to creating local persistent volumes, the only thing which needs to be changed is the storage class to "ceph-ssd".
storageClassName: ceph-ssd
</syntaxhighlight>
 
 
 
== Reading/writing the contents of a persistent volume ==

Navigation menu