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
Bug Description:
The resize_ex operation in the vmware.vmware_rest.appliance_system_storage module does not return the expected new_size and old_size for the resized partition. The value dictionary in the response is empty, which contradicts the module's documentation.
Actual Result:
The response contains an empty dictionary for value:
Execute the resize_ex operation using the following task:
- name: Resize the first partition and return the state before and after the operation
vmware.vmware_rest.appliance_system_storage:
state: resize_ex
register: resize_ex_result
Observe the returned value in the result.
Issue Type
Feature Idea
Component Name
appliance_system_storage
Additional Information
No response
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
Bug Description:
The resize_ex operation in the vmware.vmware_rest.appliance_system_storage module does not return the expected new_size and old_size for the resized partition. The value dictionary in the response is empty, which contradicts the module's documentation.
Actual Result:
The response contains an empty dictionary for value:
Expected Result:
The value dictionary should include before and after keys with the states of the partition before and after the resize operation:
Steps to Reproduce:
Execute the resize_ex operation using the following task:
Observe the returned value in the result.
Issue Type
Feature Idea
Component Name
appliance_system_storage
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: