Lily Zhang

Results 4 comments of Lily Zhang

Now the agent periodically checks it's policy in the exchange so this should no longer be an issue

Solution: Create or update this file `~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml` with content: ``` mountType: 9p mounts: - location: /private/var/tmp writable: true 9p: securityModel: mapped-xattr cache: "mmap" - location: /private/etc/default writable: true -...

Place that fixes this issue: change [this line](https://github.com/open-horizon/anax/blob/4370e5807caf5ee96d91ff5f7f7a5c47dd6e8798/governance/governance.go#L1264) to: ``` if agreement.TerminatedReason == basicprotocol.CANCEL_NOT_EXECUTED_TIMEOUT || agreement.WorkloadTerminatedTime != 0 { //service timeout, this field is 0 ```

we are still investigating how to test this in openshift environment @lbergesio