If you create a zerodb through the zerodb template (not through namespace or vdisk), it will fail while installing if it doesn't have a path even though it is optional.
This is due some recent changes in the node template that uses the zerodb info action on all existing zerodbs, this will fail if any of the zerodbs aren't installed yet and don't have a path. In this case, the one you're trying to install doesn't have a path yet.
If you create a zerodb through the zerodb template (not through namespace or vdisk), it will fail while installing if it doesn't have a
path
even though it is optional.This is due some recent changes in the node template that uses the zerodb
info
action on all existing zerodbs, this will fail if any of the zerodbs aren't installed yet and don't have a path. In this case, the one you're trying to install doesn't have a path yet.