-
Notifications
You must be signed in to change notification settings - Fork 338
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 advanced options to vmware_cluster_vsan #289
Conversation
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.
thanks for putting this together.
@lupa95 Can you please test this PR if it works for you? |
Are the documentation and the error message OK for you? I hope so, otherwise just tell me. |
It looks like the CI fails for exactly this reason, it fails |
You can disable the test by adding |
recheck |
1 similar comment
recheck |
recheck |
d2ab0fa
to
8247ebc
Compare
recheck |
1 similar comment
recheck |
FYI @mariolenz, the following job of the ongoing CI run will fail: ansible-test-sanity-vmware, the problem will be resolved as soon as #250 is merged. |
Thanks for the information. I've added |
|
recheck |
recheck |
Well, the last run is green :-). The long series of "Waiting on logger" is actually a bug in Zuul. It should go away as soon as we upgrade ( https://review.opendev.org/#/c/741257/ ). |
@mariolenz I suggested some minor changes. Please ping me once done for merge. |
Co-authored-by: Abhijeet Kasurde <[email protected]>
Co-authored-by: Abhijeet Kasurde <[email protected]>
Co-authored-by: Abhijeet Kasurde <[email protected]>
Co-authored-by: Abhijeet Kasurde <[email protected]>
Co-authored-by: Abhijeet Kasurde <[email protected]>
@Akasurde I've committed the changes you've requested, but your first one was just a question. Do you want me to make it clearer that the requirement is vSAN 6.2 / ESXi 6.2U2 and later, but I've tested it only on 6.7? |
recheck |
@Akasurde What do you think, is this PR fit for merging now? |
Depends-On: #250
SUMMARY
While configuring vsan clusters, setting the advanced parameters for the vsan service (Object repair timer, Thin Swap, Large Cluster Support etc.) should be possible.
Fixes #260
ISSUE TYPE
COMPONENT NAME
vmware_cluster_vsan
ADDITIONAL INFORMATION
Unfortunately, this PR introduces a dependecy on the SAN Management vSDK for Python. On the other hand, using ReconfigureComputeResource_Task to configure VSAN is deprecated so we would need this SDK anyway sooner or later.
edit: vmware/pyvmomi#909