1
0
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:
Daniel Clavijo Coca 2019-05-08 05:01:19 -05:00 committed by Ruben S. Montero
parent 46e0adb5cd
commit 103a323952
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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