NearNodeFlash / NearNodeFlash.github.io

View this document https://nearnodeflash.github.io/
Apache License 2.0
3 stars 3 forks source link

Copy Offload Request: Ensure workflow is in PreRun/Ready #98

Closed bdevcich closed 2 months ago

bdevcich commented 1 year ago

Currently, DM Copy Offload requests can be made against a workflow in any workflow state. We need to verify that the workflow is in the PreRun stage with Ready:true before returning a successful Creation Request. This ensures that the DM request is able to proceed.

bdevcich commented 1 year ago

We do check for ClientMounts, which is nearly equivalent. ClientMounts are created in PreRun, but before Ready:true.