Bug 1371077 - docs: Release note should mention that RHEL 7.2 needs to set ftype=1 to use OverlayFS on xfs
Summary: docs: Release note should mention that RHEL 7.2 needs to set ftype=1 to use O...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: Red_Hat_Enterprise_Linux-Release_Notes-7-en-US
Version: 7.2
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Lenka Špačková
QA Contact:
Milan Navratil
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-29 09:46 UTC by Kenjiro Nakayama
Modified: 2019-03-06 01:59 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-14 06:53:45 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1288162 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 1288162

Description Kenjiro Nakayama 2016-08-29 09:46:40 UTC
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


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