sergelogvinov / proxmox-csi-plugin

Proxmox CSI Plugin
Apache License 2.0
270 stars 25 forks source link

Ability to attach disks on virtio bus #182

Open kowalski7cc opened 5 months ago

kowalski7cc commented 5 months ago

Feature Request

Ability to configure storageClass to attach disks to virtio instead of scsi bus on proxmox.

image

Description

A new configuration could be like this

storageClass:
  - name: proxmox-fast-xfs
    storage: fast
    reclaimPolicy: Delete
    fstype: xfs
    bus: virtio

Thanks!

sergelogvinov commented 3 months ago

Hi, @kowalski7cc can you share details, why you use virtio agains VirtIO SCSI single ?

Thanks.

kowalski7cc commented 3 months ago

Your comment made me doubt about my choice of virtio, and so after some websearch I found the following pages:

Which sometimes are a bit confusing on wich VirtIO block and VirtIO SCSI seems to be faster. I'd expect to be vio block because a slimmer stack, but they state SCSI one it's better mantained.