-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Add backup-volfile-servers to mount option. #42038
Add backup-volfile-servers to mount option. #42038
Conversation
is contacted if there is a failure in the connected server. Mount option becomes: mount -t glusterfs -o log-level=ERROR,log-file=/var/lib/kubelet/plugins/kubernetes.io/glusterfs/glustermount/glusterpod-glusterfs.log,backup-volfile-servers=192.168.100.0:192.168.200.0:192.168.43.149 .. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Hi @humblec. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
backup servers
in the trusted pool
@k8s-bot ok to test |
/lgtm |
heh, my lgtm means also approval... interesting. So let it be merged. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: humblec, jsafrane, rootfs Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot unit test this |
@k8s-bot test this |
@humblec: The following test(s) failed:
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@k8s-bot gci gke e2e test this |
@k8s-bot cvm gke e2e test this |
Automatic merge from submit-queue (batch tested with PRs 42038, 42083) |
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
This feature ensures the
backup servers
in the trusted pool is contacted if there is a failure in the connected server.Mount option becomes:
mount -t glusterfs -o log-level=ERROR,log-file=/var/lib/kubelet/plugins/kubernetes.io/glusterfs/glustermount/glusterpod-glusterfs.log,backup-volfile-servers=192.168.100.0:192.168.200.0:192.168.43.149 ..
Signed-off-by: Humble Chirammal hchiramm@redhat.com