Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:uci:vblade [2011/09/18 21:19] written_direcondocs:guide-user:services:vblade [2021/08/16 20:51] (current) – optimize formatting vgaetera
Line 1: Line 1:
 +====== AOE ((s)ATA over Ethernet) with vblade ======
 +The vblade target allows other computers on your network to mount your attached drives over the AOE ([[wp>ATA over Ethernet]]) protocol. 
 +
 +===== Example =====
 +<code bash>
 +config 'vblade'
 + option 'shelf' '1'
 + option 'slot' '1'
 + option 'netif' 'eth0'
 + option 'device' '/dev/sda'
 +
 +config 'vblade'
 + option 'shelf' '1'
 + option 'slot' '2'
 + option 'netif' 'eth0'
 + option 'device' '/dev/sdb
 +</code>
 +
 +<sortable>
 +^ Name ^ Type ^ Required ^ Default ^ Option ^ Description ^
 +| ''shelf'' | integer | Yes | | | shelf number  |
 +| ''solt'' | integer | Yes | | | slot number |
 +| ''netif'' | string | no? | | | interface on which to allow initiators |
 +| ''device'' | string | Yes | | | Block device to export |
 +</sortable>
  
  • Last modified: 2021/08/16 20:51
  • by vgaetera