|
@@ -78,6 +78,15 @@ class DiskProvider extends BaseDataProvider implements ClientArea
|
|
|
//cach
|
|
//cach
|
|
|
$hdd->setCache($this->configuration()->getAdditionalDiskCache());
|
|
$hdd->setCache($this->configuration()->getAdditionalDiskCache());
|
|
|
//ssd
|
|
//ssd
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'proxmoxCloud',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $hdd,
|
|
|
|
|
+ 'Debug',
|
|
|
|
|
+ $this->configuration()
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
$hdd->setSsd($this->configuration()->isAdditionalDiskSsd() ? 1 : null);
|
|
$hdd->setSsd($this->configuration()->isAdditionalDiskSsd() ? 1 : null);
|
|
|
//replicate
|
|
//replicate
|
|
|
if ($this->configuration()->isAdditionalDiskReplicate())
|
|
if ($this->configuration()->isAdditionalDiskReplicate())
|