tape: add media pool cli

This commit is contained in:
Dietmar Maurer
2020-12-10 11:08:29 +01:00
parent 05e90d6463
commit 9700d5374a
5 changed files with 148 additions and 7 deletions

View File

@ -29,7 +29,7 @@ use crate::{
pub const MEDIA_POOL_NAME_SCHEMA: Schema = StringSchema::new("Media pool name.")
.format(&PROXMOX_SAFE_ID_FORMAT)
.min_length(3)
.min_length(2)
.max_length(32)
.schema();