[lxc-devel] [lxc/lxc] d393e6: lxccontainer: revert set_running_config_item()

GitHub noreply at github.com
Wed Jan 3 17:12:41 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: d393e6452566a2b537cfc34b0bc3b67b04193a46
      https://github.com/lxc/lxc/commit/d393e6452566a2b537cfc34b0bc3b67b04193a46
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2018-01-01 (Mon, 01 Jan 2018)

  Changed paths:
    M src/lxc/commands.c
    M src/lxc/commands.h
    M src/lxc/lxccontainer.c
    M src/lxc/lxccontainer.h
    M src/tests/Makefile.am
    R src/tests/livepatch.c

  Log Message:
  -----------
  lxccontainer: revert set_running_config_item()

- As discussed we will have a proper API extension that will allow updating
  various parts of a running container. The prior approach wasn't a good idea.

- Revert this is not a problem since we haven't released any version with the
  set_running_config_item() API extension.

- I'm not simply reverting so that master users can still call into new
  liblxc's without crashing the container. This is achieved by keeping the
  commands callback struct member number identical.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: acd546adadf8b3019dc5392672a05fd99bf858ae
      https://github.com/lxc/lxc/commit/acd546adadf8b3019dc5392672a05fd99bf858ae
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M src/lxc/commands.c
    M src/lxc/commands.h
    M src/lxc/lxccontainer.c
    M src/lxc/lxccontainer.h
    M src/tests/Makefile.am
    R src/tests/livepatch.c

  Log Message:
  -----------
  Merge pull request #2065 from brauner/2017-01-01/revert_set_running_config_item

lxccontainer: revert set_running_config_item()


Compare: https://github.com/lxc/lxc/compare/fd7374db34d7...acd546adadf8


More information about the lxc-devel mailing list