|
|
@@ -45,9 +45,9 @@ class DiskSizeValidator extends BaseValidator
|
|
|
logModuleCall(
|
|
|
'ProxmoxCloudVps',
|
|
|
__FUNCTION__,
|
|
|
- 'min: ' . $this->minValue . 'max: ' . $this->maxValue,
|
|
|
- 'Debug',
|
|
|
- 'data: ' . $data
|
|
|
+ 'min: ' . $this->minValue . ' max: ' . $this->maxValue,
|
|
|
+ 'Debug1',
|
|
|
+ 'data: ' . $data . ' resMax: ' . $diskResource->getMax()
|
|
|
);
|
|
|
|
|
|
if ($this->maxValue > $diskResource->getMax()) {
|