]> git.proxmox.com Git - proxmox-backup.git/commit
api-types: relax NODENAME_SCHEMA
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 12 Jan 2022 13:52:10 +0000 (14:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jan 2022 14:42:58 +0000 (15:42 +0100)
commit18ba1b22497296129d1c7ee45efea2237b0bc955
tree3d2f4b3a9162462e3e3735d25325e336f843f3ab
parente2e587e3c784f1d493b2cca21e4eee7dc304959f
api-types: relax NODENAME_SCHEMA

there isn't really a concept of 'nodes' in PBS (yet) anyway - and if
there ever is, it needs to be handled by the rest-server / specific API
endpoints (like in PVE), and not by the schema.

this allows dropping proxmox-sys from pbs-api-types (and thus nix and
some other transitive deps as well).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
pbs-api-types/Cargo.toml
pbs-api-types/src/lib.rs