mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: Fix LXD shutdown timeout (#3314)
(cherry picked from commit efc232d2bb9d0de594e9be8023c228be473c2896)
This commit is contained in:
parent
46e0adb5cd
commit
103a323952
@ -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…
x
Reference in New Issue
Block a user