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, I try to mount cinder volume in docker but I' have always this issue VolumeDriver.Mount: Block device not found
VolumeDriver.Mount: Block device not found
docker volume create -d cinder test => INFO Creating volume 'test' ... action=create name=test docker volume inspect test [ { "CreatedAt": "2022-12-07T23:09:41Z", "Driver": "cinder", "Labels": {}, "Mountpoint": "/test", "Name": "test", "Options": { "size": "20" }, "Scope": "global" } ]
docker run -ti -v test:/test busybox docker: Error response from daemon: error while mounting volume '': VolumeDriver.Mount: Block device not found: /dev/disk/by-id/virtio-12c06bc9-7171-4684-b. NFO Mounting volume 'test' ... action=mount name=test ERRO Expected block device not found action=mount error="Timeout waiting for file: /dev/disk/by-id/virtio-12c06bc9-7171-4684-b" id=12c06bc9-7171-4684-bd8a-258de3e0b832 name=test
Did you have an idea ?
Regards
The text was updated successfully, but these errors were encountered:
Are you using virtio disks, e.g. /dev/vda?
virtio
/dev/vda
Sorry, something went wrong.
No branches or pull requests
Hi,
I try to mount cinder volume in docker but I' have always this issue
VolumeDriver.Mount: Block device not found
Did you have an idea ?
Regards
The text was updated successfully, but these errors were encountered: