#netapp.ontap.na_ontap_svm root_volume and root_volume_aggregate option is not supported with REST

1 messages · Page 1 of 1 (latest)

minor sluice
#

Currently using ansible version netapp.ontap 22.13.0. It apears if I want to use the root_volume and root_volume_aggregate option when creating my SVM through ansbile, i would have to default to ZAPI. When will these options be supported with REST?

neon pike
minor sluice
#

There is not, but for compatibility purpose, I would expect the SVM ansible module to be able to handle the same options and argument when executing via ZAPI or REST. The ansible module is essentially a wrapper

#

can't the ansible SVM module make calls to the appropriate rest endpoint when those options are specified?

#

since ZAPI will be decommissioned, how would i be able to create an SVM with the proper root volume and chosen aggregate of choice when those options are not supported?

open belfry
#

@minor sluice @neon pike from the restmap doc above, it seems we can use na_ontap_volume module as workaround for root volume name

Also, there should be any workaround for aggregate choice, but it's weird because these are normal options for 'vserver create' cli command...