Skip to content

Using docker/rkt with this ami #2

@pporada-gl

Description

@pporada-gl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions