Snapshots are not transferring to destination automatically or manually
Applies to
- ONTAP 9.x
- Snapmirror
- SnapVault
Issue
- Source snapshot was being created with a _tmp extension and not replicated to destination.
- Snapshot was not being renamed snapshot_daily.x as other volume snapshots were.
sourcecluster::> snapshot show -vserver <vsname> -volume <volname> -fields create-time
vserver volume snapshot create-time
---------- -------- ---------------- ------------------------
<vsname> <volname> <snap>_daily.1 Tue May 31 21:40:13 2022
<vsname> <volname> <snap>_daily.0 Thu Jun 02 21:40:16 2022
<vsname> <volname> <snap>_daily_tmp
Mon Jun 06 21:40:19 2022
3 entries were displayed.sourcecluster::> snapshot show -vserver <vsname2> -volume <volname2> -fields create-time
vserver volume snapshot create-time
---------- -------- ------------------- ------------------------
<vsname2> <volname2> snapshot-todelete-4 Tue Oct 19 21:40:02 2021
<vsname2> <volname2> <snap>_daily.1 Tue May 31 21:33:12 2022
<vsname2> <volname2> <snap>_daily.0 Thu Jun 02 21:32:05 2022
<vsname2> <volname2> <snap>_daily_tmp Mon Jun 06 21:32:11 2022
4 entries were displayed.