Hide Forgot
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.2_Release_Notes/technology-preview-file_systems.html Section Number and Name: Chapter 21. File Systems - OverlayFS Describe the issue: OverlayFS on xfs need to explicitly add -n ftype=1 to any filesystems you create for use as overlay (e.g. if using the rootfs, it will need to be added to the Anaconda kickstart)." on this page. refer to https://bugzilla.redhat.com/show_bug.cgi?id=1288162#c38 Suggestions for improvement: Please note "OverlayFS on xfs need to explicitly add -n ftype=1 to any filesystems you create for use as overlay (e.g. if using the rootfs, it will need to be added to the Anaconda kickstart)." on this page. Additional information: - To enable the option: # mkfs -t xfs -n ftype=1 /path/to/dev (Or, add to the anaconda kickstart.) - To check the option (Below is disabled as "ftype=0") # xfs_info /PATH/TO/DEV |grep ftype naming =version 2 bsize=4096 ascii-ci=0 ftype=0
Thank you very much for providing the information. RHEL 7.2 and 7.3 Beta Release Notes have been updated: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.2_Release_Notes/technology-preview-file_systems.html https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7-Beta/html/7.3_Release_Notes/technology_previews_file_systems.html