Christoph Biedl 8b80abe16a aoetools 36-6 5 ヶ月 前
..
patches 12d920c524 Packaging cleanup 5 ヶ月 前
source 5c19154902 * New upstream release: 10 年 前
usr 76364a8f4b Make LVM over AoE work 5 ヶ月 前
README 4bbd46d074 [ Update README ] 16 年 前
aoetools.aoe-discover.service 56aa548247 Clean up service file 5 ヶ月 前
aoetools.default a658117bef Rework init script 8 ヶ月 前
aoetools.docs 8aa2a33069 debian/rules: Added NEWS to dh_installchangelog. 14 年 前
aoetools.init a658117bef Rework init script 8 ヶ月 前
aoetools.install 2116a39db2 Unify installation paths 5 ヶ月 前
aoetools.links 54c12cd246 usrmerge transition, move everything out of the legacy directories. Closes: #1056960 5 ヶ月 前
aoetools.postinst f01c748e7b Reformat shell scripts 8 ヶ月 前
changelog 8b80abe16a aoetools 36-6 5 ヶ月 前
control 12d920c524 Packaging cleanup 5 ヶ月 前
copyright fecda1c6ff Update copyright notices to 2023 1 年間 前
rules 12d920c524 Packaging cleanup 5 ヶ月 前
watch 12d920c524 Packaging cleanup 5 ヶ月 前

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.