tape: backup - implement --eject-media option

This commit is contained in:
Dietmar Maurer
2021-01-09 15:17:03 +01:00
parent 5843268c47
commit 42967bf185
3 changed files with 39 additions and 3 deletions

View File

@ -718,6 +718,11 @@ async fn clean_drive(
pool: {
schema: MEDIA_POOL_NAME_SCHEMA,
},
"eject-media": {
description: "Eject media upon job completion.",
type: bool,
optional: true,
},
},
},
)]