node-disk-manager
node-disk-manager copied to clipboard
Add support local storage provisioning like creation ZFS pools
Most of the Local CSI drivers depending the storage to be provisioned to start creating local volumes on top of them.
eg: creation of zfs pools, lvm vgs or creating partitions. eg: clean-up of pre-existing filesystems and unmount
One alternate solution currently used is to have these operations performed as part of the node prep stage.
The implementation of this be driven through a pool spec.