You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional Boolean fusion field to DiskResource to allow per-task
control of Fusion filesystem usage.
Changes:
- Add fusion field to DiskResource class
- Update constructor to accept fusion parameter from disk directive
- Make request field optional (can be null) for fusion-only usage
- Update withRequest() to preserve fusion setting
- Update toString() via @tostring to include fusion field
This enables syntax like:
disk fusion: false
disk request: '100 GB', fusion: true
Signed-off-by: Edmund Miller <[email protected]>
0 commit comments