-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Added support for disk init types #4284
Conversation
@matt-deboer Thank you for the PR. I think |
Fixed formatting changed 'init_type' to 'type' Fixed acceptance tests for disk provisioning Fixed docs for change from 'init_type' to 'type'
@tkak sounds fine to me; updated. |
@matt-deboer Thanks! LGTM 👍 |
Personally I would be very happy to see this merged! :) |
@tkak pinging for greater justice, it'd be great if this was merged as having disks created as thick by default is good but on highly oversubscribed envrionments thin is actually preferred. |
Is there a reason this hasn't been merged? I'm using it successfully. It makes a big difference for dev/test when fast turn around matters. |
Seems like this was overlooked? I'm using a custom build with these changes merged, works like a charm. Only datastore clusters remain. Ping @jen20 can we get this one merged? |
Also built and tested. It works great! We'd love to have it merged. |
We're still working on getting the ability to run acceptance tests on our side, but based on the feedback here it sounds like this code is working well. Thanks @matt-deboer! |
Added support for disk init types
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Adds the capability to specify whether disks are "eager_zeroed" or "thin" upon creation, maintaining the original default behavior of "eager_zeroed"
Provides a fix for #3578