Modify ↓
Ticket #13 (closed defect: fixed)
aacraid-status script returns 0 (all ok) even if it arcconf binary is not executable/not in path
| Reported by: | hjakovel@… | Owned by: | gandalf |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.0 |
| Component: | packages | Version: | |
| Keywords: | Cc: |
Description
Hi,
the script used to check adaptec array doesn't work correctly. It will return status 0 even if the binary it uses to check the array status itself is not executable/missing from the $PATH or the system misses some libraries arcconf needs. here's a little example:
[root@hw01 lbin]# chmod a-x arcconf
[root@hw01 lbin]# ./aacraid-status && echo "all ok? hrmm..."
-- Controller informations --
-- ID | Model | Status
-- Arrays informations --
-- ID | Type | Size | Status | Task | Progress
-- Disks informations
-- ID | Model | Status
all ok? hrmm...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


Fixed since 0.17.