#TRY NO 2 playbook
1 messages · Page 1 of 1 (latest)
3 points:
scheduleis deprecated, and should not be used. The snapmirror policy provides a way to specify a schedule. Andscheduleis not supported with REST, hence the warning and fallback to ZAPI.- The first error is expected, as
source_pathis missing. We should fix the example. Since this is a check that happens early, no action is taken. - The second error is tricky. We are actually performing two actions, a modify for the schedule, and an update on the relationship. The first action most likely succeeds, but the update is failing. We should be smart enough to not send an update if teh relationship is already transferring or ignore this error. A work-around would be to set
update: falsein your playbook.
What do you mean by 1; will snapmirror relationship schedules be removed in future releases of ONTAP?