+------------------------------------------------------------------------------
| On 2010-08-28 23:18:12, Erik Trimble wrote:
| 
> Right now, given that there are some things that ZFS doesn't currently 
> support (disk concatenation is one),  SVM still does have a use.

How is "disk concatentation" different than:

  # zpool create test $PWD/1 $PWD/2 
  # zpool status -v test
    pool: test
   state: ONLINE
   scrub: none requested
  config:
  
          NAME            STATE     READ WRITE CKSUM
          test            ONLINE       0     0     0
            /root/test/1  ONLINE       0     0     0
            /root/test/2  ONLINE       0     0     0
  
  errors: No known data errors
-- 
bdha
cyberpunk is dead. long live cyberpunk.

_______________________________________________
Discuss mailing list
[email protected]
http://lists.illumos.org/m/listinfo/discuss

Reply via email to