]> git.proxmox.com Git - proxmox-backup.git/commit
api types: add regex, format & schema for partition names
authorMarkus Frank <m.frank@proxmox.com>
Tue, 28 Nov 2023 13:23:18 +0000 (14:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Nov 2023 17:24:12 +0000 (18:24 +0100)
commit1ec643ce922d4f9348ea0b402d92da8ba5497e0d
treee4c397646dd169c4356dfa6a9bbcde2367cacfa1
parenteed57dfce1182e7ac1b5cf750765154944bfb318
api types: add regex, format & schema for partition names

The new regex is similar to BLOCKDEVICE_NAME_REGEX but also allows
numbers at the end of the device name (also allows partitions names).
For nvme partitions it also allows the letter p and a number.

Signed-off-by: Markus Frank <m.frank@proxmox.com>
Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Lukas Wagner <l.wagner@proxmox.com>
Reviewed-by: Max Carrara <m.carrara@proxmox.com>
Tested-by: Max Carrara <m.carrara@proxmox.com>
pbs-api-types/src/lib.rs