Closed frodopwns closed 7 years ago
Did you delegate any aggregates to your SVM?
As Clinton mentioned, this call was designed to list aggregates assigned to a specific svm, rather than enumerate all aggrs in a cluster
Ah! That must be it. We are not explicitly delegating any aggregates to the vserver.
Thanks for the quick response!
FWIW, fixing issue #92 will use the same API you mentioned, which means that (like Trident already does) future releases of nDVP will likely require aggregate delegation to SVMs. So you might as well do that now.
I am attempting to use ontap/azgo to retrieve a list of Aggregate names available on the netapp appliance but am running into issues.
returns an empty list while runing
storage aggr show
directly on the appliance shows 4 aggregates.Running the azgo query directly shows a nil aggr-list:
Is there a known issue with this method? Am I missing something? Is there another way to get the list of aggregates?
I understand this API is not supported so no worries if you don't have time to respond!
Thanks!