> I like the idea of swapping on SSD too, but why not make a zvol for the L2ARC
> so your not limited by the hard partitioning?

it lives through a reboot.. 

zpool create -f test c9t3d0s0 c9t4d0s0
zfs create -V 3G rpool/cache
zpool add test cache /dev/zvol/dsk/rpool/cache
reboot                                                                 
zpool status
  pool: rpool
 state: ONLINE
 scrub: none requested
config:

        NAME          STATE     READ WRITE CKSUM
        rpool         ONLINE       0     0     0
          mirror      ONLINE       0     0     0
            c9t1d0s0  ONLINE       0     0     0
            c9t2d0s0  ONLINE       0     0     0

errors: No known data errors

  pool: test
 state: ONLINE
 scrub: none requested
config:

        NAME                         STATE     READ WRITE CKSUM
        test                         ONLINE       0     0     0
          c9t3d0s0                   ONLINE       0     0     0
          c9t4d0s0                   ONLINE       0     0     0
        cache
          /dev/zvol/dsk/rpool/cache  ONLINE       0     0     0

errors: No known data errors

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to