Description of problem: Version-Release number of selected component (if applicable): go1.5beta2 and docker-1.8.0-dev How reproducible: pretty consistent Steps to Reproduce: 1. build a docker daemon with the go1.5beta2 compiler 2. do something that causes docker to copy hardlinks through a tar archive (e.g. `make test` docker itself with this new daemon binary) 3. Actual results: ApplyLayer exit status 1 stdout: stderr: link / /sbin/btrfs: operation not permitted Expected results: no failure Additional info:
https://github.com/docker/docker/issues/15164
fixed in upstream golang for the go1.5 release. https://github.com/golang/go/commit/a1d093d95dfb888e55f960943bd3ad3d181ec743