Hi guys,
i have two pools, one HDD and one SSD.
I want to speedup HDD pool by using zfs special device.
As there is no disk space on SSDs, to create new partitions, I wonder, can I just create a new ZVOL and use it as a special device for HDD pool.
Something like:
I wonder will this system have any problems during bootup.
Are there any reasons not to do this? What do you guys think?
i have two pools, one HDD and one SSD.
I want to speedup HDD pool by using zfs special device.
As there is no disk space on SSDs, to create new partitions, I wonder, can I just create a new ZVOL and use it as a special device for HDD pool.
Something like:
Code:
zfs create -s -V 42455040k rpool/hddpoolSpecialDevice
zpool add hddpool special /rpool/hddpoolSpecialDevice
I wonder will this system have any problems during bootup.
Are there any reasons not to do this? What do you guys think?