We have several staggered snap policies that have a daily and weekly schedule. The policies are set to different times throughout the day and weekly job is set to Fridays at that time. See example below:
standard_12PM 2 true -
Schedule Count Prefix SnapMirror Label
---------------------- ----- ---------------------- -------------------
weekly_12PM 1 weekly_12PM weekly
daily_12PM 1 daily_12PM daily
standard_3PM 2 true -
Schedule Count Prefix SnapMirror Label
---------------------- ----- ---------------------- -------------------
weekly_3PM 1 weekly_3PM weekly
daily_3PM 1 daily_3PM daily
daily_12PM cron Sun-Sat@12:00
weekly_12PM cron Fri@12:
daily_3PM cron Sun-Sat@15:00
weekly_3PM cron Fri@15:00
The XDP relationship to the vault triggers 1 hour later for each. So for the 12PM it goes at 1PM and 3PM at 4PM. Yet there is an extra daily being held despite the count being set to 1.
vol1
weekly_12PM.2015-03-27_1200 valid 1.02TB 12% 23%
daily_12PM.2015-03-30_1200 valid 895.5GB 10% 21%
daily_12PM.2015-03-31_1200 valid 898.8GB 10% 21%
vol2
weekly_3PM.2015-03-27_1500 valid 172.1GB 3% 7%
daily_3PM.2015-03-30_1500 valid 100.8GB 2% 4%
daily_3PM.2015-03-31_1500 valid 100.8GB 2% 4%
Is there a way to make sure the daily only retains 1 copy like the weekly? As you can tell there is an incredible change rate on these snapshots and it would save us so much space.
Thanks in advance,
Cliff