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

options.cc: document rgw config options #18007

Merged
merged 1 commit into from Nov 14, 2017

Conversation

yehudasa
Copy link
Member

Signed-off-by: Yehuda Sadeh yehuda@redhat.com


Option("rgw_bucket_quota_soft_threshold", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the comment should specify the units

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or, rather, that it is a ratio


Option("rgw_port", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default("")
.set_description(""),
.set_description("RGW FastCGI port number (for FastCGI over TCP)")
.add_see_also({"rgw_host", "rgw_fcgi_socket_backlog"}),

Option("rgw_dns_name", Option::TYPE_STR, Option::LEVEL_ADVANCED)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we drop the level advanced -> level basic in this case?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, although I'm not sure how much we want to make all the fastcgi stuff visible.

.set_description(""),
.set_description("Swift-auth storage URL")
.set_long_description(
"Used in conjuction with rgw internal swift authentication. This affects the "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conjunction

.set_description("Send content length when listing containers (Swift)")
.set_long_description(
"Whether content length header is needed when listing containers. When this is "
"set to false, RGW will send extra info for each entry in the response."),

Option("rgw_keystone_url", Option::TYPE_STR, Option::LEVEL_ADVANCED)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this also may be downgraded to level basic?

@yehudasa yehudasa force-pushed the wip-rgw-config-desc branch 2 times, most recently from 27ec983 to 79e58a3 Compare October 27, 2017 19:00
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
@jcsp
Copy link
Contributor

jcsp commented Nov 9, 2017

Are there still any changes outstanding on this or is it good to go?

@yehudasa
Copy link
Member Author

@yehudasa yehudasa merged commit 6b764a9 into ceph:master Nov 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants