Dear Tycho, thanks. I wanted to test the patch so I started setting up the environment to compile lxd from source (following the instruction here:
https://github.com/tych0/lxd Unfortunately I don't seem to be able to do it on vivid 15.04 fully updated, and with the stable lxd ppa. When installing the dependencies: sudo apt-get install lxc lxc-dev mercurial git pkg-config protobuf-compiler golang-goprotobuf-dev I get: The following packages have unmet dependencies: protobuf-compiler : Depends: libprotoc9v5 (= 2.6.1-1.2~ubuntu15.04.1~ppa1) but it is not going to be installed Thank you for your help Valerio On 18.08.2015 18:07, Tycho Andersen wrote: > On Tue, Aug 18, 2015 at 02:18:05PM +0200, Valerio Mariani wrote: >> Dear Andrey, >> >> thanks for your answer. So, I did this (psana is the software I am >> working on): >> >> lxc config device add centos6-amd64-psana opt-working disk >> source="/data/Data/Psana Tests/" path=/opt/working >> >> Then if I try: >> >> lxc config device show centos6-amd64-psana >> >> I see: >> >> ... >> opt-working >> source: /data/Data/Psana Tests/ >> type: disk >> path: /opt/working >> ... >> >> However, when I start the container: >> >> lxc start centos6-amd64-psana >> error Error calling 'lxd forkstart centos6-amd64-psana >> /var/lib/lxd/containers /var/log/lxd/centos6-amd64-psana/lxc.conf': >> err='exit status 1' >> >> The log says: >> >> lxc 1439899856.718 ERROR lxc_conf - >> conf.c:mount_entry:1720 - No such file or directory - failed to mount >> '/data/Data/Psana' on '/usr/lib/x86_64-linux-gnu/lxc/Tests/' >> lxc 1439899856.718 ERROR lxc_conf - conf.c:lxc_setup:3801 >> - failed to setup the mount entries for 'centos6-amd64-psana' >> >> So, when it tries to mount the directory, it cuts the path at the first >> space... then takes the second part of the string as the target path for >> the mount. >> >> Should I report this as a bug on the gitHub page? > Thanks, I think this is a bug in LXD, can you try: > > https://github.com/tych0/lxd/commit/08f4e8580c42fc38063b9dfa53dc2e6550a0ed6c > > and see if that fixes it? > > Thanks, > > Tycho > _______________________________________________ > lxc-users mailing list > [email protected] > http://lists.linuxcontainers.org/listinfo/lxc-users _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
