-
I’m trying to build a flow on the top of JuiceFS and Redis. Everything seems work but I cannot umount volumes at the end. Also, the mountpoints seems created as root while I do not have root access to these machines. Follow lines summarize my flow. Does anyone know what’s the issue? Thanks! I started a rediss on machine1 for object storage service @ port 6000. On machine3, I created a volume as follow On machine4 and machine5, I mounted this volume to each machine's local /tmp as follow Afterward, I can create/write/read files either machine4 or machine5 and JuiceFS synchronized each machine’s local /tmp/jfs perfectly. However, I cannot umount the mountpoint (from either machine4 or machine5). I used this command. Also, I realized the mountpoint were created as root, while I do not have root access to these machines. After I sigkill the “juicefs mount …” processes, mountpioint turned into this. “ls /tmp/jfs” complained as follow. Does anyone know what part were wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I tried mount (the juicefs
I cannot reproduce your problem, can you provide more information like operation system ( |
Beta Was this translation helpful? Give feedback.
I tried mount (the juicefs
main
branch code: a7e2431) with userubuntu
in my Ubuntu 20.04 virtual machine: