diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-19 02:50:22 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-19 02:50:22 +0100 |
commit | 63799396422447f3d19640abc6a3d5374f9977b0 (patch) | |
tree | e65843955c545100ebffb368b3dfd6bd8a054df0 /sys/man/8 | |
parent | e93cd703a2e7a98d178206c8a066f248aece76e9 (diff) |
add erik quanstros vblade utility
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/vblade | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/sys/man/8/vblade b/sys/man/8/vblade new file mode 100644 index 000000000..a180a8bc2 --- /dev/null +++ b/sys/man/8/vblade @@ -0,0 +1,85 @@ +.TH VBLADE 8 +.SH NAME +vblade \- virtual AoE target +.SH SYNOPSIS +.B disk/vblade +[ +.B -ir +] [ +.B -s +.I size +] [ +.B -a +.I shelf.slot +] [ +.B -c +.I config +] +.B file +[ +.B -e +ether +] +.SH DESCRIPTION +For each +.I file +specified, +.I vblade +serves it as an AoE (ATA-over-Ethernet) target via +the specified interfaces. The default interface is +.BR /net/ether0 . +Since AoE uses raw Ethernet frames, the target is +only visible on the local ethernet segment. +.PP +All target-related options are reset for each +.IR file . +.SS Options +.TP \w'\fL-e\ \fIetherXX'u +.B -i +Initialize the configuration header in +.IR file . +All previous configuration information is lost. Without this option, +configuration is read from +.I file +and command like options override previous settings. +.TP +.B -r +Raw. Do not use a configuration header. This is useful when +exporting a device or file not generally exported by +.IR vblade . +.TP +.BI -s " n" +The exported target will have size +.IR n , +rather than the available space in the target. A size may end in +.LR p , +.LR t , +.LR g , +.LR m , +or +.LR k +to specify a customary +.I binary +multiplier. +.TP +.BI -a " m.n" +Specify the shelf and slot (or major and minor) address of the target. +Valid shelf numbers are between 0 and 65534. Valid slots are 0-255. +.TP +.BI -c " s" +Set the AoE config string to +.IR s . +.TP +.BI -e " ether" +Listen to the network port +.IR ether. +Multiple ports may be specified. +.SH SEE ALSO +.IR aoe (3), +.IR sdaoe (3), +.IR http://www.coraid.com/documents/AoEr11.txt . +.SH SOURCE +.B /sys/src/cmd/disk/vblade +.SH BUGS +Security depends on control of the local Ethernet segment. It may be +unwise to serve AoE on a segment bridged to a wireless network. |