community.general/lib/ansible/modules/storage
hansmi 6c612c9e6c gluster_volume: Avoid error when deleting non-existent volume (#42097)
When a non-existent Gluster volume is to be deleted, i.e.:

  gluster_volume:
    state: absent
    name: vol1-does-not-exist

the "gluster_volume" module would always fail with "volume not found
vol1-does-not-exist". The reason is that the code checked whether the
state is "delete", a value which isn't accepted for the "state"
parameter. Instead the expected value for volume deletion is, as above,
"absent".
2018-10-19 15:16:05 -04:00
..
emc New module for managing EMC VNX Block storage (#42945) 2018-08-09 10:38:26 -07:00
glusterfs gluster_volume: Avoid error when deleting non-existent volume (#42097) 2018-10-19 15:16:05 -04:00
ibm IBM_Storage: Added a module for managing IBM Spectrum Accelerate (#44166) 2018-08-29 13:42:10 +01:00
infinidat More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
netapp Enable pylint rules and fix exposed bugs. (#47219) 2018-10-19 08:32:52 -07:00
purestorage Add QoS support for purefa_facts module and fix to support vVols (#42919) 2018-08-28 11:36:52 +01:00
zfs zfs: fix broken parameter handling (#36685) 2018-05-23 21:46:20 -05:00
__init__.py