node-disk-manager icon indicating copy to clipboard operation
node-disk-manager copied to clipboard

Add support local storage provisioning like creation ZFS pools

Open kmova opened this issue 4 years ago • 0 comments

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.

kmova avatar Aug 29 '21 03:08 kmova