We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Looks like readme.md here contains incorrect command for proxmox:
qm set 5000 --scsihw virtio-scsi-pci --scsi0 <YOUR STORAGE HERE>:5000/vm-5000-disk-0.raw
I guess correct command should look like
qm set 5000 --scsihw virtio-scsi-pci --scsi0 <YOUR STORAGE HERE>:vm-5000-disk-0
or similar. Personally I prefer virtio-scsi-single + iothreads enabled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. Looks like readme.md here contains incorrect command for proxmox:
I guess correct command should look like
or similar. Personally I prefer virtio-scsi-single + iothreads enabled
The text was updated successfully, but these errors were encountered: