Perform Component Upgrade" step with an HTTP 409 task.conflict error.Task status: Failed
Subtask: Perform Component Upgrade
Subtask status: Failed
Severity: Error
Message: An unexpected error occurred in step networks_apply_upgrade. Reference Code: 2BB679AE.
Please contact support with this reference code. Detail: 409 Conflict: "{"code":"80001","message":"id":"com.broadcom.vcf.netops.upgrade.task.conflict","defaultMessage\":\"Another task of same category running.","localizedMessage":"Another task of same category running.","args":{}},"timestamp":"YYYY-MM-DDT01:39:46.789Z"}"A prior VCF Operations for Networks upgrade (9.1.0 GA → 9.1.0 EP2) would get orphaned by Fleet LCM due to a corner case issue that requires two independent, low-probability conditions in Fleet LCM to align:
Above two essentially leads to exploiting an issue in VCF Operations for Networks that left a stale UPGRADE_APPLY task record stuck in IN_PROGRESS.
To Work around this issue, perform below steps:
task_id of the previous upgrade from Failed Task from Fleet Lifecycle GUI that left the stale marker.task_id is seen under message section on the Perform Component Upgrade in Fleet Lifecycle Tasks.supportubuntu user by executing command ubcurl -sk -X POST https://api/ni/auth/token -H 'Content-Type: application/json' -d '{"username":"","password":"","domain":{"domain_type":"LOCAL"}}'{"token":"<token_id>","expiry":1786701898581}Save above token_id as this will be used in Step 6.
task_id captured in Step1 by executing below curl command: curl -sk https://api/ni/upgrade/tasks/ -H 'Authorization: NetworkInsight <token_id>'
In above command replace the token_id with the actual token_id captured as in output of step4.
Retry upgrade for 9.1.0 EP2 > 9.1.1, in few minutes it should trigger the upgrade for the component VCF Operations for Network.
This is a known issue impacting VCF Operations for Networks 9.1.1 upgrade. Subscribe to this KB article to be updated if a fix version becomes available.