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

etcdmain: update help message #11045

Merged
merged 1 commit into from
Aug 16, 2019
Merged

Conversation

jingyih
Copy link
Contributor

@jingyih jingyih commented Aug 16, 2019

Add experimental-peer-skip-client-san-verification flag description to help message.

Follow up of #10524

etcdmain/help.go Outdated
@@ -206,6 +206,8 @@ Experimental feature:
ExperimentalEnableLeaseCheckpoint enables primary lessor to persist lease remainingTTL to prevent indefinite auto-renewal of long lived leases.
--experimental-compaction-batch-limit
ExperimentalCompactionBatchLimit sets the maximum revisions deleted in each compaction batch.
--experimental-peer-skip-client-san-verification
Copy link
Member

Choose a reason for hiding this comment

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

@jingyih thanks and small observation, since it's a boolean we should set it with default false similar to other such flags?. Also, on a side note I noticed that --experimental-enable-lease-checkpoint is a boolean and should set with its default false as well - if that makes sense, may be you want to update that here as well here? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Looks like there are several default values missing in the help message. Updated. PTAL.

Copy link
Member

Choose a reason for hiding this comment

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

Awesome!! Thanks @jingyih
LGTM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @spzala !

Add experimental-peer-skip-client-san-verification flag description to
help message. Add default values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants