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
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
We want to add corresponding operations to directories in create/delete of curve_ops_tool.
curve_ops_tool create
curve/src/tools/namespace_tool.cpp
Lines 124 to 127 in 7eb8d99
curve_ops_tool delete
Lines 87 to 102 in 7eb8d99
protobuf
curve/proto/nameserver2.proto
Lines 195 to 223 in 7eb8d99
curve_ops_tool create -fileType=dir =filename=/test -userName=test -password=123
Describe the solution you'd like (描述你期望的解决方法)
Add a FLAG_TYPE, the default is file, execute the old logic, when the value is dir, set the fileType of the request to INODE_DIRECTORY.
Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered:
aspirer
No branches or pull requests
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
We want to add corresponding operations to directories in create/delete of curve_ops_tool.
curve_ops_tool create
is defined here:curve/src/tools/namespace_tool.cpp
Lines 124 to 127 in 7eb8d99
curve_ops_tool delete
is defined here:curve/src/tools/namespace_tool.cpp
Lines 87 to 102 in 7eb8d99
protobuf
is defined here:curve/proto/nameserver2.proto
Lines 195 to 223 in 7eb8d99
Describe the solution you'd like (描述你期望的解决方法)
Add a FLAG_TYPE, the default is file, execute the old logic, when the value is dir, set the fileType of the request to INODE_DIRECTORY.
Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: