zpool import order defined in Zpools=pool1,pool2,pool3,pool4
Hi,I would like to ask you whether there is kept order of zpool import when a resource goes online exactly in the order as it is listed in resource Zpools properties. I mean:
# clrs set -p Zpools=pool1,pool2,pool3,pool4 data1_storage
# clrs show -v data1_storage|grep Zpools:
Zpools: pool1 pool2 pool3 pool4
The reason I am asking is that I have a zfs of pool2 mounted into a zfs of pool1 (customer needs to keep a structure and we have internal recommendations for max zpool size and to separate live data from archive data):
ZFS MOUNTPOINT
# clrs set -p Zpools=pool1,pool2,pool3,pool4 data1_storage
# clrs show -v data1_storage|grep Zpools:
Zpools: pool1 pool2 pool3 pool4
The reason I am asking is that I have a zfs of pool2 mounted into a zfs of pool1 (customer needs to keep a structure and we have internal recommendations for max zpool size and to separate live data from archive data):
ZFS MOUNTPOINT
0