fluid-cloudnative / fluid

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
https://fluid-cloudnative.github.io/
Apache License 2.0
1.64k stars 955 forks source link

[BUG] sidecar /check-mount.sh: line 5: /tools/ioctl_sync: No such file or directory #3490

Open coderwangke opened 11 months ago

coderwangke commented 11 months ago

What is your environment(Kubernetes version, Fluid version, etc.) juicedata/juicefs-fuse:v1.0.4-4.9.2

cheyang commented 11 months ago

Can you describe how to reproduce the issue? And what version do you use? Thanks.

coderwangke commented 11 months ago

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:

image

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