Explorar o código

disable cpu downgrade on running VM

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
83cd13dee1
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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));