mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 03:55:03 +00:00
fast plug options: order alphabetically
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
3a704639b7
commit
f68910a05f
@ -4913,16 +4913,16 @@ sub foreach_volid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my $fast_plug_option = {
|
my $fast_plug_option = {
|
||||||
|
'description' => 1,
|
||||||
|
'hookscript' => 1,
|
||||||
'lock' => 1,
|
'lock' => 1,
|
||||||
'name' => 1,
|
'name' => 1,
|
||||||
'onboot' => 1,
|
'onboot' => 1,
|
||||||
|
'protection' => 1,
|
||||||
'shares' => 1,
|
'shares' => 1,
|
||||||
'startup' => 1,
|
'startup' => 1,
|
||||||
'description' => 1,
|
|
||||||
'protection' => 1,
|
|
||||||
'vmstatestorage' => 1,
|
|
||||||
'hookscript' => 1,
|
|
||||||
'tags' => 1,
|
'tags' => 1,
|
||||||
|
'vmstatestorage' => 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
for my $opt (keys %$confdesc_cloudinit) {
|
for my $opt (keys %$confdesc_cloudinit) {
|
||||||
|
Loading…
Reference in New Issue
Block a user