[lxc-devel] [lxc/lxc] be3ee4: doc: Update lxc-attach(1)

GitHub noreply at github.com
Mon Aug 15 16:27:29 UTC 2016


  Branch: refs/heads/stable-2.0
  Home:   https://github.com/lxc/lxc
  Commit: be3ee4adbabb62f0d5a8564e21c8b47fd13793c9
      https://github.com/lxc/lxc/commit/be3ee4adbabb62f0d5a8564e21c8b47fd13793c9
  Author: KATOH Yasufumi <karma at jazz.email.ne.jp>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M doc/lxc-attach.sgml.in

  Log Message:
  -----------
  doc: Update lxc-attach(1)

* Add undocumented options (-v/--set-var, --keep-var, -f/--rcfile)
* Change order of option in SYNOPSIS (-L that is placed after "command")
* Add long options in SYNOPSIS

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>


  Commit: 9b9e2d5e20be33cb7534f3fedceb9e2a7e04dd43
      https://github.com/lxc/lxc/commit/9b9e2d5e20be33cb7534f3fedceb9e2a7e04dd43
  Author: KATOH Yasufumi <karma at jazz.email.ne.jp>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M doc/ja/lxc-attach.sgml.in

  Log Message:
  -----------
  doc: Update Japanese lxc-attach(1)

* Add undocumented options (-v/--set-var, --keep-var, -f/--rcfile)
* Change order of option in SYNOPSIS (-L that is placed after "command")
* Add long options in SYNOPSIS

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>


  Commit: 014c8714f5af15829a6683be9db228d11133b635
      https://github.com/lxc/lxc/commit/014c8714f5af15829a6683be9db228d11133b635
  Author: Christian Brauner <cbrauner at suse.de>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
    M src/lxc/bdev/lxcbtrfs.c
    M src/lxc/bdev/lxcbtrfs.h
    M src/lxc/lxccontainer.c

  Log Message:
  -----------
  bdev: be smarter about btrfs subvolume detection

When a container c is on a btrfs filesystem but is directory backed, copying
the container will default to snapshot. This is because of
should_default_to_snapshot() returning true in this case because c is on a
btrfs filesystem. We should make sure that should_default_to_snapshot() only
returns true, when c itself is a btrfs subvolume.

Signed-off-by: Christian Brauner <cbrauner at suse.de>


  Commit: 3778a008f8de274aefe2a93281d5c6e0e6cd7f21
      https://github.com/lxc/lxc/commit/3778a008f8de274aefe2a93281d5c6e0e6cd7f21
  Author: Christian Brauner <cbrauner at suse.de>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

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

  Log Message:
  -----------
  tools: use correct runtime path for lxc-ls

So far we've simply been using RUNTIME_PATH for the privileged and unprivileged
case. We should actually use XDG_RUNTIME_DIR for the unprivileged case.

Signed-off-by: Christian Brauner <cbrauner at suse.de>


  Commit: ce64b2ca5ec518c1583430250f07f1b0367d6906
      https://github.com/lxc/lxc/commit/ce64b2ca5ec518c1583430250f07f1b0367d6906
  Author: Christian Brauner <cbrauner at suse.de>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

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

  Log Message:
  -----------
  tools: add missing newline in lxc-create output

Signed-off-by: Christian Brauner <cbrauner at suse.de>


Compare: https://github.com/lxc/lxc/compare/c71f845ce472...ce64b2ca5ec5


More information about the lxc-devel mailing list