andre 4 лет назад
Родитель
Сommit
84c81bdf73
1 измененных файлов с 0 добавлено и 2 удалено
  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()){
                 $container['bwlimit'] = $this->configuration()->getBwLimit();
             }
-            //no start
-            $container['start'] = 0;
             //Create
             $template = new Kvm($templateNode, $templateVmid);
             $template->setApi($this->api());