mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-31 17:17:57 +03:00
plugin schema: improve description of 'nodes' property
The default description doesn't make it clear what the property is used for in the context of storages. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
76aa80fc93
commit
0554c03683
@ -138,7 +138,10 @@ my $defaultData = {
|
|||||||
type => { description => "Storage type." },
|
type => { description => "Storage type." },
|
||||||
storage => get_standard_option('pve-storage-id',
|
storage => get_standard_option('pve-storage-id',
|
||||||
{ completion => \&PVE::Storage::complete_storage }),
|
{ completion => \&PVE::Storage::complete_storage }),
|
||||||
nodes => get_standard_option('pve-node-list', { optional => 1 }),
|
nodes => get_standard_option('pve-node-list', {
|
||||||
|
description => "List of nodes for which the storage configuration applies.",
|
||||||
|
optional => 1,
|
||||||
|
}),
|
||||||
content => {
|
content => {
|
||||||
description => "Allowed content types.\n\nNOTE: the value " .
|
description => "Allowed content types.\n\nNOTE: the value " .
|
||||||
"'rootdir' is used for Containers, and value 'images' for VMs.\n",
|
"'rootdir' is used for Containers, and value 'images' for VMs.\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user