Hi,<br><br><snip><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Is there a searchable repository of the list content so I may find<br>
if some of my doubts are already explained ?<br>
</blockquote></blockquote>
<br></div>
Answering myself, I found that this (and some related lists) are archived and indexed at GossamerThreads,<br>
        <a href="http://www.gossamer-threads.com/lists/linuxha" target="_blank">http://www.gossamer-threads.com/lists/linuxha</a><br>
I usually find that indexing a list like this is an invaluable tool, so<br>
here for the record.<br clear="all"></blockquote></div><br>For future reference, maybe this method will help someone else. From <a href="http://www.clusterlabs.org/wiki/Mailing_lists">http://www.clusterlabs.org/wiki/Mailing_lists</a> there are 3 main archives:<br>
- <a href="http://oss.clusterlabs.org/pipermail/pacemaker">http://oss.clusterlabs.org/pipermail/pacemaker</a><br>- <a href="http://lists.linux-ha.org/pipermail/linux-ha">http://lists.linux-ha.org/pipermail/linux-ha</a><br>
- <a href="http://lists.linux-foundation.org/pipermail/openais">http://lists.linux-foundation.org/pipermail/openais</a><br>+ 1 for drbd<br>- <a href="http://lists.linbit.com/pipermail/drbd-user/">http://lists.linbit.com/pipermail/drbd-user/</a><br>
<br>What I do is to take the gzipped archives from all of the above, extract them as text and index them with google desktop for quick reference.<br><br>Here's the one liner to do that:<br><br>for i in <a href="http://oss.clusterlabs.org/pipermail/pacemaker">http://oss.clusterlabs.org/pipermail/pacemaker</a> <a href="http://lists.linux-ha.org/pipermail/linux-ha">http://lists.linux-ha.org/pipermail/linux-ha</a> <a href="http://lists.linux-foundation.org/pipermail/openais">http://lists.linux-foundation.org/pipermail/openais</a> <a href="http://lists.linbit.com/pipermail/drbd-user/">http://lists.linbit.com/pipermail/drbd-user/</a> ; do mkdir -p $(pwd)/${i##*/} && for j in $(wget $i -O - 2>/dev/null | awk -F '"' -v var="$i" '/.gz/ {print var"/"$2}') ; do wget $j -P $(pwd)/${i##*/} 2>/dev/null; done && gunzip $(pwd)/${i##*/}/*.gz 2>/dev/null; done<br>
<br>Regards,<br>Dan<br><br>-- <br>Dan Frincu<div>CCNA, RHCE</div><br>