I try to add three SSDs as journal disks to an existing Storage Space (with powershell commands Add-PhysicalDisk and Set-PhysicalDisk -usage journal).
However strangely this increased the size of the storage pool (get-storagepool | select size).
How can I detect whether the added disks are really used for Parity Journal and Write Back Cache? Or is it not possible to add this to an already existing storage space?