Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ user running the Nomad client agent, which is commonly `0` (root).

The user and group IDs must be present on any node that may receive the volume.

On Windows, the `uid` and `gid` values are ignored. In addition, only the 0o200
bit (owner writable) mode is used; it controls whether the file's read-only
attribute is set or cleared.

### mkdir example

<CodeBlockConfig filename="mkdir.volume.hcl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ upgrade. However, specific versions of Nomad may have more details provided for
their upgrades as a result of new features or changed behavior. This page is
used to document those details separately from the standard upgrade flow.

## Nomad 1.11.1

The QEMU driver now uses host file paths for filesystem environment variables
instead of relative container paths such as `/alloc` and `/local`. You may need
to update job specs utilizing these variables to reflect the new values.

## Nomad 1.11.0

#### Sysbatch jobs will no longer accept `reschedule` blocks
Expand Down
Loading