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
Describe the bug (描述bug) The partition limit of one copyset is 256 default, but created more the 256.
cluster: massive cluster
for i in {1..13};do curvefs_tool list-partition -fsId=$i | grep copysetId;done | awk '{arr[$2]++};END{for(i in arr){print i,arr[i]}}' | sort -nk1
To Reproduce (复现方法)
Expected behavior (期望行为)
Versions (各种版本) OS: Compiler: branch: commit id:
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered:
SeanHai
No branches or pull requests
Describe the bug (描述bug)
The partition limit of one copyset is 256 default, but created more the 256.
cluster: massive cluster
for i in {1..13};do curvefs_tool list-partition -fsId=$i | grep copysetId;done | awk '{arr[$2]++};END{for(i in arr){print i,arr[i]}}' | sort -nk1
To Reproduce (复现方法)
Expected behavior (期望行为)
Versions (各种版本)
OS:
Compiler:
branch:
commit id:
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: