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
Host volumes are client-local volumes that can optionally mounted by Nomad as specified in the client config. Jobs can then be specified to require host volumes, forcing the scheduler to place the allocations for said job on clients with matching host volumes.
See how this looks in the CLI here: #6011
And how it looks in client and job specs here: #5923
UI Requirements
Show host volumes for a client on the Client Detail page, including the same information that is shown in the CLI.
Explore adding host volumes to faceted search on the Client List page.
Show host volume requirements on the Task Group page.
Show host volume usage on the Allocation and Task Detail pages.
Implementation notes
We know that Container Storage Interface support is coming, so we should be mindful of this when designing changes to especially the task group/allocation/task pages.
Host volumes is distinct from CSI, but they both relate to storage so there is bound to be some user flow overlap.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Background
Host volumes are client-local volumes that can optionally mounted by Nomad as specified in the client config. Jobs can then be specified to require host volumes, forcing the scheduler to place the allocations for said job on clients with matching host volumes.
See how this looks in the CLI here: #6011
And how it looks in client and job specs here: #5923
UI Requirements
Implementation notes
We know that Container Storage Interface support is coming, so we should be mindful of this when designing changes to especially the task group/allocation/task pages.
Host volumes is distinct from CSI, but they both relate to storage so there is bound to be some user flow overlap.
The text was updated successfully, but these errors were encountered: