[lxc-devel] [lxc/lxc] 9827ec: Change find_fstype_cb to ignore blank lines and co...
GitHub
noreply at github.com
Mon Jul 7 14:18:31 UTC 2014
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: 9827ecdb6d07981fefbd0af570c782c322ff8e0b
https://github.com/lxc/lxc/commit/9827ecdb6d07981fefbd0af570c782c322ff8e0b
Author: Yuto KAWAMURA(kawamuray) <kawamuray.dadada at gmail.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M src/lxc/conf.c
Log Message:
-----------
Change find_fstype_cb to ignore blank lines and comments
/etc/filesystems could be contain blank lines and comments.
Change find_fstype_cb() to ignore blank lines and comments which starts
with '#'.
Signed-off-by: Yuto KAWAMURA(kawamuray) <kawamuray.dadada at gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Commit: 5bb2a6e87f48262744012d868265727e84f9ad9d
https://github.com/lxc/lxc/commit/5bb2a6e87f48262744012d868265727e84f9ad9d
Author: Yuto KAWAMURA(kawamuray) <kawamuray.dadada at gmail.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M src/lxc/lxc_stop.c
Log Message:
-----------
Fix incorrect timeout handling of do_reboot_and_check()
Currently do_reboot_and_check() is decreasing timeout variable even if
it is set to -1, so running 'lxc-stop --reboot --timeout=-1 ...' will
exits immediately at end of second iteration of loop, without waiting
container reboot.
Also, there is no need to call gettimeofday if timeout is set to -1, so
these statements should be evaluated only when timeout is enabled.
Signed-off-by: Yuto KAWAMURA(kawamuray) <kawamuray.dadada at gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Commit: baeb5e37a92eb9cbbf672389b2df5696aa75ea37
https://github.com/lxc/lxc/commit/baeb5e37a92eb9cbbf672389b2df5696aa75ea37
Author: Dorian Eikenberg <Dorian.Eikenberg at uni-duesseldorf.de>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M src/python-lxc/lxc.c
Log Message:
-----------
Fix attach_wait and threads
Signed-off-by: Dorian Eikenberg <dorian.eikenberg at uni-duesseldorf.de>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: 211d9f5393774d3df2ca1893d7afa2536ecb6a52
https://github.com/lxc/lxc/commit/211d9f5393774d3df2ca1893d7afa2536ecb6a52
Author: Stéphane Graber <stgraber at ubuntu.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M src/lxc/lxc-device
M src/lxc/lxc-ls.in
Log Message:
-----------
Add support for --version to lxc-ls and lxc-device
This is based on the patch submitted by:
Yuto KAWAMURA(kawamuray) <kawamuray.dadada at gmail.com>
Updated to use lxc.version rather than @LXC_VERSION@ and to apply to
both lxc-ls and lxc-device rather than just the former.
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
Compare: https://github.com/lxc/lxc/compare/6000d5bacb2e...211d9f539377
More information about the lxc-devel
mailing list