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