-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Tiering data changes for volume - template change #2343
Conversation
Hardikl
commented
Sep 4, 2023
•
edited
Loading
edited
- volume template changes
- volume dashboard changes
- aggregare template changes
- aggregate dashboard changes
request := node.NewXMLS("aggr-space-get-iter") | ||
request.NewChildS("max-records", collectors.DefaultBatchSize) | ||
if result, err = a.client.InvokeZapiCall(request); err != nil { | ||
return aggrFootprintMap, err |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return nil if error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's error, it would return empty map and it will skip block at line 74.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handled the error case