Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`/bin/bash -c pwd` does not work in extracted directory with Btrfs #2056
Labels
Comments
|
This isn't going to be an issue in 0.7. AUFS is being dropped (temporarily) in favor of device mapper. |
|
@paulepanter Can you try this again with docker 0.7? |
|
Sorry, we do use Ext4 instead of Btrfs now. So I cannot test. Unclejack was able to reproduce this though I think. |
|
@paulepanter is right, I can reproduce this issue using the steps he's provided. |
This was referenced Jan 8, 2014
Closed
|
There's a native btrfs driver now. That one should be used instead of attempting to use AUFS on top of btrfs. I'll close this issue now since we're not going to support AUFS on top of btrfs for now. Please feel free to comment. |
mboersma
added a commit
to deis/deis
that referenced
this issue
Apr 10, 2014
When using aufs in docker on coreos, obscure errors show up, such as python's gevent not building for autoconf errors. Specifying btrfs as the filesystem fixes it. See moby/moby#2056
mboersma
added a commit
to deis/deis
that referenced
this issue
Apr 11, 2014
When using aufs in docker on coreos, obscure errors show up, such as python's gevent not building for autoconf errors. Specifying btrfs as the filesystem fixes it. See moby/moby#2056
mboersma
added a commit
to deis/deis
that referenced
this issue
Apr 15, 2014
When using aufs in docker on coreos, obscure errors show up, such as python's gevent not building for autoconf errors. Specifying btrfs as the filesystem fixes it. See moby/moby#2056
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a Btrfs partition for storing the containers, extracting an archive and running
./configure.Here are the steps to reproduce this issue.
Using Ext4 works as expected.