ソースでスケジュールが削除されていても、「Error:Schedule "xxx" not found」というエラーが表示されてSVMDRの更新が失敗します
環境
- SVMディザスタリカバリ(SVM DR)
- ONTAP 9
- 設定レプリケーションサービス(CRS)
問題
- 新しいcronスケジュールを作成する(例:new_schedule)
SRC::>job schedule cron create -name new_schedule -minute 0 -hour 20
- ボリュームsisポリシーを変更して新しいスケジュールを適用します
SRC::>volume efficiency policy modify -vserver vs_demo -policy sis -type scheduled -schedule new_schedule -enabled true
- ポリシーを再度変更して、ポリシーschedleを元のスケジュールに戻します(例:original_schedule)。
SRC::>volume efficiency policy modify -vserver vs_demo -policy sis -type scheduled -schedule original _schedule -enabled true
- 新しいcronスケジュールを削除します
SRC::>job schedule cron delete -name new_schedule
- SVMDR更新を実行するか、スケジュールされた更新がトリガーされ、更新ジョブ が次のエラーで失敗します
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.
""