@@ -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();