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.