mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
allow lxcapi_get_cgroup_item() on lxc-execute containers
Containers started with lxc-execute may not have a conf, but nothing in the implementation of lxcapi_get_cgroup_item() actually needs/uses it, and it can be useful to get items out of the containers' cgroup items. Signed-off-by: Dwight Engen <dwight.engen@oracle.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
2752ecec32
commit
6502006a44
@ -1977,7 +1977,7 @@ static int lxcapi_get_cgroup_item(struct lxc_container *c, const char *subsys, c
|
||||
{
|
||||
int ret;
|
||||
|
||||
if (!c || !c->lxc_conf)
|
||||
if (!c)
|
||||
return -1;
|
||||
|
||||
if (is_stopped(c))
|
||||
|
Loading…
Reference in New Issue
Block a user