-
Notifications
You must be signed in to change notification settings - Fork 166
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
Support for SDRS #84
Comments
+100 |
1 similar comment
+100 |
This feature would be extremely helpful in our environment. Our environment relys heavily on SDRS today and we would need to continue to use this model. |
+110 |
+111 |
You want interest? Here's some interest. |
Hey all, Greg Domjan has been working on this at https://github.com/GregDomjan/vagrant-vsphere/tree/StorageSDRS - I'm sure he'd welcome any testers / feedback. |
Thanks @clintoncwolfe , would appreciate some extra feedback before I send the pull request @Zoooook @matkay521225 @jbexten @Asrohan7 @SakoGuru . The branch at https://github.com/GregDomjan/vagrant-vsphere/tree/StorageSDRS is working ok for me, except for setting vlan device option. |
Doesn't look like you've updated the readme. What's the property name to use for the data store cluster? Also what's up with the vlan option..? |
never mind, it's the same property, data_store_name |
Me and @matkay521225 have been testing it, it works great for us, including vlan, don't know what your issue is there. The other 3 people who commented after us were just my minions :) |
Happier to hear it's not a general problem, though sad that I can't work out why mine doesn't work. Could you let me know what sort of vlan configuration do you have? Network or Distributed virtual? |
We use a standard vSwitch for everything. We VLAN tag everything and have multiple tags on every vSwitch that has guest communication. On Oct 29, 2014, at 9:36 PM, Greg Domjan [email protected] wrote: Happier to hear it's not a general problem, though sad that I can't work out why mine doesn't work. Could you let me know what sort of vlan configuration do you have? Network or Distributed virtual? — |
Does your vlan option work on the main branch? |
I'll move the vlan discussion to another issue. Setting the vlan doesn't work for me in any scenario I've tried so far, VM/Template, main branch specific Storage or SDRS. Always remains the same unset "Change Me". |
Pull #101 is now merged, can probably close this now |
[Feature request]
Storage DRS uses a different API than the usual route - CloneVM() will always fail. Instead, one has to get a Storage Recommendation, and then apply it. Additionally, you have to identify a StoragePod; the datastore config item could be used for this.
In a private fork, we've successfully implemented support for SDRS; I'm working with the owners of the work to get it explore getting it contributed. In the meantime, I thought I'd open this issue to gauge interest.
The text was updated successfully, but these errors were encountered: