remove mayastor storageclass, snapshotclass
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
kind: VolumeSnapshotClass
|
|
||||||
apiVersion: snapshot.storage.k8s.io/v1
|
|
||||||
metadata:
|
|
||||||
name: csi-mayastor-snapshotclass
|
|
||||||
annotations:
|
|
||||||
snapshot.storage.kubernetes.io/is-default-class: "true"
|
|
||||||
driver: io.openebs.csi-mayastor
|
|
||||||
deletionPolicy: Delete
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
|
||||||
name: mayastor-single-hdd
|
|
||||||
parameters:
|
|
||||||
protocol: nvmf
|
|
||||||
# Single replica
|
|
||||||
repl: "1"
|
|
||||||
# Thin provision volumes
|
|
||||||
thin: "true"
|
|
||||||
# Allow expansion of volumes
|
|
||||||
allowVolumeExpansion: "true"
|
|
||||||
# Generate new filesystem's uuid when cloning
|
|
||||||
cloneFsIdAsVolumeId: "true"
|
|
||||||
# Schedule this sconly on hdd
|
|
||||||
poolAffinityTopologyLabel: |
|
|
||||||
type: hdd
|
|
||||||
provisioner: io.openebs.csi-mayastor
|
|
||||||
# Allow expansion of volumes
|
|
||||||
allowVolumeExpansion: true
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
|
||||||
name: mayastor-single-ssd
|
|
||||||
parameters:
|
|
||||||
protocol: nvmf
|
|
||||||
# Single replica
|
|
||||||
repl: "1"
|
|
||||||
# Thin provision volumes
|
|
||||||
thin: "true"
|
|
||||||
# Generate new filesystem's uuid when cloning
|
|
||||||
cloneFsIdAsVolumeId: "true"
|
|
||||||
# Schedule this sconly on ssd
|
|
||||||
poolAffinityTopologyLabel: |
|
|
||||||
type: ssd
|
|
||||||
provisioner: io.openebs.csi-mayastor
|
|
||||||
# Allow expansion of volumes
|
|
||||||
allowVolumeExpansion: true
|
|
||||||
@@ -17,10 +17,7 @@ resources:
|
|||||||
- diskpools/anapistula-delrosalae-ssd.yaml
|
- diskpools/anapistula-delrosalae-ssd.yaml
|
||||||
- configs/bgp-cluster-config.yaml
|
- configs/bgp-cluster-config.yaml
|
||||||
- configs/loadbalancer-ippool.yaml
|
- configs/loadbalancer-ippool.yaml
|
||||||
- configs/single-hdd-sc.yaml
|
|
||||||
- configs/single-ssd-sc.yaml
|
|
||||||
- configs/lvmpv-hdd-sc.yaml
|
- configs/lvmpv-hdd-sc.yaml
|
||||||
- configs/mayastor-snapshotclass.yaml
|
|
||||||
- configs/openbao-cert.yaml
|
- configs/openbao-cert.yaml
|
||||||
- configs/ovh-cert-manager-secret.yaml
|
- configs/ovh-cert-manager-secret.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user