mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-16 18:53:28 +00:00
cleanup: full path package references to self
This started happening when moving the 'pve-storage-id' option from pve-storage and curously kept on going since then...
This commit is contained in:
parent
b14889b1c8
commit
28a2669d9b
@ -71,19 +71,19 @@ register_standard_option('pve-iface', {
|
||||
minLength => 2, maxLength => 20,
|
||||
});
|
||||
|
||||
PVE::JSONSchema::register_standard_option('pve-storage-id', {
|
||||
register_standard_option('pve-storage-id', {
|
||||
description => "The storage identifier.",
|
||||
type => 'string', format => 'pve-storage-id',
|
||||
});
|
||||
|
||||
PVE::JSONSchema::register_standard_option('pve-config-digest', {
|
||||
register_standard_option('pve-config-digest', {
|
||||
description => 'Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.',
|
||||
type => 'string',
|
||||
optional => 1,
|
||||
maxLength => 40, # sha1 hex digest lenght is 40
|
||||
});
|
||||
|
||||
PVE::JSONSchema::register_standard_option('extra-args', {
|
||||
register_standard_option('extra-args', {
|
||||
description => "Extra arguments as array",
|
||||
type => 'array',
|
||||
items => { type => 'string' },
|
||||
|
Loading…
Reference in New Issue
Block a user