Ned Bass 2d9d57b0fb vdev_id: use mawk-compatible regular expression
Slot mapping in vdev_id doesn't work on systems using mawk as the 'awk'
alternative. A regular expression in map_slot() contains an unquoted
empty string following the alternation (|) operator, which results in an
"missing operand" error with mawk. The solution is to rearrange the
expression so the alternation has two operands.

Signed-off-by: Ned Bass <bass6@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes zfsonlinux/pkg-zfs#136
Closes zfsonlinux/zfs#2965
2014-12-19 12:05:16 -08:00
..
2013-11-08 14:30:29 -08:00
2013-01-09 16:54:58 -08:00
2014-10-23 15:30:32 -07:00
2014-08-15 13:39:19 -07:00
2014-07-28 14:29:58 -07:00
2014-01-29 15:11:56 -08:00
2014-12-19 12:00:14 -08:00
2014-08-01 14:28:05 -07:00
2014-10-23 15:30:32 -07:00
2014-11-06 11:13:18 -08:00