Bug 40452 - UCS 4.1 Docker requires overlayFS, works only on Ext4
UCS 4.1 Docker requires overlayFS, works only on Ext4
Status: RESOLVED WORKSFORME
Product: UCS
Classification: Unclassified
Component: Docker
UCS 4.1
Other Linux
: P5 normal (vote)
: ---
Assigned To: Bugzilla Mailingliste
http://developerblog.redhat.com/2014/...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-01-18 11:31 CET by Arvid Requate
Modified: 2017-07-18 15:33 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2016-01-18 11:31:07 CET
UCS 4.1 Docker requires overlayFS, which doesn't seem to work with XFS and btrfs, see
* https://github.com/docker/docker/pull/9566
* https://github.com/docker/docker/issues/10294

We may want to add support for --storage-driver=btrfs and/or something suitable for xfs.
Comment 1 Arvid Requate univentionstaff 2016-01-18 17:57:01 CET
I tested, works with xfs:

docker run -it centos cat /etc/redhat-release
Comment 2 Philipp Hahn univentionstaff 2016-01-19 08:57:02 CET
Docker on btrfs is prevented by Bug #40105