proxmox-tape: add missing 'notify-user' option to backup command

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-11-04 10:56:18 +01:00 committed by Thomas Lamprecht
parent 61ef4ae8cb
commit 097ccfe1d5

View File

@ -830,6 +830,10 @@ async fn clean_drive(mut param: Value) -> Result<(), Error> {
type: bool,
optional: true,
},
"notify-user": {
optional: true,
type: Userid,
},
"force-media-set": {
description: "Ignore the allocation policy and start a new media-set.",
optional: true,