blob: f5d538d11142ed99257fd2c03e1987ef1933f4f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
====================================================
NetApp Unified Manager Info Collection Release Notes
====================================================
.. contents:: Topics
v21.8.0
=======
Minor Changes
-------------
- PR1 - allow usage of Ansible module group defaults - for Ansible 2.12+.
v21.7.0
=======
Minor Changes
-------------
- all modules - ability to trace API calls and responses.
- all modules - new ``max_records`` option to limit the amount of data in a single GET response.
Bugfixes
--------
- all modules - report error when connecting to a server that does not run AIQUM.
- all modules - return all records rather than the first 1000 records (mostly for volumes).
- rename na_um_list_volumes.p to na_um_list_volumes.py
v21.6.0
=======
Minor Changes
-------------
- na_um_list_aggregates has been renamed na_um_aggregates_info.
- na_um_list_clusters has been renamed na_um_clusters_info.
- na_um_list_nodes has been renamed na_um_nodes_info.
- na_um_list_svms has been renamed na_um_svms_info.
- na_um_list_volumes has been renamed na_um_volumes_info.
v21.5.0
=======
Minor Changes
-------------
- minor changes to meet Red Hat requirements to be certified.
v20.7.0
=======
Minor Changes
-------------
- na_um_list_aggregates - Now sort by performance_capacity.used
- na_um_list_nodes - Now sort by performance_capacity.used
v20.6.0
=======
New Modules
-----------
- netapp.um_info.na_um_list_volumes - NetApp Unified Manager list volumes.
v20.5.0
=======
New Modules
-----------
- netapp.um_info.na_um_list_aggregates - NetApp Unified Manager list aggregates.
- netapp.um_info.na_um_list_clusters - NetApp Unified Manager list cluster.
- netapp.um_info.na_um_list_nodes - NetApp Unified Manager list nodes.
- netapp.um_info.na_um_list_svms - NetApp Unified Manager list svms.
|