1
0
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:
Daniel Clavijo Coca 2019-05-08 05:01:19 -05:00 committed by Ruben S. Montero
parent e75a02dd28
commit efc232d2bb

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