Mario Lenz

Results 456 comments of Mario Lenz

I'm not sure if I understand the question... as far as I understand, FCDs (or whatever the officially used name is) are independent from VSAN. I've tested the module with...

You mean [this comment](https://github.com/ansible-collections/community.vmware/issues/1988#issuecomment-1941009341) and the ones after? I'm not really sure. I've just cloned [pyVmomi](https://github.com/vmware/pyvmomi) and ran `grep -ri cns .` but didn't find anything. This API might be...

I would really like to have this as a part of pyVmomi, I don't know why VMware doesn't simply include it :weary:

The CI fails with: ``` ERROR: Found 4 pep8 issue(s) which need to be resolved: ERROR: plugins/modules/vmware_datastore_cluster.py:368:161: E501: line too long (200 > 160 characters) ERROR: plugins/modules/vmware_datastore_cluster.py:374:161: E501: line too...

@Nina2244 I'm beginning to think that we should not introduce new parameters with defaults (or new defaults for existing parameters) in a minor version. You see, this might break things...

@Nina2244 FYI: I think the sanity tests should work now, [this](https://github.com/ansible-community/ansible-test-gh-action/commit/bb9e2b501f1d5dd70b4e93e40125c8d1dbba69cf) seems to fix the GH action. However, it looks like we still have some [problems with the integration tests](https://github.com/ansible-collections/community.vmware/issues/1746#issuecomment-1642954137)...