1
0
Christoph Biedl 13b2a19b55 aoetools 36-4 vor 3 Jahren
..
modules-load.d 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) vor 7 Jahren
patches b297b965f4 aoe-sancheck: Probe interfaces not named eth*. Closes: #986671 vor 3 Jahren
source 5c19154902 * New upstream release: vor 10 Jahren
60-aoe.rules 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) vor 7 Jahren
NEWS.Debian 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) vor 7 Jahren
README 4bbd46d074 [ Update README ] vor 16 Jahren
aoetools.aoe-discover.service 55b7ca9094 Add documentation key to aoe-discover service file vor 5 Jahren
aoetools.default 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) vor 7 Jahren
aoetools.docs 8aa2a33069 debian/rules: Added NEWS to dh_installchangelog. vor 14 Jahren
aoetools.init e9d294b50b Use LSB logging functions in init script. Closes: #830914 vor 7 Jahren
aoetools.install b33220572d Packaging cleanup vor 7 Jahren
aoetools.links 4584e0c1dd Fix aoe-discover symlink in /etc/network/if-up.d/ Closes: #834225, LP: 1650682 vor 7 Jahren
aoetools.postinst 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) vor 7 Jahren
changelog 13b2a19b55 aoetools 36-4 vor 3 Jahren
compat b33220572d Packaging cleanup vor 7 Jahren
control 179ba9b9c4 Set new Vcs URLs vor 3 Jahren
copyright b33220572d Packaging cleanup vor 7 Jahren
hooks_aoe 18740421c3 * Added hooks for initramfs-tools in order to be able to support booting vor 10 Jahren
local-top_aoe 18740421c3 * Added hooks for initramfs-tools in order to be able to support booting vor 10 Jahren
rules b33220572d Packaging cleanup vor 7 Jahren
watch cd804292fc * debian/rules: vor 10 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.