We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1c4ba commit 000e5adCopy full SHA for 000e5ad
src/aznfswatchdogv4
@@ -375,7 +375,7 @@ process_nfsv4_mounts()
375
eecho "Failed to get the checksum hash of file: '${l_conf}'!"
376
fi
377
378
- if [ $checksumHash != $l_checksumhash ]; then
+ if [ $checksumHash != $l_checksumhash && $old_ip == $new_ip]; then #daniewo skip if migrated
379
eecho "'${l_conf}' file has modified!"
380
eecho "It's not recommended to modify '${l_conf}' file created by aznfs mount helper!"
381
eecho "watchdog service will do cleanup, kill stunnel process with pid:$(cat $l_pid) and remove '${l_conf}'; '${l_log}'; '${l_pid}'!"
0 commit comments