We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened:
root@bench-01:~/juicefs# git checkout test-version-upgrade root@bench-01:~/juicefs# .github/scripts/command/version_upgrade.sh test_update_fuse_option root@bench-01:~/juicefs# ps -ef | grep mount root 1985713 1 0 11:28 ? 00:00:00 ./juicefs mount -d sqlite3:///root/juicefs/test.db /tmp/jfs_xattr --enable-xattr root 1985725 1985713 1 11:28 ? 00:00:00 /root/juicefs/juicefs mount -d sqlite3:///root/juicefs/test.db /tmp/jfs_xattr --enable-xattr root 1985766 1 0 11:28 ? 00:00:00 ./juicefs mount -d sqlite3:///root/juicefs/test.db /tmp/jfs_xattr root 1985778 1985766 1 11:28 ? 00:00:00 /root/juicefs/juicefs mount -d sqlite3:///root/juicefs/test.db /tmp/jfs_xattr root 1985819 1 1 11:28 ? 00:00:00 ./juicefs mount -d sqlite3:///root/juicefs/test.db /tmp/jfs_xattr --enable-xattr root 1985831 1985819 2 11:28 ? 00:00:00 /root/juicefs/juicefs mount -d sqlite3:///root/juicefs/test.db /tmp/jfs_xattr --enable-xattr root 1985851 1896090 0 11:29 pts/2 00:00:00 grep --color=auto mount
What you expected to happen: should have only two mount process after script run.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened:
What you expected to happen:
should have only two mount process after script run.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: