Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I'm testing the following configuration towards an XR device (XR CLI NED) but it doesn't seem to take effect:devices global-settings connect-retries attempts 3devices global-settings connect-retries timeout 10 Noticed that these are used instead:...
Hi,I'm experiencing an issue where if a kicker is triggered multiple times in the same commit, only the action from the first trigger is invoked.From debug kicker, we can see that it is being triggered twice:admin@ncs(config)# show confservices loopb...
In an HA setup, what would be the best way to identify that CDB is in sync? Is ‘waiting-for-replication-sync=false’ from ‘sh ncs-state datastore running’ on the master a reliable way to tell that? Should we compare the transaction-ids?
Hi Jan,I have a validation callback defined, similar to the example above. It seems I can't call error_seterr from cb_validate as it expects an _ncs.UserInfo object, which I don't have within cb_validate. Would I need a register_error_cb for that?Tha...
Hi Fredrik,I'm looking for a way to return a message to the user when validation fails.Returning ncs.CONFD_ERR I get:admin@ncs(config-device-IOS-0)# description srtadmin@ncs(config-device-IOS-0)# commitAborted: application errorWhich is not very user...
That's quite an "unpythonic" behavior, but your explanation makes sense. It's probably not worthwhile making it automatically look for attached sessions if attach/detach is not something commonly used. Thank you Fredrik, much appreciated.
Hi Frederik,I tried your suggestion from the other thread:"I'm not sure m.attach supports the with statement ("with m.attach.."), is there any difference if you dom.attach(input.tid)m.detach(input.tid)"You were right, it worked when not using the con...