-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
losetup in buildroot VM does not support -j: MapBlockVolume failed: exit status 32 #8284
Comments
The root cause here is that there are different versions of The Docker driver uses an Ubuntu based environment rather than the buildroot VM. |
@tstromberg Yeap, the minikube with docker driver works well. And I can see the losetup in docker-driver-minikube has Then the virtualbox-driver-minikube base image need to be changed to support that |
I think that we can change from busybox to util-linux, by setting That's the one that kicbase uses:
This is in the builldroot config file: |
minikube has /sbin/losetup from Busybox, and that does not work with raw-block PVCs. Use the losetup executable from the host in the VM instead. See-also: kubernetes/minikube#8284 Signed-off-by: Niels de Vos <ndevos@redhat.com>
I just hit this problem on minikube 1.12.1 and kvm2 too. Copying the I'll try to build an ISO with |
minikube has /sbin/losetup from Busybox, and that does not work with raw-block PVCs. Use the losetup executable from the host in the VM instead. See-also: kubernetes/minikube#8284 Signed-off-by: Niels de Vos <ndevos@redhat.com>
minikube has /sbin/losetup from Busybox, and that does not work with raw-block PVCs. Use the losetup executable from the host in the VM instead. See-also: kubernetes/minikube#8284 Signed-off-by: Niels de Vos <ndevos@redhat.com>
minikube has /sbin/losetup from Busybox, and that does not work with raw-block PVCs. Use the losetup executable from the host in the VM instead. See-also: kubernetes/minikube#8284 Signed-off-by: Niels de Vos <ndevos@redhat.com>
minikube has /sbin/losetup from Busybox, and that does not work with raw-block PVCs. Use the losetup executable from the host in the VM instead. See-also: kubernetes/minikube#8284 Signed-off-by: Niels de Vos <ndevos@redhat.com>
minikube has /sbin/losetup from Busybox, and that does not work with raw-block PVCs. Use the losetup executable from the host in the VM instead. See-also: kubernetes/minikube#8284 Signed-off-by: Niels de Vos <ndevos@redhat.com>
minikube has /sbin/losetup from Busybox, and that does not work with raw-block PVCs. Use the losetup executable from the host in the VM instead. See-also: kubernetes/minikube#8284 Signed-off-by: Niels de Vos <ndevos@redhat.com>
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
issue: #1588 Changes: Remove links to Nebius internal infrastructure( container registry, nbs pull secrets) build local CSI Driver without publishing it in remote container registry fix nbs-csi-driver parameters and mountPath remove nbs-server manifests(Run nbsd-lightweight instead of it) run minikube with docker driver to avoid "blkUtil.AttachFileDevice failed" error: losetup in buildroot VM does not support -j: MapBlockVolume failed: exit status 32 kubernetes/minikube#8284 Add instruction how to create volume manually via blockstore-client
Steps to reproduce the issue:
spec.VolumeMode:Block
spec.VolumeMode:Filesystem
was succeedpod stuck in containerCreating status, but the error message was different depends on minikube version (error message in
describe pod
andjournalctl -u kubelet
andminikube log
was similar, so added only describing pod events log)(tried with hostname : m01, not minikube)
Full output of failed command:
Full output of
minikube start
command used, if not already included:The text was updated successfully, but these errors were encountered: