Local storage provisioner with quotas

author of the fork, 2026

A storage driver for local disks that enforces per-volume size limits, snapshots and resizing, where the upstream provisioner hands out directories on a shared drive.

The upstream software gives a pod a directory on the host node’s disk with no limit on how much of the drive it takes. This fork is a dedicated storage driver that enforces size limits on individual volumes through the file system’s quota mechanism, sets capacity budgets per path, grows and shrinks volumes, takes snapshots, reports capacity, and deploys on Windows nodes.