Update storage profiles.

This commit is contained in:
Joseph Hanson 2024-07-11 21:22:23 -05:00
parent 8f7134b462
commit 101cc722e9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 28 additions and 1 deletions

View file

@ -7,4 +7,5 @@ resources:
- ./ingress.yaml
- ./nixosdv.yaml
- ./sp-hostpath.yaml
- ./sp-hostpath-nvme1.yaml
- ./sp-nfs-zfs-csi.yaml

View file

@ -0,0 +1,26 @@
---
# yaml-language-server: $schema=https://ks.hsn.dev/cdi.kubevirt.io/storageprofile_v1beta1.json
apiVersion: cdi.kubevirt.io/v1beta1
kind: StorageProfile
metadata:
labels:
app: containerized-data-importer
app.kubernetes.io/component: storage
app.kubernetes.io/managed-by: cdi-controller
cdi.kubevirt.io: ""
name: local-hostpath-nvme1
spec:
claimPropertySets:
- accessModes:
- ReadWriteOnce
volumeMode: Filesystem
status:
claimPropertySets:
- accessModes:
- ReadWriteOnce
volumeMode: Block
cloneStrategy: copy
dataImportCronSourceFormat: pvc
provisioner: openebs.io/local
snapshotClass: local-hostpath-nvme1
storageClass: local-hostpath-nvme1

View file

@ -21,6 +21,6 @@ status:
volumeMode: Block
cloneStrategy: copy
dataImportCronSourceFormat: pvc
provisioner: zfs.csi.openebs.io
provisioner: openebs.io/local
snapshotClass: openebs-hostpath
storageClass: openebs-hostpath