]> git.proxmox.com Git - qemu-server.git/commitdiff
fast plug options: order alphabetically
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 11 May 2023 12:30:11 +0000 (14:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 16:37:51 +0000 (18:37 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm

index 8ff63c3c13d6aeb9d99660b32ba33f75fb26a8eb..4b5602f3ced8f6add9c4fe926fa00bb3bf36d7a7 100644 (file)
@@ -4913,16 +4913,16 @@ sub foreach_volid {
 }
 
 my $fast_plug_option = {
+    'description' => 1,
+    'hookscript' => 1,
     'lock' => 1,
     'name' => 1,
     'onboot' => 1,
+    'protection' => 1,
     'shares' => 1,
     'startup' => 1,
-    'description' => 1,
-    'protection' => 1,
-    'vmstatestorage' => 1,
-    'hookscript' => 1,
     'tags' => 1,
+    'vmstatestorage' => 1,
 };
 
 for my $opt (keys %$confdesc_cloudinit) {