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

Wrong switch case condition in get_storage_device_name() for virtio-blk interface type #55

Open
skoenig opened this issue Jul 3, 2024 · 0 comments · May be fixed by #56
Open

Wrong switch case condition in get_storage_device_name() for virtio-blk interface type #55

skoenig opened this issue Jul 3, 2024 · 0 comments · May be fixed by #56

Comments

@skoenig
Copy link

skoenig commented Jul 3, 2024

virtio_blk )
_device_name="/dev/vda" ;;

The $_device_type to check against should be "virtio-blk" not "virtio_blk", as this is the string passed on with create-alpine-disk-image --os-device-type virtio-blk ...

@skoenig skoenig linked a pull request Jul 3, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant