Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is not very friendly to judge whether the smooth upgrade is successful #4715

Open
YunhuiChen opened this issue Apr 17, 2024 · 0 comments
Open
Labels
kind/feature New feature or request priority/normal The default priority

Comments

@YunhuiChen
Copy link
Contributor

What would you like to be added:
It is not very friendly to judge whether the smooth upgrade is successful

Why is this needed:
After a smooth upgrade is performed for several times, multiple mounting processes occur, causing unexpected problems
root 2967721 1 0 11:00 ? 00:00:00 ./juicefs mount redis://127.0.0.1:6379/2 /juicefs1 --cache-dir /data/cache --writeback=true --log-id 123 -d
root 2968144 1 0 11:00 ? 00:00:00 ./juicefs mount redis://127.0.0.1:6379/2 /juicefs1 --cache-dir /data/cache --writeback=true --log-id 123 -d
root 2968425 1 0 11:00 ? 00:00:00 ./juicefs mount redis://127.0.0.1:6379/2 /juicefs1 --cache-dir /data/cache --writeback=true --log-id 123 -d
root 2968820 2968144 8 11:00 ? 00:00:08 /root/chenyunhui/juicefs/juicefs mount redis://127.0.0.1:6379/2 /juicefs1 --cache-dir /data/cache --writeback=true --log-id 123 -d
root 2968828 2968425 8 11:00 ? 00:00:09 /root/chenyunhui/juicefs/juicefs mount redis://127.0.0.1:6379/2 /juicefs1 --cache-dir /data/cache --writeback=true --log-id 123 -d
root 2968887 2967721 7 11:00 ? 00:00:08 /root/chenyunhui/juicefs/juicefs mount redis://127.0.0.1:6379/2 /juicefs1 --cache-dir /data/cache --writeback=true --log-id 123 -d

@YunhuiChen YunhuiChen added the kind/feature New feature or request label Apr 17, 2024
@SandyXSD SandyXSD added the priority/normal The default priority label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request priority/normal The default priority
Projects
None yet
Development

No branches or pull requests

2 participants