Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Component-Config-Manager
New issue 345 by
Cooke...@gmail.com: Config Tool Order of Execution
http://code.google.com/p/roster-dns-management/issues/detail?id=345
The current order of execution for the Config Manager tools (of interest)
is:
1. dnscheckconfig
2. dnsservercheck
In performing tests, it appears that dnscheckconfig requires a check on the
test and bind directory, as well as a connection check to the server. With
this being said, it appears that dnsservercheck should be executed before
dnscheckconfig. It also appears that dnscheckconfig performs the same
server check feature of dnsservercheck, which defeats the purpose of a
separate dnsservercheck tool.
We should consider changing the order of execution for the tools. We
should also investigate dnscheckconfig to ensure that it is not performing
the same operations as dnsservercheck.