Software-defined storage controller for kube-stack.
cd ./sdsctl/cmd/sdsctl
go build -o sdsctl main.go
cp sdsctl /usr/bin
# ref: https://github.com/kube-stack/sdsctl/blob/main/cmd/sdsctl/main.go
# ref: https://github.com/kube-stack/sdsctl/blob/main/pkg/cmds/root.go
sdsctl --help
# ref: https://github.com/kube-stack/sdsctl/blob/main/pkg/cmds/pool/create_pool.go
sdsctl create-pool --help
cat /var/log/sdsctl.log