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
Next revisionBoth sides next revision
doc:uci:vblade [2017/05/06 09:09] – https://en.wikipedia.org/wiki/ATA_over_Ethernet lololodocs:guide-user:services:vblade [2019/03/22 11:38] – tags vgaetera
Line 1: Line 1:
 +====== AOE (aka (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 =====
 +
 +| ''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''' |
 +
 +
 +<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>
 +
 +{{tag>UCI}}
  
  • Last modified: 2021/08/16 20:51
  • by vgaetera