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

Update privateMountDir path for unity nfs #113

Merged
merged 2 commits into from
Mar 15, 2022
Merged

Update privateMountDir path for unity nfs #113

merged 2 commits into from
Mar 15, 2022

Conversation

alikdell
Copy link
Collaborator

@alikdell alikdell commented Mar 14, 2022

Description

Update privateMountDir path for unity nfs. This PR has following changes

  • Change for the path for privatemount dir for unity nfs.
  • Increase the test timeout for Unity test.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#219

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

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

  • Test A
  • Test B

@@ -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 |
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator

@hoppea2 hoppea2 left a comment

Choose a reason for hiding this comment

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

Needs approval

Copy link
Collaborator

@hoppea2 hoppea2 left a comment

Choose a reason for hiding this comment

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

approved

@alikdell alikdell merged commit 53d5201 into main Mar 15, 2022
@alikdell alikdell deleted the unity-nfs-umount branch March 15, 2022 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants