-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
We pass in empty accessMode for disk insert request in the code.
Seems like we will reach the empty accessModes under the following conditions:
- The disk type specified in the parameters.DiskParameters is not a Hyperdisk.
- AND either of the following is true:
- The volume is not requested as readonly.
- The disk type is not a type that supports modifiable access modes (e.g., not hyperdisk-ml).
We should not trigger a disk insert call in this case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.