Is it possible to create snapshots of the SCSI disks (which I intend
using for most tasks) and putting the snapshots onto the
cheaper/slower/larger USB drives?
The SCSI disks are close to full capacity, so I am not going to get many
snapshots on them, whereas I have tons of space on the pool made from
the external USB disks.
> Is it possible to create snapshots of the SCSI disks (which I intend
> using for most tasks) and putting the snapshots onto the
> cheaper/slower/larger USB drives?
No. But you could make a snapshot on one pool, then use zfs send/
receive to send it to the other one. Or you could put all the disks
in one pool.
The caveats that Andrew mentioned are something to consider perhaps.
Depends on sparse files and exotic permission bits etc but I suspect
these wont be issues transferring "ordinary" files..? Certainly wont
hurt to try.
OK, I will look at that.
> Or you could put all the disks
> in one pool.
But it is sensible (or possible) to put mirrored disks on the same pool
as un-mirrored ones? These disks have very different characteristics so
I doubt having them in one pool is a good idea. But I've only recently
starting looking at ZFS, so I dont claim to know much about it.
> But it is sensible (or possible) to put mirrored disks on the same pool
> as un-mirrored ones? These disks have very different characteristics so
> I doubt having them in one pool is a good idea. But I've only recently
> starting looking at ZFS, so I dont claim to know much about it.
I hadn't read your description carefully enough. My guess is: no it's
never sensible to have a pool which is partly mirrored, and it is
probably not sensible to have pools made up of disks with wildly
differing performance characteristics.
(I guess it never occurred to me that you'd be using a pool which had
no redundancy :-))