Date: Thu, 05 Jun 2014 15:00:45 +0000 From: bz-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 167575] mfiutil(8) claims battery is OK even though it is worn out and wb cache is disabled Message-ID: <bug-167575-8-6yE2EChSWD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-167575-8@https.bugs.freebsd.org/bugzilla/> References: <bug-167575-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167575 --- Comment #3 from Ed Maste <emaste@freebsd.org> --- In both cases the battery had < 50% capacity -- 504 and 549 mAh, vs 1215 mAh design capacity. The write cache is disabled as expected, the issue is just the battery status reporting. BBU State of Health output as added in r219717 switch (stat.battery_type) { case MFI_BBU_TYPE_BBU: printf(" State of Health: %s\n", stat.detail.bbu.is_SOH_good ? "good" : "bad"); break; } and I suspect this would report "bad" for those batteries. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-167575-8-6yE2EChSWD>