Select Git revision
README.md
-
Lukas Metzner authored
User can now pass format options directly to mkfs via storage class parameters for every fstype. Older kernels might not be compatible with the mkfs.xfs options we set. As mkfs.xfs provides a default set of options for certain linux kernel lts versions we can choose the appropriate set of values by inspecting the current kernel version. If we can find a suitable config we fall back to the most compatible version with older kernels. BEGIN_COMMIT_OVERRIDE feat: allow passing mkfs format options via storage class parameters (#747) feat: change XFS default options to support older kernels (#747) END_COMMIT_OVERRIDE --------- Co-authored-by:
lukasmetzner <lukas@metzner.io> Co-authored-by:
Jonas L. <jooola@users.noreply.github.com> Co-authored-by:
Julian Tölle <julian.toelle@hetzner-cloud.de>
Lukas Metzner authoredUser can now pass format options directly to mkfs via storage class parameters for every fstype. Older kernels might not be compatible with the mkfs.xfs options we set. As mkfs.xfs provides a default set of options for certain linux kernel lts versions we can choose the appropriate set of values by inspecting the current kernel version. If we can find a suitable config we fall back to the most compatible version with older kernels. BEGIN_COMMIT_OVERRIDE feat: allow passing mkfs format options via storage class parameters (#747) feat: change XFS default options to support older kernels (#747) END_COMMIT_OVERRIDE --------- Co-authored-by:
lukasmetzner <lukas@metzner.io> Co-authored-by:
Jonas L. <jooola@users.noreply.github.com> Co-authored-by:
Julian Tölle <julian.toelle@hetzner-cloud.de>