这是indexloc提供的服务,不要输入任何密码
Skip to content

Allow for more file system support by making a choice to use posix_fallocate instead of fallocate #46

@HansMeijer-AvidentIT

Description

@HansMeijer-AvidentIT

In the chunkio code there are system calls to expand files by using the system call "fallocate" that limits usage to certain file system types, this is mainly due to performance reasons.

To support more file systems apart from XFS, ext4 etc, it would be good if there could be an option to use posix_fallocate and let the decision on performance be up to usage and configurable.

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