community.general/lib/ansible/modules/storage
Elad Alfassa ea1361a927 modules/na_cdot_lun: properly compare LUN size (#34846)
current_size is returned from the API as string, while self.size
(the requested size) is an integer. This caused the comparison
to always be False, and a resize request to always be sent.
2018-01-17 16:32:54 -05:00
..
infinidat Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
netapp modules/na_cdot_lun: properly compare LUN size (#34846) 2018-01-17 16:32:54 -05:00
purestorage Fix issue #32138 - fix examples typo (#32140) 2017-10-26 07:44:15 +10:00
zfs Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
__init__.py