From d9a646b7fd5603b9ba12c0f57789a594cb970439 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 22 Feb 2026 14:27:43 +0100 Subject: [PATCH] remove mayastor storageclass, snapshotclass --- infra/configs/mayastor-snapshotclass.yaml | 8 -------- infra/configs/single-hdd-sc.yaml | 20 -------------------- infra/configs/single-ssd-sc.yaml | 18 ------------------ infra/kustomization.yaml | 3 --- 4 files changed, 49 deletions(-) delete mode 100644 infra/configs/mayastor-snapshotclass.yaml delete mode 100644 infra/configs/single-hdd-sc.yaml delete mode 100644 infra/configs/single-ssd-sc.yaml diff --git a/infra/configs/mayastor-snapshotclass.yaml b/infra/configs/mayastor-snapshotclass.yaml deleted file mode 100644 index 887e4be..0000000 --- a/infra/configs/mayastor-snapshotclass.yaml +++ /dev/null @@ -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 diff --git a/infra/configs/single-hdd-sc.yaml b/infra/configs/single-hdd-sc.yaml deleted file mode 100644 index 3e7cbe4..0000000 --- a/infra/configs/single-hdd-sc.yaml +++ /dev/null @@ -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 diff --git a/infra/configs/single-ssd-sc.yaml b/infra/configs/single-ssd-sc.yaml deleted file mode 100644 index bf6fba3..0000000 --- a/infra/configs/single-ssd-sc.yaml +++ /dev/null @@ -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 diff --git a/infra/kustomization.yaml b/infra/kustomization.yaml index dc257fc..3684305 100644 --- a/infra/kustomization.yaml +++ b/infra/kustomization.yaml @@ -17,10 +17,7 @@ resources: - diskpools/anapistula-delrosalae-ssd.yaml - configs/bgp-cluster-config.yaml - configs/loadbalancer-ippool.yaml - - configs/single-hdd-sc.yaml - - configs/single-ssd-sc.yaml - configs/lvmpv-hdd-sc.yaml - - configs/mayastor-snapshotclass.yaml - configs/openbao-cert.yaml - configs/ovh-cert-manager-secret.yaml