branch | stable |
changeset 19 | d12753b246fd |
parent 17 | d4942418a9ea |
child 26 | 39421a9700c5 |
18:c9575527c96d | 19:d12753b246fd |
---|---|
55 /^(\S+)\s*:.*Id=\s*([[:xdigit:]]+)/ or next; |
55 /^(\S+)\s*:.*Id=\s*([[:xdigit:]]+)/ or next; |
56 $devs->{volume}{$1} = { |
56 $devs->{volume}{$1} = { |
57 origin => "ptable", |
57 origin => "ptable", |
58 ptable_type => $2, |
58 ptable_type => $2, |
59 }; |
59 }; |
60 push @{$devs->{volumes}}, $1; |
|
60 } |
61 } |
61 } |
62 } |
62 |
63 |
63 return; |
64 return; |
64 } |
65 } |