fluid
fluid copied to clipboard
[BUG] sidecar /check-mount.sh: line 5: /tools/ioctl_sync: No such file or directory
What is your environment(Kubernetes version, Fluid version, etc.) juicedata/juicefs-fuse:v1.0.4-4.9.2
Can you describe how to reproduce the issue? And what version do you use? Thanks.
Can you describe how to reproduce the issue? And what version do you use? Thanks.
image version: juicedata/juicefs-fuse:v1.0.4-4.9.2
no tools:
configmap yaml:
apiVersion: v1
data:
check-mount.sh: |
#!/bin/bash
set -ex
echo "Sending device ioctl to /dev/fuse"
/tools/ioctl_sync
echo "Device ioctl done. Post start script finished"
kind: ConfigMap
metadata:
name: xxx-check-mount-unprivileged