David Martínez Moreno 4a6bb250bf Added /etc/default/aoetools and /etc/init.d/aoetools 17 年 前
..
README 4a6bb250bf Added /etc/default/aoetools and /etc/init.d/aoetools 17 年 前
aoetools.default 4a6bb250bf Added /etc/default/aoetools and /etc/init.d/aoetools 17 年 前
aoetools.docs cee11d0320 Added devnodes.txt to shipped docs. 18 年 前
aoetools.init 4a6bb250bf Added /etc/default/aoetools and /etc/init.d/aoetools 17 年 前
changelog 69e2b87176 aoetools 10-1 18 年 前
compat d8ed4bfbfe Import Debian version 3-1 19 年 前
control d3d8daf8a4 debian/control: 17 年 前
copyright 9b08da9d19 debian/copyright: Changed FSF's address to the new one. 18 年 前
rules 7a6ba90dd4 debian/rules: Binaries should go to /sbin instead to /usr/sbin. 17 年 前

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


This line will generate boot errors, as the early mount process will try to mount this
volume, as 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.