[lxc-devel] [lxc/lxc] e145b7: lxc-download: fix typo in help text.

GitHub noreply at github.com
Fri Jan 16 00:10:18 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: e145b7bb6d62fe3ba279ec0730117edea9c2d538
      https://github.com/lxc/lxc/commit/e145b7bb6d62fe3ba279ec0730117edea9c2d538
  Author: Michael Adam <obnox at samba.org>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M templates/lxc-download.in

  Log Message:
  -----------
  lxc-download: fix typo in help text.

Signed-off-by: Michael Adam <obnox at samba.org>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 308f4f391a0a0f2bd29a44a7b2be1e43abc61912
      https://github.com/lxc/lxc/commit/308f4f391a0a0f2bd29a44a7b2be1e43abc61912
  Author: Michael Adam <obnox at samba.org>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M templates/lxc-download.in

  Log Message:
  -----------
  lxc-download: make --list more useful.

Make it possible to use --list without having to specify
--dist, --release, and --arch, which does not make a lot
of sense.

Signed-off-by: Michael Adam <obnox at samba.org>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 7d540a266389ab981c87a64050b0ba050e147e15
      https://github.com/lxc/lxc/commit/7d540a266389ab981c87a64050b0ba050e147e15
  Author: Michael Adam <obnox at samba.org>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M templates/lxc-download.in

  Log Message:
  -----------
  lxc-download: improve help text.

--help and --list are special in the sense that they
are independent of the other options and exit early.
Document them separately.

Signed-off-by: Michael Adam <obnox at samba.org>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 87da4ec3371b975df8387360524c76cb4d4b6a4a
      https://github.com/lxc/lxc/commit/87da4ec3371b975df8387360524c76cb4d4b6a4a
  Author: Serge Hallyn <serge.hallyn at ubuntu.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M src/lxc/conf.c
    M src/lxc/start.c

  Log Message:
  -----------
  autodev: switch strategies (v3)

Do not keep container devs under /dev/.lxc.  Instead, always
keep them in a small tmpfs mounted at $(mounted_root)/dev.

The tmpfs is mounted in the container monitor's namespace.  This
means that at every reboot it will get re-created.  It seems to
me this better replicates what happens on a real host.

If we want devices persisting across reboots, then perhaps we can
implement a $lxcpath/$name/keepdev directory containing devices to
bind into the container at each startup.

Changelog (v2): don't bother with the $lxcpath/$name/rootfs.dev
	directory, just mount the tmpfs straight into the container.

Changelog (v3): Don't create /dev if it doesn't exist

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 9cb4d183559d7f0b1008ea077be8e7793a7ba72d
      https://github.com/lxc/lxc/commit/9cb4d183559d7f0b1008ea077be8e7793a7ba72d
  Author: Serge Hallyn <serge.hallyn at ubuntu.com>
  Date:   2015-01-15 (Thu, 15 Jan 2015)

  Changed paths:
    M src/lxc/conf.c

  Log Message:
  -----------
  fill_autodev: bind-mount if mknod fails (v3)

First, rename setup_autodev to fill_autodev, since all it
does is populate it, not fully set it up.

Secondly, if mknod of a device fails, then try bind-mounting
it from the host rather than failing immediately.

Note that this isn't an urgent patch because the common.userns
configuration hook already specifies bind,create=file mount
entries for all the devices we would want.

Changelog (v3): ignore if /dev doesn't exist

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/d2cf4c378588...9cb4d183559d


More information about the lxc-devel mailing list