Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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) of mode is used; it controls whether the file's read-only attribute
is set or cleared.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have this in the 1.10.x directory too.


### 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 (`/alloc`, `/local`, etc). Job specs utilizing
these variables may need to be updated to reflect the new values.

## Nomad 1.11.0

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