You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For situations where new_size < orig_size vmware will fail the request, as it doesn't support shrink operations. Target disk size should be measured against request size and any requests to shrink should non-disruptively exit with (perhaps) a warn that the disk is already > request size.
miq-Utilities/Automate/RedHatConsulting_Utilities/Infrastructure/VM/Provisioning/StateMachines/Methods.class/methods/resize_disk.rb
For situations where new_size < orig_size vmware will fail the request, as it doesn't support shrink operations. Target disk size should be measured against request size and any requests to shrink should non-disruptively exit with (perhaps) a warn that the disk is already > request size.