We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dea38a commit 0d9863dCopy full SHA for 0d9863d
app/models/manageiq/providers/ibm_power_hmc/infra_manager/lpar.rb
@@ -7,6 +7,7 @@ class ManageIQ::Providers::IbmPowerHmc::InfraManager::Lpar < ManageIQ::Providers
7
8
supports :terminate do
9
unsupported_reason_add(:terminate, unsupported_reason(:control)) unless supports_control?
10
+ unsupported_reason_add(:terminate, _("Cannot delete a running partition")) unless power_state == "off"
11
end
12
13
def provider_object(connection = nil)
0 commit comments