Explorar el Código

fix msterDisk bug

andre hace 4 años
padre
commit
d9e8f06e08
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      app/UI/Disk/Providers/DiskProvider.php

+ 10 - 0
app/UI/Disk/Providers/DiskProvider.php

@@ -92,6 +92,16 @@ class DiskProvider extends BaseDataProvider implements ClientArea
         {
             $hdd->setIothread(1);
         }
+        //master
+
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this->formData,
+            'Debug',
+            $hdd
+        );
+
         $vmModel->disks += $this->formData['additionalDiskSize'];
         $hdd->create();
         $vmModel->save();