Displaying 2 results from an estimated 2 matches for "532g".
Did you mean:
532
2010 Mar 19
3
zpool I/O error
Hi all,
I''m trying to delete a zpool and when I do, I get this error:
# zpool destroy oradata_fs1
cannot open ''oradata_fs1'': I/O error
#
The pools I have on this box look like this:
#zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
oradata_fs1 532G 119K 532G 0% DEGRADED -
rpool 136G 28.6G 107G 21% ONLINE -
#
Why can''t I delete this pool? This is on Solaris 10 5/09 s10s_u7.
2007 Nov 16
0
ZFS mirror and sun STK 2540 FC array
.../disk at g600a0b800038afbc000002f347215518
Specify disk (enter its number):
bash-3.00# zpool create tank mirror
c6t600A0B800038AFBC000002F347215518d0 c6t600A0B800038AFBC000002F7472155C0d0
bash-3.00# df -h /tank
Filesystem size used avail capacity Mounted on
tank 532G 24K 532G 1% /tank
I have tested the performance with a simple dd
[
time dd if=/dev/zero of=/tank/testfile bs=1024k count=10000
time dd if=/tank/testfile of=/dev/null bs=1024k count=10000
]
command and it gives :
# local throughput
stk2540
mirror zfs /tank
read 232 MB/s
write...