fluid icon indicating copy to clipboard operation
fluid copied to clipboard

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

Open coderwangke opened this issue 2 years ago • 2 comments

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

coderwangke avatar Oct 16 '23 07:10 coderwangke

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

cheyang avatar Oct 19 '23 02:10 cheyang

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

coderwangke avatar Oct 23 '23 03:10 coderwangke