From e384f16a19c93a968260d5d8f68022bd4168e023 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 10 Sep 2021 09:41:57 +0200 Subject: [PATCH] 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 --- src/bin/proxmox-tape.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bin/proxmox-tape.rs b/src/bin/proxmox-tape.rs index debf5d4f..80332274 100644 --- a/src/bin/proxmox-tape.rs +++ b/src/bin/proxmox-tape.rs @@ -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, -- 2.39.2