|
|
@@ -47,15 +47,6 @@ class DiskSizeValidator extends BaseValidator
|
|
|
}
|
|
|
|
|
|
$this->minValue = $diskResource->getMin();
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'proxmoxCloud',
|
|
|
- __FUNCTION__,
|
|
|
- $resurceManager->disk()->free(),
|
|
|
- 'Debug',
|
|
|
- $this->maxValue
|
|
|
- );
|
|
|
-
|
|
|
if(preg_match("/\./", $data)){
|
|
|
$this->addValidationError('PleaseProvideANumericValueBetween', false, ['minValue' => $this->minValue, 'maxValue' => $this->maxValue]);
|
|
|
return false;
|