Bug #42
einarc
| Status: | Assigned | Start: | 07/03/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 1.4 | |||
Description
list_volumesets function in areca.rb does not match volumesets when raidset is named differently then "Raid Set # nn".
thus "einarc -t areca logical list" then doesn't display all volumes.
the
next unless m = /^\s+(\d+)\s+(\S+)\s+Raid Set #\s+(\d+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+).*$/.match(l)
snippet should rather be something like
next unless m = /^\s+(\d+)\s+(\S+)\s+(.*)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+).*$/.match(l)
but then also :raidset => m3.to_i needs to be fixed, I'm not ruby programmer, so I can't provide complete patch, sorry.
History
Updated by Mikhail Yakshin 581 days ago
- Status changed from New to Assigned
- Assigned to set to Mikhail Yakshin
Thanks for the report! I'll try to fix it soon.