mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-13 13:17:39 +03:00
M #-: Fix LXD shutdown timeout (#3314)
This commit is contained in:
parent
e75a02dd28
commit
efc232d2bb
@ -222,7 +222,7 @@ class Container
|
||||
break if %w[Running Stopped].include? real_status
|
||||
end
|
||||
|
||||
container.stop(:force => true) if real_status == 'Running'
|
||||
stop(:force => true) if real_status == 'Running'
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user