We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11e498 commit 607dee5Copy full SHA for 607dee5
src/aznfswatchdogv4
@@ -448,8 +448,8 @@ process_nfsv4_nontlsmounts()
448
exec {fd}<&-
449
450
#can tune this, but hardcode to true for now.
451
- vecho "now: $epoch_now"
452
- vecho "next: $next_ip_change_detection_epoch"
+ # vecho "now: $epoch_now"
+ # vecho "next: $next_ip_change_detection_epoch"
453
do_ip_change_detection=true
454
# if [ $epoch_now -ge $next_ip_change_detection_epoch ]; then
455
# do_ip_change_detection=true
0 commit comments