SVMDR update fails with error "Error: Schedule "xxx" not found" even the schedule has been deleted on the source
Applies to
- SVM Disaster Recovery (SVMDR)
- ONTAP 9
- Configuration Replication Service (CRS)
Issue
- Create a new cron schedule (Example: new_schedule)
SRC::>job schedule cron create -name new_schedule -minute 0 -hour 20
- Modify volume sis policy to apply the new schedule
SRC::>volume efficiency policy modify -vserver vs_demo -policy sis -type scheduled -schedule new_schedule -enabled true
- Modify the policy again to change back policy schedle to the original schedule (Example: original _schedule)
SRC::>volume efficiency policy modify -vserver vs_demo -policy sis -type scheduled -schedule original _schedule -enabled true
- Delete the new cron schedule
SRC::>job schedule cron delete -name new_schedule
- Perform SVMDR update or scheduled update is triggered, the update job fails with below error
Dest::*> snapmirror show -fields last-transfer-error
source-path destination-path last-transfer-error
vs_demo: vs_demo_dr: Failed to apply the source Vserver configuration. Reason: Unrecoverable error during configuration replication, requires manual intervention. Error: Schedule "new_schedule" not found. Execute "snapmirror show -destination-vserver vs_demo_dr -fields last-transfer-error,unhealthy-reason -expand" to check if the constituent volumes have encountered errors.
""