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 79f70ca commit 3741a85Copy full SHA for 3741a85
lib/fog/proxmox/compute/models/task.rb
@@ -54,7 +54,7 @@ def initialize(new_attributes = {})
54
end
55
56
def succeeded?
57
- finished? && exitstatus == 'OK'
+ finished? && (exitstatus == 'OK' || exitstatus.include?('WARNING'))
58
59
60
def finished?
0 commit comments