HewlettPackard / oneview-puppet

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Terraform and Ansible Collection
https://forge.puppet.com/hewlettpackard/oneview
Apache License 2.0
8 stars 17 forks source link

Oneview_storage_pool should not destroy and recreate a storage pool if it differs from expected #144

Closed fgbulsoni closed 3 years ago

fgbulsoni commented 7 years ago

Scenario/Intent

Currently, the ensure: present for the oneview_storage_pool will try to drop and recreate a storage pool if it differs from the expected. The storage pool might be in use or dropping it could cause issues. Instead of dropping it, a message should be displayed to the user that the resource differs from expected, and allow the user to decide on how to proceed.

Optional: implement a 'force' operation to run the drop/recreate following the user's will.

VenkateshRavula commented 3 years ago

This SDK has limited support and will not be actively developed for the foreseeable future.