This commit is contained in:
2016-05-26 20:14:01 -04:00
parent 66f6c3b92a
commit f32d6f70a9
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ var getFreeMem = function(ip, callback){
};
var containerFree = function(container){
lxc.stop(name, container);
lxc.stop(container.name, container.worker.ip);
container.worker.usedContainer--;
delete label2container[container.label];
};