Fix use of use_tiered_aggregate in netapp-ontap_flexcache#582
Fix use of use_tiered_aggregate in netapp-ontap_flexcache#582brinnjoyce wants to merge 2 commits intoNetApp:integration/mainfrom
Conversation
|
On further testing this won't fix the issue seen in #340 but it does fix #581 The API just doesn't always return all volumes, making the same request multiple times I get a different number of volumes returned. Perhaps that's a bug that needs to be fixed on the OnTap side? |
… be changed or read from the API
331a800 to
eecb8b9
Compare
(cherry picked from commit ba7b41de7e4a2bb19f42607a9cc25ce15961a3b5)
suhasbshekar
left a comment
There was a problem hiding this comment.
We try to avoid defaults going forward as API may change defaults in future, this creates a dependency, lets try to have a solution without default
use_tiered_aggregatecan only be set on flexcache creation. It cannot be changed or read from the API.Stop trying to read it from the API and update state which causes errors if it's set to true. The default of false does not hit these errors.
Closes #581