Преглед на файлове

disable cpu downgrade on running VM

andre преди 4 години
родител
ревизия
83cd13dee1
променени са 1 файла, в които са добавени 0 реда и са изтрити 9 реда
  1. 0 9
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

+ 0 - 9
app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

@@ -93,15 +93,6 @@ class GeneralSection extends BaseSection
         }
         //vcpus
         if($this->configuration()->isPermissionVcpus() || $this->configuration()->isCalculateSocketsAndCores()){
-
-            logModuleCall(
-                'proxmoxCloud',
-                __FUNCTION__,
-                $vm->config(),
-                'Debug',
-                $this->configuration()
-            );
-
             if(!$vm->isRunning()) {
                 $field = new Range('vcpus',$this->resourceManager->vcpus()->getMin(), $this->resourceManager->vcpus()->free());
                 $field->addValidator(new NumberValidator($this->resourceManager->vcpus()->getMin(), $this->resourceManager->vcpus()->free(),true));