Categorygithub.com/LuxChanLu/csi-libvirt
module
0.6.5
Repository: https://github.com/luxchanlu/csi-libvirt.git
Documentation: pkg.go.dev

# README

csi-libvirt

K8S CSI Using libvirt VMs

Test Coverage Status Codacy Badge Maintainability Go Report Card

StroageClass example

kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: storage-libvirt-xfs-retain
provisioner: lu.lxc.csi.libvirt
parameters:
  csi.storage.k8s.io/fstype: xfs
  pool: pool
  bus: virtio # virtio/usb/sata/ide
reclaimPolicy: Retain
allowVolumeExpansion: true

TODO

  • SCSI or other Rescan on node

# Packages

No description provided by the author
No description provided by the author