Fixed an issue where partial commits failed when objects that were referenced in a high number of Security policy rules were renamed.
In such cases below error would be seen in configd logs,
"Limit printing dirty xpaths in journal at count 3000"
To overcome the 3000 xpaths change limit,
use the command to set the limit to a higher value and restart configd daemon.
" debug management-server max-ref-xpaths "
|