Server IP : 85.214.239.14 / Your IP : 216.73.216.120 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/ansible_collections/netapp/ontap/changelogs/fragments/ |
Upload File : |
minor_changes: - na_ontap_aggregate - support ``disk_size_with_unit`` option. - na_ontap_ldap_client - support ``ad_domain`` and ``preferred_ad_server`` options. - na_ontap_rest_info - Support for gather subsets - ``cloud_targets_info, cluster_chassis_info, cluster_jobs_info, cluster_metrics_info, cluster_schedules, broadcast_domains_info, cluster_software_history, cluster_software_packages, network_ports_info, ip_interfaces_info, ip_routes_info, ip_service_policies, network_ipspaces_info, san_fc_logins_info, san_fc_wppn-aliases, svm_dns_config_info, svm_ldap_config_info, svm_name_mapping_config_info, svm_nis_config_info, svm_peers_info, svm_peer-permissions_info``. - na_ontap_rest_info - Support for gather subsets for 9.8+ - ``cluster_metrocluster_diagnostics``. - na_ontap_qtree - ``force_delete`` option with a DEFAULT of ``true`` so that ZAPI behavior is aligned with REST. - na_ontap_security_certificates - ``ignore_name_if_not_supported`` option to not fail if ``name`` is present since ``name`` is not supported in ONTAP 9.6 and 9.7. - na_ontap_software_update - added ``timeout`` option to give enough time for the update to complete. - use a three group format for ``version_added``. So 2.7 becomes 2.7.0. Same thing for 2.8 and 2.9. - add ``type:`` and ``elements:`` information where missing. - update ``required:`` information. bugfixes: - na_ontap_aggregate - ``disk-info`` error when using ``disks`` option. - na_ontap_autosupport_invoke - ``message`` has changed to ``autosupport_message`` as Redhat has reserved this word. ``message`` has been alias'd to ``autosupport_message``. - na_ontap_cifs_vserver - fix documentation and add more examples. - na_ontap_cluster - module was not idempotent when changing location or contact information. - na_ontap_igroup - idempotency issue when using uppercase hex digits (A, B, C, D, E, F) in WWN (ONTAP uses lowercase). - na_ontap_igroup_initiator - idempotency issue when using uppercase hex digits (A, B, C, D, E, F) in WWN (ONTAP uses lowercase). - na_ontap_security_certificates - allows (``common_name``, ``type``) as an alternate key since ``name`` is not supported in ONTAP 9.6 and 9.7. - na_ontap_info - Fixed error causing module to fail on ``metrocluster_check_info``, ``env_sensors_info`` and ``volume_move_target_aggr_info``. - na_ontap_snapmirror - fixed KeyError when accessing ``elationship_type`` parameter. - na_ontap_snapmirror_policy - fixed a race condition when creating a new policy. - na_ontap_snapmirror_policy - fixed idempotency issue withis_network_compression_enabled for REST. - na_ontap_software_update - ignore connection errors during update as nodes cannot be reachable. - na_ontap_user - enable lock state and password to be set in the same task for existing user. - na_ontap_volume - issue when snapdir_access and atime_update not passed together. - na_ontap_vscan_on_access_policy - ``bool`` type was not properly set for ``scan_files_with_no_ext``. - na_ontap_vscan_on_access_policy - ``policy_status`` enable/disable option was not supported. - na_ontap_vscan_on_demand_task - ``file_ext_to_include`` was not handled properly. - na_ontap_vscan_scanner_pool_policy - scanner_pool apply policy support on modification. - na_ontap_vserver_create(role) - lif creation now defaults to system-defined unless iscsi lif type. - use_rest is now case insensitive.