-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnect storage when disconnecting a VM #472
Disconnect storage when disconnecting a VM #472
Conversation
Instead of calling disconnect_storage separately from the targeted refresh, disconnect the storage when disconnect_inv is called from the targeted refresh. https://bugzilla.redhat.com/show_bug.cgi?id=1644770
Checked commit agrare@0fee98b with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Pull Request Test Coverage Report for Build 2346
💛 - Coveralls |
I like the new approach 👍 |
I didn't want to delete anything that could have been used by customer automate scripts but if @lfu and @gmcculloug think they can be deleted I'm all for removing them |
Those methods can be removed from automate along with https://github.com/ManageIQ/manageiq/search?q=src_vm_disconnect_storage&unscoped_q=src_vm_disconnect_storage. Should we remove them in a separate PR? @gmcculloug |
The concern is always that a user could have copied these event instances to a custom domain and we would have no control over that. I would be in favor of removing it on master, but I'm thinking maybe we need to keep the automate entry-point as a |
works for me |
Okay create a PR to automate_engine ManageIQ/manageiq-automation_engine#272 and deleted the method from ManageIQ/manageiq@0a529d7 |
@agrare According to your comments on ManageIQ/manageiq#18200 (comment) this PR should be merged after ManageIQ/manageiq-providers-vmware#336. Please let us know when the VMware PR is merged. |
@miq-bot add_label blocker |
@agrare was there anything else needed before this can be merged. |
@JPrause ManageIQ/manageiq#18200 needs to be merged |
…n_disconnecting_vms Disconnect storage when disconnecting a VM (cherry picked from commit 6032cc1) https://bugzilla.redhat.com/show_bug.cgi?id=1654436
Gaprindashvili backport details:
|
…n_disconnecting_vms Disconnect storage when disconnecting a VM (cherry picked from commit 6032cc1) https://bugzilla.redhat.com/show_bug.cgi?id=1644770
Hammer backport details:
|
Instead of calling disconnect_storage separately from the targeted
refresh, disconnect the storage when disconnect_inv is called from the
targeted refresh.
Depends: ManageIQ/manageiq#18200
https://bugzilla.redhat.com/show_bug.cgi?id=1644770