Displaying 3 results from an estimated 3 matches for "c4t19d0".
Did you mean:
c4t13d0
2009 Aug 04
7
Sol10u7: can''t "zpool remove" missing hot spare
...t spare. We reconfigured disks
a while ago and now the controller is c4 instead of c2. The hot spare
was originally on c2, and apparently on rebooting it didn''t get found.
So, I looked up what the new name for the hot spare was, then added
it to the pool with "zpool add home1 spare c4t19d0". I then tried to
remove the original name for the hot spare:
root at box:~# zpool remove home1 c2t0d8
root at box:~# zpool status home1
pool: home1
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
home1 ONLINE 0 0...
2010 Dec 05
4
Zfs ignoring spares?
...c4t15d0 ONLINE 0 0 0
c4t16d0 ONLINE 0 0 0
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...
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...