Bug 1248176 - go1.5beta2 and docker: hardlinks are failing
Summary: go1.5beta2 and docker: hardlinks are failing
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: golang
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Vincent Batts
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-29 19:29 UTC by Vincent Batts
Modified: 2015-08-25 18:01 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-08-25 18:01:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vincent Batts 2015-07-29 19:29:59 UTC
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:

Comment 1 Vincent Batts 2015-07-30 17:58:13 UTC
https://github.com/docker/docker/issues/15164

Comment 2 Vincent Batts 2015-08-25 18:01:20 UTC
fixed in upstream golang for the go1.5 release. 
https://github.com/golang/go/commit/a1d093d95dfb888e55f960943bd3ad3d181ec743


Note You need to log in before you can comment on or make changes to this bug.