public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server 1/2] fast plug options: order alphabetically
@ 2023-05-11 12:30 Fiona Ebner
  2023-05-11 12:30 ` [pve-devel] [PATCH qemu-server 2/2] fast plug options: add migrate_downtime and migrate_speed Fiona Ebner
  2023-06-07 16:38 ` [pve-devel] applied: [PATCH qemu-server 1/2] fast plug options: order alphabetically Thomas Lamprecht
  0 siblings, 2 replies; 4+ messages in thread
From: Fiona Ebner @ 2023-05-11 12:30 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 PVE/QemuServer.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index c1d0fd2d..4f3418ae 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -4906,16 +4906,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) {
-- 
2.30.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-07 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11 12:30 [pve-devel] [PATCH qemu-server 1/2] fast plug options: order alphabetically Fiona Ebner
2023-05-11 12:30 ` [pve-devel] [PATCH qemu-server 2/2] fast plug options: add migrate_downtime and migrate_speed Fiona Ebner
2023-06-07 16:38   ` [pve-devel] applied: " Thomas Lamprecht
2023-06-07 16:38 ` [pve-devel] applied: [PATCH qemu-server 1/2] fast plug options: order alphabetically Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal