proxmox-tape: add 'force-media-set' also to cli
we have it in the api and gui, but the cli was missing Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
89725197c0
commit
e384f16a19
|
@ -841,6 +841,12 @@ async fn clean_drive(mut param: Value) -> Result<(), Error> {
|
|||
type: bool,
|
||||
optional: true,
|
||||
},
|
||||
"force-media-set": {
|
||||
description: "Ignore the allocation policy and start a new media-set.",
|
||||
optional: true,
|
||||
type: bool,
|
||||
default: false,
|
||||
},
|
||||
"output-format": {
|
||||
schema: OUTPUT_FORMAT,
|
||||
optional: true,
|
||||
|
|
Loading…
Reference in New Issue