1
0
David Martínez Moreno a4849504b8 debian/control: vor 16 Jahren
..
README 4bbd46d074 [ Update README ] vor 16 Jahren
aoetools.default ca65173fba debian/aoetools.init: vor 16 Jahren
aoetools.docs 370fa28f21 debian/aoetools.docs: Removed TODO. vor 16 Jahren
aoetools.init ca65173fba debian/aoetools.init: vor 16 Jahren
changelog caae1f9b38 aoetools 21-1 vor 16 Jahren
compat d8ed4bfbfe Import Debian version 3-1 vor 19 Jahren
control a4849504b8 debian/control: vor 16 Jahren
copyright 88146cf544 debian/copyright: Added some information for making clear that Coraid is the real copyright holder. vor 16 Jahren
rules ceca706aa7 debian/rules: Added support for creating rc0.d/S34aoetools and rc6.d/S34aoetools. vor 16 Jahren

README

aoetools for Debian
-------------------

With aoetools it is shipped an init script that will mount any AoE volume
properly configured in your /etc/fstab, that is, without option 'noauto'
AND with an option '_netdev', if you want to avoid any error messages in
the boot process. In the following examples I am supposing that the rest
of the mount options are simply 'defaults', but you can replace it with
other parameters.

Example of a correct line:

/dev/etherd/e0.0p5 /mnt/aoe xfs defaults,_netdev 2 0


Wrong examples:

This line will generate boot errors, as the early mount process will try to mount this
volume, because it is not marked as network-dependant:

/dev/etherd/e0.0p5 /mnt/aoe xfs defaults 2 0


This line will provoke that the /mnt/aoe volume won't simply get mounted while booting
or running "/etc/init.d/aoetools start":

/dev/etherd/e0.0p5 /mnt/aoe xfs defaults,noauto 2 0


Important note: Please note that if your network is not properly configured or your
AoE server is down, you can incur in big delays in the booting process. If you fear so,
mount volumes manually after you are sure that your AoE shelf is reachable.