On Fri, May 29, 2015 at 01:58:15PM +0300, Vladimir Davydov wrote:
> Currently, we try and fail to remove the fairsched node of a UUID-named
> container from the kernel on stop:
>
> CT: 956ebfc3-3ca9-44e0-9739-ab8abbe50edc: started
> Can't remove fairsched node 1073741823 err=-2
> CT: 956ebfc3-3ca9-44e0-9739-ab8abbe50edc: stopped
>
> We should only do that for containers created via the legacy API (vzctl
> ioctl), because for UUID-named containers this is a duty of vzctl.
>
> https://jira.sw.ru/browse/PSBM-33833
>
> Signed-off-by: Vladimir Davydov <[email protected]>
Acked-by: Cyrill Gorcunov <[email protected]>
Guys, we have a few fields already
struct ve_struct {
...
int is_running;
int is_locked;
...
}
and now new one @legacy. Maybe it worth to merge them all
into some bitfield?
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel