Commit b140d243 by Serge Hallyn Committed by Stéphane Graber

Revert "do_lxcap_stop: wait until container is stopped"

This breaks lxc-test-concurrent. This reverts commit fef9aa89.
parent 16a64224
...@@ -753,10 +753,7 @@ static bool lxcapi_stop(struct lxc_container *c) ...@@ -753,10 +753,7 @@ static bool lxcapi_stop(struct lxc_container *c)
ret = lxc_cmd_stop(c->name, c->config_path); ret = lxc_cmd_stop(c->name, c->config_path);
if (ret == 0) return ret == 0;
return do_lxcapi_wait(c, "STOPPED", 10);
return false;
} }
static int do_create_container_dir(const char *path, struct lxc_conf *conf) static int do_create_container_dir(const char *path, struct lxc_conf *conf)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment