Hi guys I am new to Opensolaris and ZFS world, I have 6x2TB SATA hdds on my system, I picked a single 2TB disk and installed opensolaris (therefore zpool was created by the installer)
I went ahead and created a new pool "gpool" with raidz (the kind of redundancy I want. Here's the output: @server:/# zfs list NAME USED AVAIL REFER MOUNTPOINT gpool 119K 7.13T 30.4K /gpool rpool 7.78G 1.78T 78K /rpool rpool/ROOT 3.30G 1.78T 19K legacy rpool/ROOT/opensolaris 3.30G 1.78T 3.15G / rpool/dump 2.00G 1.78T 2.00G - rpool/export 491M 1.78T 21K /export rpool/export/home 491M 1.78T 21K /export/home rpool/export/home/G 491M 1.78T 491M /export/home/G rpool/swap 2.00G 1.78T 101M - @server:/# @server:/# zpool status pool: gpool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM gpool ONLINE 0 0 0 raidz1 ONLINE 0 0 0 c8t1d0 ONLINE 0 0 0 c8t2d0 ONLINE 0 0 0 c8t3d0 ONLINE 0 0 0 c8t4d0 ONLINE 0 0 0 c8t5d0 ONLINE 0 0 0 errors: No known data errors pool: rpool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM rpool ONLINE 0 0 0 c8t0d0s0 ONLINE 0 0 0 errors: No known data errors @server:/# Now, I want to get rid of "rpool" in its entirely, I want to migrate all settings, boot records, files from that rpool to "gpool" and then add the member of rpool c8t0d0s0 to my existing "gpool" so that I have a RAIDZ of 6x drives. Any guidance on how to do it? I tried to do zfs snapshot # zfs snapshot rp...@move But I don't see the snapshow anywhere on rpool/.zfs (there is no .zfs folder) Thanks -- This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss