Skip to content

Poor ext4 support #90

@markovejnovic

Description

@markovejnovic

Because we rely on cp --reflink=auto, we do not have good ext4 support. cp --reflink=auto performs a COW on btrfs/XFS, but ext4 falls back to a painful full copy.

A much better implementation for the COW behavior would be to use overlayfs on ext4, which would completely solve for the aforementioned problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions