-
Notifications
You must be signed in to change notification settings - Fork 42k
Fixed glusterfs mount options #49475
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
Conversation
Capacity of a slice is the third argument, not the second one. We use append() to fill the slice, so it should be empty at the beginning and with the right capacity.
|
@kubernetes/sig-storage-pr-reviews @humblec |
|
/assign @rootfs |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, rootfs Associated issue requirement bypassed by: rootfs The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/retest |
|
Automatic merge from submit-queue (batch tested with PRs 48911, 49475, 49438, 49362, 49274) |
Automatic merge from submit-queue Gluster timeout patches There are several upstream patches that shorten gluster timeout when remote gluster servers are unavailable. User gets an error about failed mount in 2 minutes instead of 2 minutes * 2 * nr. of gluster endpoints. kubernetes/kubernetes#42038 kubernetes/kubernetes#49127 kubernetes/kubernetes#48709 kubernetes/kubernetes#49475 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1473587
Capacity of a slice is the third argument, not the second one.
We use append() to fill the slice, so it should be empty at the beginning
and with the right capacity.