Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to attach disks on virtio bus #182

Open
kowalski7cc opened this issue Apr 16, 2024 · 2 comments
Open

Ability to attach disks on virtio bus #182

kowalski7cc opened this issue Apr 16, 2024 · 2 comments

Comments

@kowalski7cc
Copy link

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
Copy link
Owner

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

Thanks.

@kowalski7cc
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants