Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bennett <[email protected]>
  • Loading branch information
tgross and gulducat authored Jan 13, 2025
1 parent c7cc70c commit 870050d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/content/docs/configuration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ client {
volume plugins. When this parameter is empty, Nomad generates the path
using the [top-level `data_dir`][top_level_data_dir] suffixed with
`host_volume_plugins`, like `"/opt/nomad/host_volume_plugins"`. This must be
an absolute path. Nomad creates the directory on the host, if it does not
exist when the agent process starts.
an absolute path.

- `host_network` <code>([host_network](#host_network-block): nil)</code> - Registers
additional host networks with the node that can be selected when port mapping.
Expand Down Expand Up @@ -626,8 +625,8 @@ register`][] commands.

The key of the block corresponds to the name of the volume for use in the
`source` parameter of a `"host"` type
[`volume`](/nomad/docs/job-specification/volume) and ACLs. Host volumes in the
configuration cannot have the same names as dynamic host volumes.
[`volume`](/nomad/docs/job-specification/volume) and ACLs. A host volume in the
configuration cannot have the same name as a dynamic host volume on the same node.

```hcl
client {
Expand Down

0 comments on commit 870050d

Please sign in to comment.