zos
zos copied to clipboard
move logic to handle zdb provision/deprovision to a separate daemon to clean up provision daemon
Usually there are helper daemons running that deals with certain workload type for zos, for example (vmd, contd, etc...) zdb logic to deal with allocation, start/stop containers, etc.. is built in the provisioner handler, rather than delegating the operation to a helper daemon.
The majority of the logic for the mgmt of zdb need to be moved to a new daemon (zdbd) to avoid blotting the provisioner code with zdb specific handling logics.
is this prio? @muhamadazmy