Software Development Kit (SDK) and API Discussions

Modify raid size with ansible

Thiepaan
1,151 Views

I couldn't modify raid size with ansible. Below is my playbook example. what could be reason ?

 

On test purpose current raid size is 17 and i'm trying to change it to 24

 

tasks:
- name: Modify aggregate raid size
na_ontap_aggregate:
state: present
name: aggr_test
raid_size: 24
nodes: test_node
time_out: 300
<<: *login

2 REPLIES 2

RossC
901 Views

Hi @Thiepaan 

 

Apologies that no one from the community has been able to provide you an answer to your Ansible question. Just a suggestion, but you could consider jumping on our NetApp Community Discord as we do have an #Ansible channel there. 

 

You can join our Discord by heading over to https://discord.gg/NetApp

Haseeb
892 Views

Hi @Thiepaan,

There already is a similar Discussion in NetApp Community Discord.
https://discord.com/channels/855068651522490400/1067088024896274502/1067088024896274502


The raid_size Parameter is only checked when creating a Aggregate, but not when modifying an existing aggregate. Hence the RAID Size cannot be adjusted at this moment.

Public