Description
According to our discussion, we create a zdb server per namespace bun in uninstalling action we delete only the created namespace which ends a zdb server with no use. We need to enhance the uninstallation method to make the env more clear.
In the node template, we don't allow ssd zerodb to be reusable by other namespaces.
In namespace template when we uninstall an ssd namespace we also uninstall and delete the zerodb.
However, I think it is a bit icky for the zerodb service to get created in the node template but gets removed in the namespace template. So may be in the case of ssd namespace, we actually do the zerodb creation in the namespace template, that way it would logically be ok to delete it there too.
Description According to our discussion, we create a zdb server per namespace bun in uninstalling action we delete only the created namespace which ends a zdb server with no use. We need to enhance the uninstallation method to make the env more clear.