]> git.ipfire.org Git - thirdparty/lxc.git/commit
commands: don't fail if unfreeze fails 3539/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 17 Sep 2020 09:11:44 +0000 (11:11 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 17 Sep 2020 13:51:41 +0000 (15:51 +0200)
commit8db8adea44b0be8736a42cafbc8b4fb048e2a655
tree6cbd8d526da445a8f81c621df916648c7eba2d43
parent4226b2e5af1fb650fa8caddd8b0965d94a364508
commands: don't fail if unfreeze fails

We can e.g. fail the unfreeze because the freezer cgroup is not available and
then we erronously report that stopping the container failed.

Closes: #3471.
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/commands.c