Selaa lähdekoodia

try to disable autostart

andre 4 vuotta sitten
vanhempi
commit
14830674f0
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      app/Jobs/Cloud/CloneQemuJob.php

+ 2 - 0
app/Jobs/Cloud/CloneQemuJob.php

@@ -142,6 +142,8 @@ class CloneQemuJob extends BaseJob
             if($this->configuration()->getBwLimit()){
                 $container['bwlimit'] = $this->configuration()->getBwLimit();
             }
+            //no start
+            $container['start'] = 0;
             //Create
             $template = new Kvm($templateNode, $templateVmid);
             $template->setApi($this->api());