-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update privateMountDir path for unity nfs #113
Conversation
@@ -94,12 +94,12 @@ Feature: Integration Test | |||
Examples: | |||
| kubeConfig | podsPerNode | nVol | nDev | driverType | storageClass | workers | primary | failure | failSecs | deploySecs | runSecs | nodeCleanSecs | | |||
# Small number of pods, increasing number of vols and devs | |||
| "" | "1-2" | "1-1" | "1-1" | "unity" | "unity-iscsi" | "one-third" | "zero" | "interfacedown" | 240 | 900 | 900 | 900 | | |||
| "" | "1-2" | "1-1" | "1-1" | "unity" | "unity-iscsi" | "one-third" | "zero" | "interfacedown" | 600 | 900 | 900 | 900 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why your changing some examples failSecs but not others. It seems arbitrary. Are these the ones you observer failures on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed for unity alone.
Secondly under unity if I haven't changed, those are commented examples that we needed to clean up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
Description
Update privateMountDir path for unity nfs. This PR has following changes
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration