From 4a175fc4edca8364c6dcfe5b7a3a1021370a46f1 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Wed, 22 Mar 2023 11:18:53 -0400 Subject: [PATCH] fix: reduce DNS storm by disabling NetConnections --- conf/rest/9.12.0/netConnections.yaml | 4 ++-- conf/rest/default.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/rest/9.12.0/netConnections.yaml b/conf/rest/9.12.0/netConnections.yaml index 1c4dbebf5..d50966c99 100644 --- a/conf/rest/9.12.0/netConnections.yaml +++ b/conf/rest/9.12.0/netConnections.yaml @@ -12,8 +12,8 @@ counters: - ^node => node - ^proto => proto - ^remote_ip => remote_ip - - ^remote_host => remote_host - - ^service => service +# - ^remote_host => remote_host # ONTAP will try to resolve all ip addresses from every active connection + - ^service => service # see issue #1353 - ^vserver => svm export_options: diff --git a/conf/rest/default.yaml b/conf/rest/default.yaml index 6d59c64cc..351155757 100644 --- a/conf/rest/default.yaml +++ b/conf/rest/default.yaml @@ -14,7 +14,7 @@ objects: Disk: disk.yaml # ExportRule: exports.yaml Lun: lun.yaml - NetConnections: netConnections.yaml +# NetConnections: netConnections.yaml # NetPort: netPort.yaml NetRoute: netRoute.yaml NFSClients: nfs_clients.yaml