apiVersion:ceph.rook.io/v1 kind:CephBlockPool metadata: name:rbdpool namespace:rook-ceph spec: failureDomain:host replicated: size:3# OSD个数 --- apiVersion:storage.k8s.io/v1 kind:StorageClass metadata: name:rbdpool-sc provisioner:ceph.rook.io/block parameters: blockPool:rbdpool # Specify the namespace of the rook cluster from which to create volumes. # If not specified, it will use `rook` as the default namespace of the cluster. # This is also the namespace where the cluster will be clusterNamespace:rook-ceph # Specify the filesystem type of the volume. If not specified, it will use `ext4`. fstype:xfs # (Optional) Specify an existing Ceph user that will be used for mounting storage with this StorageClass. #mountUser: user1 # (Optional) Specify an existing Kubernetes secret name containing just one key holding the Ceph user secret. # The secret must exist in each namespace(s) where the storage will be consumed. #mountSecret: ceph-user1-secret reclaimPolicy:Retain