Christoph Biedl 572b35b549 Adopt package. Closes: #843435 7 年 前
..
modules-load.d 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
patches db7434828b * debian/patches/04_support_slash_run_slash_udev: New, adding /run/udev to the udev 10 年 前
source 5c19154902 * New upstream release: 10 年 前
60-aoe.rules 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
NEWS.Debian 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
README 4bbd46d074 [ Update README ] 16 年 前
aoetools.aoe-discover.service 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
aoetools.default 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
aoetools.docs 8aa2a33069 debian/rules: Added NEWS to dh_installchangelog. 14 年 前
aoetools.init 3d61de74c8 * debian/aoetools.init: 10 年 前
aoetools.install 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
aoetools.links 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
aoetools.postinst 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
changelog 61c91eface aoetools 36-1.1 7 年 前
compat 5c19154902 * New upstream release: 10 年 前
control 572b35b549 Adopt package. Closes: #843435 7 年 前
copyright 88146cf544 debian/copyright: Added some information for making clear that Coraid is the real copyright holder. 16 年 前
dirs 18740421c3 * Added hooks for initramfs-tools in order to be able to support booting 10 年 前
hooks_aoe 18740421c3 * Added hooks for initramfs-tools in order to be able to support booting 10 年 前
local-top_aoe 18740421c3 * Added hooks for initramfs-tools in order to be able to support booting 10 年 前
rules 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) 7 年 前
watch cd804292fc * debian/rules: 10 年 前

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.