docs and changelog entry for nomad volume deregister -force (#8537)

This commit is contained in:
Tim Gross
2020-07-24 15:13:11 -04:00
committed by GitHub
parent 1bef639166
commit 070742d6f9
2 changed files with 7 additions and 0 deletions

View File

@@ -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:

View File

@@ -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