Skip to content

XFS tests fail when using a 300M block device #1331

Description

@yangchenguang94

Some LTP filesystem test cases fail when XFS is tested with a 300M block device. The device size appears to be too small or unsuitable for the XFS test scenario, causing mkfs.xfs, mount, or follow-up filesystem operations to fail.

https://github.com/linux-test-project/ltp/blob/master/lib/tst_device.c#L34

And also observed that umount does not seem to take effect immediately in this scenario. If mount is executed right after umount, the next mount may fail. Is this expected behavior, or should umount returning imply that the filesystem/device state is already ready for a subsequent mount?

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