#Expand a FlexGroup

1 messages · Page 1 of 1 (latest)

forest cargo
#

How do we expand a flexgroup (add more constituent volumes)? I am just getting back "OK" on this script because the FlexGroup already exists.
` collections:

  • netapp.ontap
    tasks:
  • name: Trying to expand
    na_ontap_volume:
    vserver: "svmSrc"
    state: present
    name: volfg
    aggr_list:
    • name: "aggr1"
      aggr_list_multiplier: 6
      <<: *input`