[lxc-devel] [lxc/lxc] ea7f6b: criu: detect veth name

GitHub noreply at github.com
Sat Dec 9 03:59:10 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: ea7f6b29bcb3de45442c459f82c960a823d5ddbe
      https://github.com/lxc/lxc/commit/ea7f6b29bcb3de45442c459f82c960a823d5ddbe
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  criu: detect veth name

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 693dbdb975b6c6934e1b6c6e1547c0f72a9df25a
      https://github.com/lxc/lxc/commit/693dbdb975b6c6934e1b6c6e1547c0f72a9df25a
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/confile.c

  Log Message:
  -----------
  confile: parse storage type

Split lxc.rootfs.path = <storage type>:<container path> into <storage-type> and
<container path> to set the storage type and rootfs path value correctly.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 63c9ffa070dc28016c39b4230b174ef037266e31
      https://github.com/lxc/lxc/commit/63c9ffa070dc28016c39b4230b174ef037266e31
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/storage/storage.c

  Log Message:
  -----------
  storage: pass down storage type

The configuration file parser now already detects the storage type so spare the
work and pass it down to the storage drivers.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 09f6f8c4d421925bf9f3eb639d75ebdc4825f335
      https://github.com/lxc/lxc/commit/09f6f8c4d421925bf9f3eb639d75ebdc4825f335
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/lxccontainer.c
    M src/lxc/storage/overlay.c
    M src/lxc/storage/storage.c

  Log Message:
  -----------
  overlay: adapt to new config rootfs parser

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 70d6bd97e65ff3644a03750ba7780c99d93a6a9c
      https://github.com/lxc/lxc/commit/70d6bd97e65ff3644a03750ba7780c99d93a6a9c
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/storage/loop.c

  Log Message:
  -----------
  loop: adapt to new config rootfs parser

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 068aa488b68de501f7e0dbc330969d4a3792cd02
      https://github.com/lxc/lxc/commit/068aa488b68de501f7e0dbc330969d4a3792cd02
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/lxccontainer.c
    M src/lxc/storage/storage.c
    M src/lxc/storage/storage.h

  Log Message:
  -----------
  storage: make storage_dir() smart

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 8a388ed4fcb727cc976b78749a71665465f204e3
      https://github.com/lxc/lxc/commit/8a388ed4fcb727cc976b78749a71665465f204e3
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/conf.c
    M src/lxc/lxccontainer.c
    M src/lxc/storage/storage.c
    M src/lxc/storage/storage.h

  Log Message:
  -----------
  storage: make storage_init() smart and simplify

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: e9e29a33cfce4f1e703550790617582fe5fcfcd5
      https://github.com/lxc/lxc/commit/e9e29a33cfce4f1e703550790617582fe5fcfcd5
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/lxccontainer.c
    M src/lxc/storage/storage.c

  Log Message:
  -----------
  lxccontainer: various container creation fixes

This is beneficial for LXD as well.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 06d0056c0af3e5e4efd32d8c6659e0c2596ffb60
      https://github.com/lxc/lxc/commit/06d0056c0af3e5e4efd32d8c6659e0c2596ffb60
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/storage/storage.c
    M src/lxc/storage/storage.h

  Log Message:
  -----------
  storage: make storage_copy() cleaner

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: ec5d663c3ec3af0233486ceb7388e1de91d44f6c
      https://github.com/lxc/lxc/commit/ec5d663c3ec3af0233486ceb7388e1de91d44f6c
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/lxccontainer.c
    M src/lxc/storage/storage.h

  Log Message:
  -----------
  storage: remove unused declaration

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 41dc71558ec372f6e422a46948f35e69ff1cc5d9
      https://github.com/lxc/lxc/commit/41dc71558ec372f6e422a46948f35e69ff1cc5d9
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/lxccontainer.c
    M src/lxc/storage/btrfs.c
    M src/lxc/storage/dir.c
    M src/lxc/storage/loop.c
    M src/lxc/storage/lvm.c
    M src/lxc/storage/nbd.c
    M src/lxc/storage/overlay.c
    M src/lxc/storage/overlay.h
    M src/lxc/storage/rbd.c
    M src/lxc/storage/rsync.c
    M src/lxc/storage/storage.c
    M src/lxc/storage/storage.h
    M src/lxc/storage/storage_utils.c
    M src/lxc/storage/storage_utils.h
    M src/lxc/storage/zfs.c
    M src/lxc/utils.c
    M src/lxc/utils.h

  Log Message:
  -----------
  storage: constify where possible

This was made necessary by changes to the overlay driver.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: 1c7222c084769a1d9406ca7dab943d8a5f016a56
      https://github.com/lxc/lxc/commit/1c7222c084769a1d9406ca7dab943d8a5f016a56
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M src/lxc/storage/btrfs.c

  Log Message:
  -----------
  btrfs: fix btrfs_snapshot()

Closes #1956.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
Signed-off-by: Adrian Reber <areber at redhat.com>


  Commit: be459e9997846974fd463e60098e99f3798867bc
      https://github.com/lxc/lxc/commit/be459e9997846974fd463e60098e99f3798867bc
  Author: Serge Hallyn <serge at hallyn.com>
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
    M src/lxc/conf.c
    M src/lxc/conf.h
    M src/lxc/confile.c
    M src/lxc/criu.c
    M src/lxc/lxccontainer.c
    M src/lxc/storage/btrfs.c
    M src/lxc/storage/dir.c
    M src/lxc/storage/loop.c
    M src/lxc/storage/lvm.c
    M src/lxc/storage/nbd.c
    M src/lxc/storage/overlay.c
    M src/lxc/storage/overlay.h
    M src/lxc/storage/rbd.c
    M src/lxc/storage/rsync.c
    M src/lxc/storage/storage.c
    M src/lxc/storage/storage.h
    M src/lxc/storage/storage_utils.c
    M src/lxc/storage/storage_utils.h
    M src/lxc/storage/zfs.c
    M src/lxc/utils.c
    M src/lxc/utils.h

  Log Message:
  -----------
  Merge pull request #1950 from brauner/2017-11-27/criu_fixes

bugfixes


Compare: https://github.com/lxc/lxc/compare/f6812e7f2ed7...be459e999784


More information about the lxc-devel mailing list