We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d5706 commit 8fa7b9dCopy full SHA for 8fa7b9d
src/module_utils/filesystem_collector.py
@@ -116,7 +116,7 @@ def _parse_filesystem_data(
116
":" in share_address and share_address.split(":")[0] == nfs_address
117
)
118
fqdn_match = (
119
- storage_account_name and storage_account_name in nfs_address
+ storage_account_name and storage_account_name in nfs_source
120
121
ip_to_account_match = False
122
try:
@@ -496,7 +496,7 @@ def gather_all_filesystem_info(
496
and share_address.split(":")[0] == nfs_address
497
498
499
+ storage_account_name and storage_account_name in source
500
501
502
0 commit comments