[lxc-devel] [lxc/lxc] 72c78e: tools/lxc-start: remove c->is_defined(c) check

GitHub noreply at github.com
Wed Jan 11 16:05:37 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 72c78e0e1c5d4ce9b721b7c698e5b48a9b1e3c88
      https://github.com/lxc/lxc/commit/72c78e0e1c5d4ce9b721b7c698e5b48a9b1e3c88
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M src/lxc/tools/lxc_start.c

  Log Message:
  -----------
  tools/lxc-start: remove c->is_defined(c) check

We do not check here whether the container is defined, because we support
volatile containers. Which means the container does not need to be created for
it to be started. You can just pass a configuration file as argument and start
the container right away.

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


  Commit: 3728ed350c07640e59c4f8982f4cb98b0ced09a9
      https://github.com/lxc/lxc/commit/3728ed350c07640e59c4f8982f4cb98b0ced09a9
  Author: Serge Hallyn <serge at hallyn.com>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M src/lxc/tools/lxc_start.c

  Log Message:
  -----------
  Merge pull request #1381 from brauner/2017-01-11/fix_volatile_containers

tools/lxc-start: remove c->is_defined(c) check


Compare: https://github.com/lxc/lxc/compare/e3cca0688939...3728ed350c07


More information about the lxc-devel mailing list