1
0
Christoph Biedl f0f1efaa1d Provide a dispatcher script for NetworkManager. Closes: #1054047 vor 1 Jahr
..
patches 1aa850fc56 Cherry-pick "Change shell script interpreter from /bin/bash to /bin/sh" vor 3 Jahren
source 5c19154902 * New upstream release: vor 11 Jahren
usr f0f1efaa1d Provide a dispatcher script for NetworkManager. Closes: #1054047 vor 1 Jahr
NEWS.Debian 80ad8670e3 Install native systemd units, udev rules, and if-up.d hook to trigger discovery. (Closes: #796585) vor 8 Jahren
README 4bbd46d074 [ Update README ] vor 17 Jahren
aoetools.aoe-discover.service 54c12cd246 usrmerge transition, move everything out of the legacy directories. Closes: #1056960 vor 1 Jahr
aoetools.default a658117bef Rework init script vor 1 Jahr
aoetools.docs 8aa2a33069 debian/rules: Added NEWS to dh_installchangelog. vor 15 Jahren
aoetools.init a658117bef Rework init script vor 1 Jahr
aoetools.install 2116a39db2 Unify installation paths vor 1 Jahr
aoetools.links 54c12cd246 usrmerge transition, move everything out of the legacy directories. Closes: #1056960 vor 1 Jahr
aoetools.postinst f01c748e7b Reformat shell scripts vor 1 Jahr
changelog b71f66d0a3 aoetools 36-5 vor 3 Jahren
compat b33220572d Packaging cleanup vor 8 Jahren
control 179ba9b9c4 Set new Vcs URLs vor 4 Jahren
copyright fecda1c6ff Update copyright notices to 2023 vor 2 Jahren
rules 2116a39db2 Unify installation paths vor 1 Jahr
watch cd804292fc * debian/rules: vor 11 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.