Skip to content

Pass additional options to mkfs #36

Description

@rahulpowar

I would like to be able to pass additional options when a filesystem is being created. Specifically, I would like to set the bytes per inode on an ext4 filesystem for my use case. Right now I have to unmount it and recreate the filesystem using mkfs.ext4 -i 8192 /dev/sdb1. I would like to do this as part of the persistent_storage configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions