Correction: this was without tmpfs.  So the repro script I'm trying
now is shorter,
I'll post again if it manages to reproduce the problem:

#!/bin/sh
set -e
set -x
# lxc-create -t ubuntu is kind of fragile, might need to retry on network error
lxc-create -t ubuntu -n orig -- -r xenial

# ok, now try to reproduce the problem
while lxc-start-ephemeral \
             --orig orig \
             --name foo \
             --storage-type dir \
             --union-type aufs \
             -- \
             rm -rf /foobar
do
    sleep 1
done


On Mon, May 23, 2016 at 8:36 AM, Dan Kegel <d...@kegel.com> wrote:
> Hi all!
> I recently started trying to mount ephemeral lxc containers on tmpfs,
> and fairly often, a script inside the container launched by
> lxc-start-ephemeral will fail early with
>
> rm: failed to get attributes of '/': Stale file handle
>
> I tried reproducing the problem with the following script, but no luck so far,
> the test script ran for a minute with no problems.
> I'll post again if I come up with a working repro script.
>
> Any suggestions for what to do on a stock ubuntu machine to
> provide more clues?
>
> uname -a says
> Linux ubu16-bb-02 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46
> UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
>
> #!/bin/sh
> set -e
> set -x
> # lxc-create -t ubuntu is kind of fragile, might need to retry on network 
> error
> lxc-create -t ubuntu -n orig -- -r xenial
>
> # ok, now try to reproduce the problem
> mkdir -p /data/tmpfs
> mount -t tmpfs none /data/tmpfs
> ln -sf /var/lib/lxc/orig /data/tmpfs/orig
> # echo "Warning: to see the new container, you'll need to use the
> --lxcpath /data/tmpfs option"
> while lxc-start-ephemeral \
>              --orig orig \
>              --name foo \
>              --lxcpath /data/tmpfs \
>              --storage-type dir \
>              --union-type aufs \
>              -- \
>              rm -rf /foobar
> do
>     sleep 1
> done

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j

Reply via email to