Finally working!

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-28 17:56:04 +01:00
parent 3cc479c109
commit e515fa8c4e
2 changed files with 5 additions and 3 deletions

View File

@ -6,11 +6,11 @@ metadata:
provisioner: rook-ceph.cephfs.csi.ceph.com
parameters:
# clusterID is the namespace where the rook cluster is running
clusterID: ssd-cluster
clusterID: rook-ceph
fsName: ssdfs
# Ceph pool into which the image shall be created
pool: replicapool-ssd
pool: ssdfs-replicated
# The secrets contain Ceph admin credentials.
csi.storage.k8s.io/provisioner-secret-name: rook-csi-cephfs-provisioner

View File

@ -2,11 +2,13 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: rook-ceph-block-ssd
annotations:
storageclass.kubernetes.io/is-default-class: true
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
provisioner: rook-ceph.rbd.csi.ceph.com
parameters:
# clusterID is the namespace where the rook cluster is running
clusterID: ssd-cluster
clusterID: rook-ceph
# Ceph pool into which the RBD image shall be created
pool: replicapool-ssd