Hi all,
While trying to get a mirror of stripes built with ZFS (thread) I attempted to create a pool using zvols as vdevs:
where /dev/zvol/ZP-STRIPE-01/ZP-STRIPE-01_zvol and /dev/zvol/ZP-STRIPE-02/ZP-STRIPE-02_zvol are both zvols.
However as per the output I get an error. Does anyone know why?
If I replace the zvols with ordinary files in the command it works, obviously, leading me to think that a workaround might be use a pair of normal (not zvol) pools and create one file on each and use those as the vdevs.
TIA,
Scott
While trying to get a mirror of stripes built with ZFS (thread) I attempted to create a pool using zvols as vdevs:
Code:
# zpool create -f ZP-MIRROR-01 mirror /dev/zvol/ZP-STRIPE-01/ZP-STRIPE-01_zvol /dev/zvol/ZP-STRIPE-02/ZP-STRIPE-02_zvol
cannot create 'ZP-MIRROR-01': no such pool or dataset
where /dev/zvol/ZP-STRIPE-01/ZP-STRIPE-01_zvol and /dev/zvol/ZP-STRIPE-02/ZP-STRIPE-02_zvol are both zvols.
However as per the output I get an error. Does anyone know why?
If I replace the zvols with ordinary files in the command it works, obviously, leading me to think that a workaround might be use a pair of normal (not zvol) pools and create one file on each and use those as the vdevs.
TIA,
Scott