Skip to content
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

Volumes of FSx for NetApp ONTAP missing AdministrativeActions prop #6048

Closed
3 tasks done
RonyLevAri opened this issue May 2, 2024 · 2 comments
Closed
3 tasks done
Assignees
Labels
bug This issue is a bug. closed-for-staleness p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@RonyLevAri
Copy link

Checkboxes for prior research

Describe the bug

According to the docs a volume entity should have an array of AdministrativeActions yet no such property is ever returned.
For example in UpdateVolumeCommand the volume entity is returned without such prop.

SDK version number

@aws-sdk/package-name@version, ...

Which JavaScript Runtime is this issue in?

Node.js

Details of the browser/Node.js/ReactNative version

node v21.2.0

Reproduction Steps

  1. create FSx ONTAP
  2. create volume
  3. update volume's tiering policy using the UpdateVolume command

Observed Behavior

returned volume response from update command missing AdministrativeActions

Expected Behavior

returned volume response from update command should have AdministrativeActions

Possible Solution

No response

Additional Information/Context

No response

@RonyLevAri RonyLevAri added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels May 2, 2024
@aBurmeseDev aBurmeseDev self-assigned this May 7, 2024
@aBurmeseDev aBurmeseDev added investigating Issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels May 7, 2024
@aBurmeseDev
Copy link
Member

Hi @RonyLevAri - thanks for reaching out. I was able to reproduce this and confirm that AdministrativeActions is missing in the response. However, I can't say whether service API enforces it in the backend which is why I reached out to service team for further insights.

I'll circle back here once I hear back from service team. P128943399

@aBurmeseDev aBurmeseDev added service-api This issue is due to a problem in a service API, not the SDK implementation. p3 This is a minor priority issue and removed investigating Issue is being investigated and/or work is in progress to resolve the issue. labels May 7, 2024
@aBurmeseDev
Copy link
Member

Service team responded:

AdministrativeActions is an optional field. Currently update-volume actions on FSx ONTAP volumes do not return any AdministrativeActions. But in the future they may be there. The update-volume action is shared across the various FSx engine types, so some of the other engines may return it.

Let me know if you have further question to service team.

@aBurmeseDev aBurmeseDev added the closing-soon This issue will automatically close in 4 days unless further comments are made. label May 8, 2024
@github-actions github-actions bot added closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. closed-for-staleness p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants