ref: aa52d3b13d71bd4b068ae00b2d6f0f75647a5d7c
dir: /rc/bin/addaoe/
#!/bin/rc # addaoe let unit - add an AoE logical unit as sd$let if (! ~ $#* 2 || ! ~ $1 ? || ! ~ $2 *.*) { echo usage: $0 letter aoe-lun >[1=2] exit usage } if (test -e /dev/aoe/$2 && ! test -e /dev/sd^$1^0) echo config switch on spec $1 type aoe//dev/aoe/$2 >/dev/sdctl