-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Add functionality to partition and format local storage.
A lot of our environments have local disk of some sort, where the nodes are running either in a "state-lite" mode, or just using the local disk for /tmp.
I started considering how this would be accomplished in Golang and came across https://github.com/diskfs/go-diskfs and https://github.com/nerd2/gexto, but these seem like unmaintainable approaches.
Instead perhaps this should be implemented as a container run via imageapi (eg. Alpine with parted, mkfs.*, mdadm, etc). Then add a Kraken module that provides the input configuration for this container.
Metadata
Metadata
Assignees
Labels
No labels