Displaying 3 results from an estimated 3 matches for "c4t21d0".
Did you mean:
c4t1d0
2007 Dec 12
0
Degraded zpool won''t online disk device, instead resilvers spare
...007-11-26.12:34:15 zpool scrub -s tank
2007-11-26.12:34:22 zpool export tank
2007-11-26.12:43:42 zpool import tank tank.2
2007-11-26.12:45:45 zpool export tank.2
2007-11-26.12:46:32 zpool import tank.2
2007-11-26.12:47:02 zpool scrub tank.2
2007-11-26.12:48:11 zpool add tank.2 spare c5t21d0 c4t17d0 c4t21d0
2007-11-26.14:02:08 zpool scrub -s tank.2
2007-11-27.01:56:35 zpool clear tank.2
2007-11-27.01:57:02 zfs set atime=off tank.2
2007-11-27.01:57:07 zfs set checksum=fletcher4 tank.2
2007-11-27.01:57:45 zfs create tank.2/a
2007-11-27.01:57:46 zfs create tank.2/b
2007-11-27.01:57:47 zfs create tank.2/c...
2010 Dec 05
4
Zfs ignoring spares?
...spare-2 DEGRADED 0 0 0
c4t17d0 OFFLINE 0 0 0
c4t44d0 ONLINE 0 0 0
c4t18d0 ONLINE 0 0 0
c4t19d0 ONLINE 0 0 0
c4t20d0 ONLINE 0 0 0
c4t21d0 ONLINE 0 0 0
raidz2-8 ONLINE 0 0 0
c4t22d0 ONLINE 0 0 0
c4t23d0 ONLINE 0 0 0
c4t24d0 ONLINE 0 0 0
c4t25d0 ONLINE 0 0 0
c4t26d0...
2007 Apr 14
1
Move data from the zpool (root) to a zfs file system
Hi List,
As a ZFS newbie, I foolishly copied my data set to the root zpool file
system (a large iSCSI SAN array). Thus:
# zpool create -f iscsi c4t19d0 c4t20d0 c4t21d0 c4t22d0 c4t23d0 c4t24d0
# zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
iscsi 9.53T 64.5K 5.34T 0% ONLINE -
# zfs set mountpoint=/mydisks/iscsi iscsi
Then copied almost 6TB (uncompressed) of data into a subdirectory of the
root zpo...