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

Modify user.rst #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/admin-api/master/user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ ChubaoFS将卷的 **Owner** 字段看作一个用户ID。例如,创建卷时Ow
"volume", "string", "待转交权限的卷名", "是"
"user_src", "string", "该卷原来的所有者,必须与卷的Owner字段原取值相同", "是"
"user_dst", "string", "转交权限后的目标用户ID", "是"
"force", "bool", "是否强制转交卷。如果该值设为true,即使user_src的取值与卷的Owner取值不等,也会将卷变更至目标用户名下", "否"
"force", "bool", "是否强制转交卷。如果该值设为true,即使user_src的取值与卷的Owner取值不等,也会将卷变更至目标用户名下,但不会修改该卷的原拥有者", "否"