[lxc-devel] [GIT] lxc branch, master, updated. 78bdcd081edd6cc20587fb5c531445a2fb20f6d8

Daniel Lezcano git at users.sourceforge.net
Thu Jun 24 07:48:13 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  78bdcd081edd6cc20587fb5c531445a2fb20f6d8 (commit)
       via  e76b8764fa0aa1873724a9e4a8a3ca93c0e5cd70 (commit)
      from  a7dff83460f259c934da8eb2aef0eac5b437b808 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 78bdcd081edd6cc20587fb5c531445a2fb20f6d8
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Thu Jun 24 09:47:14 2010 +0200

    remove bad default console option in ubuntu template
    
    Remove this options as by default container console goes to the tty
    or /dev/null if not available.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit e76b8764fa0aa1873724a9e4a8a3ca93c0e5cd70
Author: Ciprian Dorin, Craciun <ciprian at volution.ro>
Date:   Thu Jun 24 09:47:14 2010 +0200

    lxc to apply mount options for bind mounts
    
    Hello all!
    
        This bug stalked me for a while, but only now it bit me quite
    badly... (Lost about an hour of work...)
    
        So the culprit: inside the fstab file for the `lxc.mount` option I
    can use options like `ro` together with `bind`. Unfortunately the
    kernel just laughs in my face and ignores any options I've put in
    there... :) But not any more: I've updated `./src/lxc/conf.c`
    (`mount_file_entries` function) so that when it encounters a `bind`
    option it executes it twice (one without any extra options, and a
    second time with the remount flag set.)
    
    I've marginally (as in my particular case) tested it and it works.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 src/lxc/conf.c          |   18 +++++++++++++++++-
 templates/lxc-ubuntu.in |    2 --
 2 files changed, 17 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list