-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
When using container technology, the backing filesystem, in this case XFS, needs to have support for working around d_type. This support can be enabled by changing the mkfs.xfs line to
mkfs.xfs -m crc=0 -n ftype=1 -L root ${DEVICE}2
After the script runs, you can check the fytpe on the newly partition volume.
xfs_info /rootfs | grep ftype
rkt/rkt#3040 for more info
Metadata
Metadata
Assignees
Labels
No labels