mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-10-19 11:01:05 +08:00

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>