zos icon indicating copy to clipboard operation
zos copied to clipboard

move logic to handle zdb provision/deprovision to a separate daemon to clean up provision daemon

Open muhamadazmy opened this issue 3 years ago • 1 comments

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.

muhamadazmy avatar Jan 14 '22 09:01 muhamadazmy

is this prio? @muhamadazmy

despiegk avatar Feb 07 '22 04:02 despiegk