You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
says that xfs file systems must be created with the -n ftype=1 option enabled for use as an overlay. Also, dockerd seems to have a check for this as without this, certain docker operations might misbehave.
Can d-s-s create xfs with -n ftype=1 while creating fs for the container fs volume.
@ravilr Though now latest xfsprogs has been modified so that by default mkfs.xfs uses ftype=1. But I guess it still makes sense to make use of it explicitly just in case user is using newer docker-storage-setup on older distribution.
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.2_Release_Notes/technology-preview-file_systems.html
says that xfs file systems must be created with the -n ftype=1 option enabled for use as an overlay. Also, dockerd seems to have a check for this as without this, certain docker operations might misbehave.
Can d-s-s create xfs with -n ftype=1 while creating fs for the container fs volume.
@rhatdan @rhvgoyal
The text was updated successfully, but these errors were encountered: