I have the next problem: I have a model with “must” constraint. That model is located on subagent (S) and mounted to the main system (M) (compiled with --subagent /) .
When I try to commit configuration on S (via CLI) I am getting the error message and CLI wants me to either fix the configuration (to fitt the constrain) or to revert the changes.
The same action on M causes the next message:
cGate(config)# commit
Aborted: <my node>: <my error message from must>
--- WARNING ------------------------------------------------------
Running db may be inconsistent. Enter configuration mode and
load a saved configuration.
------------------------------------------------------------------
The same behaviour I can see if some of the validation points abort the transaction: on S it is ok, on M it causes the same warning.
there are no warnings on S, while if I enter CLI on M again I see that message on login.
If I clean up (reinstall) CDB on M everything is OK.
What should I do, how to figure out the reason for such behaviour?
Thank you.