Skip to content

Commit

Permalink
Merge pull request #105 from citrusleaf/TOOLS-1530
Browse files Browse the repository at this point in the history
[TOOLS-1530] prevent pmap analysis from being stored in ascollectinfo…
  • Loading branch information
dwelch-spike authored Nov 24, 2020
2 parents c8ef887 + dc9f192 commit 8adb389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/basiccontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1904,9 +1904,11 @@ def _dump_collectinfo_pretty_print(
"statistics xdr",
"statistics dc",
"statistics sindex",
"pmap",
]

if CollectinfoController.get_pmap:
dignostic_show_params.append("pmap")

dignostic_aerospike_cluster_params = [
"service",
"services",
Expand Down

0 comments on commit 8adb389

Please sign in to comment.