4ef4a604c2
Includes: * changes `nomad alloc status` and `nomad node status` * changes to `volume` block in jobspec * new `csi_plugin` block in jobspec * new `nomad volume register/deregister/status` commands * new `nomad plugin status` command
27 lines
782 B
Plaintext
27 lines
782 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: volume'
|
|
sidebar_title: volume
|
|
description: |
|
|
The volume command is used to interact with volumes.
|
|
---
|
|
|
|
# Command: volume
|
|
|
|
The `volume` command is used to interact with volumes.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad volume <subcommand> [options]`
|
|
|
|
Run `nomad volume <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`volume register`][register] - Register a volume.
|
|
- [`volume deregister`][deregister] - Deregister a volume.
|
|
- [`volume status`][status] - Display status information about a volume
|
|
|
|
[register]: /docs/commands/volume/register 'Register a volume'
|
|
[deregister]: /docs/commands/volume/deregister 'Deregister a volume'
|
|
[status]: /docs/commands/volume/status 'Display status information about a volume'
|