Guest User

Untitled

a guest
Sep 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. apiVersion: ceph.rook.io/v1beta1
  2. kind: Pool
  3. metadata:
  4. name: replicapool
  5. namespace: rook-ceph
  6. spec:
  7. replicated:
  8. size: 1
  9. ---
  10. apiVersion: storage.k8s.io/v1
  11. kind: StorageClass
  12. metadata:
  13. name: rook-ceph-block
  14. provisioner: ceph.rook.io/block
  15. parameters:
  16. pool: replicapool
  17. # Specify the namespace of the rook cluster from which to create volumes.
  18. # If not specified, it will use `rook` as the default namespace of the cluster.
  19. # This is also the namespace where the cluster will be
  20. clusterNamespace: rook-ceph
  21. # Specify the filesystem type of the volume. If not specified, it will use `ext4`.
  22. fstype: xfs
Add Comment
Please, Sign In to add comment