rancher / local-path-provisioner

Dynamically provisioning persistent local storage with Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to create xfs formatted disks with this?

pdeva opened this issue · comments

seems the disks are created using ext4 by default? how to i configure chart to create xfs formatted disks?

Well, no. The local-path-provisioner actually creates a folder as a volume on a local filesystem, so you can format the local storage as a xfs filesystem for holding volumes.

sure. so the provisioner formats the volume before mounting it right? how do i configure it to format it as xfs instead of ext4

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.