ansible/lib
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
..
ansible modules/na_cdot_lun: properly compare LUN size (#34846) 2018-01-17 16:32:54 -05:00