#TRY NO 2 playbook

1 messages · Page 1 of 1 (latest)

lapis bay
#

3 points:

  1. schedule is deprecated, and should not be used. The snapmirror policy provides a way to specify a schedule. And schedule is not supported with REST, hence the warning and fallback to ZAPI.
  2. The first error is expected, as source_path is missing. We should fix the example. Since this is a check that happens early, no action is taken.
  3. 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: false in your playbook.
mystic dagger
#

What do you mean by 1; will snapmirror relationship schedules be removed in future releases of ONTAP?