gustafn
committed
on 22 Nov 19
bugfix: unmounting a package could lead to a deletion of services used in other packages

A new API call "site_node::unmount_services" can b… Show more
bugfix: unmounting a package could lead to a deletion of services used in other packages

A new API call "site_node::unmount_services" can be used to unmount all services in a first step.

unmount services before calling "site_node::delete -node_id $node_id -delete_subnodes -delete_package"

prevents collateral damage.

Show less