From 070742d6f92aa77b7b540cdbc020af7be98e6d0d Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 24 Jul 2020 15:13:11 -0400 Subject: [PATCH] docs and changelog entry for `nomad volume deregister -force` (#8537) --- CHANGELOG.md | 1 + website/pages/docs/commands/volume/deregister.mdx | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24694debd..8831233a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ IMPROVEMENTS: * build: Updated to Go 1.14.4 [[GH-8172](https://github.com/hashicorp/nomad/issues/9172)] * build: Switched to Go modules for dependency management [[GH-8041](https://github.com/hashicorp/nomad/pull/8041)] * connect: Infer service task parameter where possible [[GH-8274](https://github.com/hashicorp/nomad/issues/8274)] +* csi: Added `-force` flag to `nomad volume deregister` [[GH-8251](https://github.com/hashicorp/nomad/issues/8251)] * server: Added `raft_multiplier` config to tweak Raft related timeouts [[GH-8082](https://github.com/hashicorp/nomad/issues/8082)] BUG FIXES: diff --git a/website/pages/docs/commands/volume/deregister.mdx b/website/pages/docs/commands/volume/deregister.mdx index 06dc19c3a..0b7e3f3dd 100644 --- a/website/pages/docs/commands/volume/deregister.mdx +++ b/website/pages/docs/commands/volume/deregister.mdx @@ -28,4 +28,10 @@ unpublished. @include 'general_options.mdx' +## Deregister Options + +- `-force`: Force deregistration of the volume and immediately drop claims for + terminal allocations. Returns an error if the volume has running + allocations. This does not detach the volume from client nodes. + [csi]: https://github.com/container-storage-interface/spec