We use Veeam together with Netapp storage integration and have configured our backup jobs with a Netapp snapshot (on primary storage system) and a Netapp Snapvault (to a secondary storage system) as Secondary targets in the backup job. Beside that we use the Netapp scheduler to execute snapshots and snapmirrors on the same volumes, but the Netapp scheduler for snapmirrors runs only between 12:00am and 7:00pm (to not interfere with Veeam), all Veeam backup jobs are schedule between 7pm and 11:59pm.
Usually, the Netapp volume on primary storage system has on snapshot called something like snapmirror.2e903547-9902-00a87dice_2148723.2019-11-27_1023000, which is used as reference for the next snapmirror transfer to the secondary system. The secondary system has always two of these snapmirror called snapshots, the snapmirror knows which one the last transfered snapshot was and transfers all data changed after that reference point.
Here you'll the snapshots on primary system of such a volume from yesterday evening:
Code: Select all
Vserver Volume Snapshot Size Total% Used%
-------- -------- ------------------------------------- -------- ------ -----
vserver01 volume01
VeeamSourceSnapshot_BKP_LIVA-NSL3-VA-01.2019-11-24_2203 22.17GB 1% 3%
snp_hourly_business_01.2019-11-25_0717 148.3MB 0% 0%
snp_hourly_business_01.2019-11-25_0917 13.10GB 1% 2%
snp_hourly_business_01.2019-11-25_1117 95.16MB 0% 0%
snp_hourly_business_01.2019-11-25_1317 11.37GB 1% 2%
snp_hourly_business_01.2019-11-25_1517 102.5MB 0% 0%
snp_hourly_business_01.2019-11-25_1717 9.21GB 0% 1%
snp_hourly_business_01.2019-11-25_1917 64.27MB 0% 0%
snp_daily_evening_01.2019-11-25_2027 6.72GB 0% 1%
VeeamSourceSnapshot_BKP_LIVA-NSL3-VA-01.2019-11-25_2201 5.93GB 0% 1%
snp_hourly_business_01.2019-11-26_0717 8.74GB 0% 1%
snp_hourly_business_01.2019-11-26_0917 6.32GB 0% 1%
snp_hourly_business_01.2019-11-26_1117 6.86GB 0% 1%
snp_hourly_business_01.2019-11-26_1317 63.77MB 0% 0%
ppr_test_01 27.52MB 0% 0%
snp_hourly_business_01.2019-11-26_1517 8.00GB 0% 1%
snp_hourly_business_01.2019-11-26_1717 68.79MB 0% 0%
snp_hourly_business_01.2019-11-26_1917 8.62GB 0% 1%
snp_daily_evening_01.2019-11-26_2027 49.43MB 0% 0%
snp_every20_01.2019-11-26_2101 36.66MB 0% 0%
snp_every20_01.2019-11-26_2121 33.63MB 0% 0%
snp_every20_01.2019-11-26_2141 7.96MB 0% 0%
snp_every20_01.2019-11-26_2201 4.29MB 0% 0%
VeeamSourceSnapshot_BKP_LIVA-NSL3-VA-01.2019-11-26_2202 1.09GB 0% 0%
snp_every20_01.2019-11-26_2221 4.62GB 0% 1%
snp_every20_01.2019-11-26_2241 18.62MB 0% 0%
Code: Select all
Vserver Volume Snapshot Size Total% Used%
-------- -------- ------------------------------------- -------- ------ -----
vserver02 bkp_volume
VeeamSnapVault_BKP_LIVA-NSL3-VA-01.2019-11-24_2203 13.59GB 0% 2%
snp_hourly_business_01.2019-11-25_0717 34.46MB 0% 0%
snp_hourly_business_01.2019-11-25_0917 36.14MB 0% 0%
snp_hourly_business_01.2019-11-25_1117 28.44MB 0% 0%
snp_hourly_business_01.2019-11-25_1317 34.40MB 0% 0%
snp_hourly_business_01.2019-11-25_1517 24.84MB 0% 0%
snp_hourly_business_01.2019-11-25_1717 39.11MB 0% 0%
snp_hourly_business_01.2019-11-25_1917 23.12MB 0% 0%
VeeamSnapVault_BKP_LIVA-NSL3-VA-01.2019-11-25_2201 4.94GB 0% 1%
snp_hourly_business_01.2019-11-26_0717 36.63MB 0% 0%
snp_hourly_business_01.2019-11-26_0917 38.71MB 0% 0%
snp_hourly_business_01.2019-11-26_1117 29.70MB 0% 0%
snp_hourly_business_01.2019-11-26_1317 31.24MB 0% 0%
ppr_test_01 19.08MB 0% 0%
snp_hourly_business_01.2019-11-26_1517 25.21MB 0% 0%
snp_hourly_business_01.2019-11-26_1717 34.19MB 0% 0%
snp_hourly_business_01.2019-11-26_1917 27.91MB 0% 0%
snapmirror.2e903547-4ffd-11e7-9902-00a098b0d1ce_2149359463.2019-11-26_192300 8.92GB 0% 1%
VeeamSnapVault_BKP_LIVA-NSL3-VA-01.2019-11-26_2202 348KB 0% 0%
After the veeam process has finished, we don't see the snapmirror-anything snapshot anymore, there is just the Veeam-triggered Snapshot visible on primary and secondary site which will be used as a reference for the next snapmirrors to run.
Due to this behavior, we lose some of our snapshots from the primary site. Is this a bug in Veeam or where does this behavior come from? (I hope I could explain the problem in a manner which is understandable...)
thx
sandsturm