<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Thanks for you inputs <span style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;" data-mce-style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;">Fajar , really appreciated. </span></div><div><br></div><div data-marker="__SIG_PRE__"><div><span style="color: rgb(51, 51, 51); font-family: times new roman,new york,times,serif;" data-mce-style="color: #333333; font-family: times new roman,new york,times,serif;">Cordialement,</span><span style="color: rgb(51, 51, 51); font-family: times new roman,new york,times,serif; font-weight: bold;" data-mce-style="color: #333333; font-family: times new roman,new york,times,serif; font-weight: bold;"><span style="color: rgb(51, 51, 51); font-family: times new roman,new york,times,serif; font-weight: bold;" data-mce-style="color: #333333; font-family: times new roman,new york,times,serif; font-weight: bold;"><br></span></span></div><div><br></div><div><span style="color: rgb(51, 51, 51); font-family: times new roman,new york,times,serif; font-weight: bold;" data-mce-style="color: #333333; font-family: times new roman,new york,times,serif; font-weight: bold;">Benoît </span><span style="color: rgb(51, 51, 51); font-family: times new roman,new york,times,serif; font-weight: bold;" data-mce-style="color: #333333; font-family: times new roman,new york,times,serif; font-weight: bold;"><br></span><span data-mce-style="color: #c0c0c0; font-weight: bold; font-size: xx-small;" style="color: #c0c0c0; font-weight: bold; font-size: xx-small;" size="1"><span style="font-family: times new roman,new york,times,serif; font-style: italic;" data-mce-style="font-family: times new roman,new york,times,serif; font-style: italic;">Afin de contribuer au respect de l'environnement, merci de n'imprimer ce mail qu'en cas de nécessité</span></span><span style="color: rgb(51, 51, 51); font-family: times new roman,new york,times,serif; font-weight: bold;" data-mce-style="color: #333333; font-family: times new roman,new york,times,serif; font-weight: bold;"><br></span></div></div><br><hr id="zwchr" data-marker="__DIVIDER__"><div data-marker="__HEADERS__"><b>De: </b>"Fajar A. Nugraha" <list@fajar.net><br><b>À: </b>"lxc-users" <lxc-users@lists.linuxcontainers.org><br><b>Envoyé: </b>Lundi 14 Mars 2016 23:27:40<br><b>Objet: </b>Re: [lxc-users] lxc / lxd I'm lost somewhere<br></div><br><div data-marker="__QUOTED_TEXT__">On Fri, Mar 11, 2016 at 9:05 AM, Benoit GEORGELIN - Association<br>Web4all <benoit.georgelin@web4all.fr> wrote:<br>> 1- subuid /subgid<br>> Can I have different id/gid mapping<br>> for this daemon ?<br>><br>> Exemple :<br>> Container A:  100000:65536<br>> Container B: 165536:65536<br><br>I don't think so. Even setting with raw.lxc won't work.<br><br><br>> 2- IP address and mac address<br>> Is the only way to get the mac address assigne to the container is to go<br>> inside de container ? No lxc command to get the info ?<br><br># lxc config get c1 volatile.eth0.hwaddr<br>volatile.eth0.hwaddr: 00:16:3e:90:7d:e2<br><br><br>> 3- config vs profile<br>> what it the best option to set container configuration ?<br>> Can I keep the config  file as generated by the first launch and make my own<br>> profile configuration or should I edit the config of the container and only<br>> apply profile to share same custom configuration ?<br>><br>> Let's say if I wanna custom container configuration (from script) and add a<br>> device type nic (eth0)<br>> Should I use "lxc config device add ......."  or<br>> should I dump the initial configuration to a yml file , add the device<br>> information , reload config from stdin<br>> should I keep the initial configuration file and create a new template ,<br>> custom the template and finally apply the template ?<br><br>Probably use whatever easiest.<br>For small changes, "lxc config ..." might be your best choice.<br><br><br>> 4- Veth / Bridged<br>><br>> In LXC i could not have a specific name for the nic in unpriv container.<br>> (veth)<br><br>You could, if the container is started as root but have lxc.id_map.<br>Which is basically what lxd does.<br><br><br>> Looks like now with LXD it's possible (bridged) ?<br><br>lxc config device add c1 eth0 nic nictype=bridged parent=lxcbr0<br>name=eth0 host_name=veth-c1-0<br><br><br>> 5- Unpriv container<br>> If the init process from the host point of view is running with specific<br>> uid/gid means that the container is well running as unpriv ?<br><br>yes<br><br><br>> lxd monitor process runs as the user who launch lxd daemon right ?<br><br>AFAIK lxd daemon should be launched by root. lxc-monitor also runs as root<br><br><br>> 6- Any openvswitch integration (or other virtual switch ) sheduled ?<br>> Not full integration , just basic settings and some open flow rules for<br>> security<br><br>No idea, sorry.<br><br><br>><br>> 7- Quota with btrfs<br>> I saw LXD support quota with some backend storage. How using it with BTRFS ?<br>> Is it part from LXD container configuration or does it rely on FS<br>> configuration .  No information about it on the doc<br>> https://github.com/lxc/lxd/blob/master/specs/configuration.md<br><br>This works with zfs:<br>- lxc config edit c1<br>- add 'size: 10GB' after 'path: /'<br>- save<br><br>If that doesn't work, you probably need to set quotas manually using<br>btrfs tools. Last time I check it's complicated.<br><br>-- <br>Fajar<br>_______________________________________________<br>lxc-users mailing list<br>lxc-users@lists.linuxcontainers.org<br>http://lists.linuxcontainers.org/listinfo/lxc-users<br></div></div></body></html>