Hi: I have zpool created # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT ktspool 34,5G 33,5K 34,5G 0% ONLINE - However, zpool status shows no known data error. May I know what is the problem # zpool status pool: ktspool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM ktspool ONLINE 0 0 0 c0t1d0s6 ONLINE 0 0 0 errors: No known data errors This message posted from opensolaris.org
ttoulliu2002 wrote:> Hi: > > I have zpool created > # zpool list > NAME SIZE USED AVAIL CAP HEALTH ALTROOT > ktspool 34,5G 33,5K 34,5G 0% ONLINE - > > However, zpool status shows no known data error. May I know what is the problem > # zpool status > pool: ktspool > state: ONLINE > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > ktspool ONLINE 0 0 0 > c0t1d0s6 ONLINE 0 0 0 > > errors: No known data errorsPlease do not crosspost to both zfs-discuss and zfs-code. zfs-code is a subset of zfs-discuss, so just post to zfs-discuss. To answer your question, there does not appear to be any problem. Why do you think there is a problem? --matt
I might be wrong here, but I think it''s telling you that there are no errors. Something like: errors: none or errors: None that we know of, but we''ll let you know if there are any. At least that is how I''d read it. :) Do you have an actual problem other than the text? Nathan. On Tue, 2006-10-10 at 10:05, ttoulliu2002 wrote:> Hi: > > I have zpool created > # zpool list > NAME SIZE USED AVAIL CAP HEALTH ALTROOT > ktspool 34,5G 33,5K 34,5G 0% ONLINE - > > However, zpool status shows no known data error. May I know what is the problem > # zpool status > pool: ktspool > state: ONLINE > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > ktspool ONLINE 0 0 0 > c0t1d0s6 ONLINE 0 0 0 > > errors: No known data errors > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss--
On 10/10/2006, at 10:05 AM, ttoulliu2002 wrote:> Hi: > > I have zpool created > # zpool list > NAME SIZE USED AVAIL CAP HEALTH > ALTROOT > ktspool 34,5G 33,5K 34,5G 0% ONLINE - > > However, zpool status shows no known data error. May I know what > is the problem > # zpool status > pool: ktspool > state: ONLINE > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > ktspool ONLINE 0 0 0 > c0t1d0s6 ONLINE 0 0 0 > > errors: No known data errorsUmm... from the information you''ve provided, I''d say "There is no problem". What makes you think there is a problem?