-
Notifications
You must be signed in to change notification settings - Fork 7
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
cluster-glusterfs: Disable disperse volume operations #61
cluster-glusterfs: Disable disperse volume operations #61
Conversation
24a2aaf
to
0310af3
Compare
Signed-off-by: Anoop C S <[email protected]>
0310af3
to
3ac218d
Compare
I don't see the point of continuing with replicated volume testing only if we don't intend on fixing problems we hit. Maybe we should probably switch off glusterfs testing in centos-ci instead. That way the code to do a more comprehensive test of glusterfs code is still available in easy reach. |
From the meeting today - |
Did you mean to investigate the hung state on running test suite for disperse volumes?
Above suggestion is already available for review as samba-in-kubernetes/samba-centosci#42. Awaiting reviews.. |
Yes. Xavi offered to investigate when he has some time. This can take some time now that we have disabled glusterfs testing with each PR.(See below)
Thanks - Acked and Mer |
Why don't we then take in the change so that nightly runs can complete on just distribute-replicate volumes without getting timed out? |
@anoopcs9 if we merge this PR, then there won't be any way to run disperse tests on centos-ci, right ? To investigate the cause, I will need to be able to run some tests. Is it possible to temporarily disable glusterfs tests on nightly builds ? |
samba-in-kubernetes/sit-test-cases#45 will further track the progress on hung issue with disperse volumes. Therefore abandoning the PR as investigation is underway to root cause the hung state. |
Test runs on disperse volumes doesn't proceed after a hung state and eventually gets timed out(6 hrs from CentOS CI maximum reservation time). Therefore limit the tests runs to just distribute-replicated volumes which seems to pass without any issues.