Prechádzať zdrojové kódy

try to disable autostart

andre 4 rokov pred
rodič
commit
84c81bdf73
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      app/Jobs/Cloud/CloneQemuJob.php

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

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