{5} Accepted, Active Tickets by Owner (Full Description) (5 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

gandalf (5 matches)

Ticket Summary Component Milestone Type Created
Description
#10 megaraid-status reports NOT OPTIMAL on hot-spare (incl our solution) packages 1.0.0 defect 09/10/09

We have a 3 disk Raid 5 on a megaraid with 1 hotspare which reports ready in the megaraid-status but the script gives NOT OPTIMAL in our situation it's optimal so we changed the last lines of megareaid-status to:

for disk in disklist:

if not disk[-1] == 'online' and not disk[-1] == 'ready':

bad = True

Could you patch megaraid-status for the next release? Tnx


#15 megaraid-status shows an error when a hotspare disk packages 1.0.0 defect 12/05/09

When I run megaraid-status, it shows this:

-- Arrays informations --
-- ID | Type | Size | Status
a0d0 | RAID 5 | 272GiB | optimal

-- Disks informations
-- ID | Model | Status | Warnings
a0c0t0 | SEAGATE ST373207LC 68GiB | online
a0c0t1 | SEAGATE ST373207LC 68GiB | online
a0c0t2 | SEAGATE ST373207LC 68GiB | online
a0c0t3 | SEAGATE ST373207LC 68GiB | online
a0c0t4 | SEAGATE ST373207LC | hotspare
a0c0t5 | SEAGATE ST373207LC 68GiB | online

There is at least one disk/array in a NOT OPTIMAL state.

The hardware is a Dell PowerEdge 2850 with a Dell PowerEdge Expandable RAID Controller 4e/Di (using megaraid_mbox kernel module LSI Logic MegaRAID driver). The software is a Debian GNU/Linux 5.0.3.

The problem is that it sends e-mails warning about that condition, which I thinks that is not necessary.

Many for this site and for this debian repository which is thruthfully needed. Rafael J. Alcántara Pérez <sistemas@…>


#7 Patch for "aacraid-status" python script packages 1.0.0 enhancement 09/08/09

I created a small patch to handle output from the "arcconf GETCONFIG 1 LD" command like this:

Group 0, Segment 0 : Missing Group 0, Segment 1 : Present (0,1) ...

The patch should be attached.


#11 aacraid-status packages defect 09/16/09

Hi Adam,

I've downloaded your aacraid-status tool (version 0.14), thanks for the script, it's working, just I had to fix a small bug. I have a RAID5 with 3 disks and 1 hot spare disk, and the script reported "There is at least one disk/array in a NOT OPTIMAL state." even all disk were ok. A simple change had fixed the issue, here is a diff file, you may want to integrate it into a future versions:

182c182 < if disk[1] != 'Online' and disk[1] != 'Hot Spare' : ---

if disk[1] != 'Online':

Regards Vlastimil


#14 please add distro tag for Ubuntu karmic packages 1.0.0 enhancement 10/22/09

karmic is due to be released next week. The jaunty packages work fine with karmic, and while we could just use them, it's counterintuitive in sources.list.


Note: See TracReports for help on using and creating reports.