diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-04 00:06:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-04 00:06:43 +0200 |
| commit | f9b99fc25f172cf5f1303aa06c96560d507c538f (patch) | |
| tree | 249f9d3d41ceda13d6bcc0bed1af9502a5a76f7a /gemfeed | |
| parent | f1666212a05beb17f98e3b237114d2a4007cee04 (diff) | |
Update content for html
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html | 8 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 10 |
2 files changed, 5 insertions, 13 deletions
diff --git a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html index 46bdf5b3..470a19e7 100644 --- a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html +++ b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html @@ -1564,6 +1564,8 @@ Auto-failback ENABLED (removed /data/nfs/nfs.NO_AUTO_FAILBACK) <br /> <span>When <span class='inlinecode'>f0</span> reboots (planned or unplanned), <span class='inlinecode'>f1</span> takes over as CARP MASTER. To ensure <span class='inlinecode'>f0</span> automatically reclaims its primary role once it's fully operational, we'll implement an automatic failback mechanism. With:</span><br /> <br /> +<span class='quote'>Update: Fixed the script at Sun 4 Jan 00:04:28 EET 2026 - removed the NFS service check because when f0 is BACKUP, NFS services are intentionally stopped by carpcontrol.sh, which would prevent auto-failback from ever triggering.</span><br /> +<br /> <!-- Generator: GNU source-highlight 3.1.9 by Lorenzo Bettini http://www.lorenzobettini.it @@ -1606,12 +1608,6 @@ CURRENT_STATE=$(/usr/local/bin/carp | awk <font color="#808080">'{print $NF}'</f <b><u><font color="#000000">exit</font></u></b> <font color="#000000">0</font> <b><u><font color="#000000">fi</font></u></b> -<i><font color="silver"># Check if NFS services are running (ensure we're fully ready)</font></i> -<b><u><font color="#000000">if</font></u></b> ! service nfsd status >/dev/null <font color="#000000">2</font>>&<font color="#000000">1</font>; <b><u><font color="#000000">then</font></u></b> - log_message <font color="#808080">"SKIP: NFS services not yet running"</font> - <b><u><font color="#000000">exit</font></u></b> <font color="#000000">0</font> -<b><u><font color="#000000">fi</font></u></b> - <i><font color="silver"># All conditions met - promote to MASTER</font></i> log_message <font color="#808080">"CONDITIONS MET: Promoting to MASTER (was $CURRENT_STATE)"</font> /usr/local/bin/carp master diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e354f4ed..781298dd 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2026-01-03T23:57:42+02:00</updated> + <updated>2026-01-04T00:05:40+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -7962,6 +7962,8 @@ Auto-failback ENABLED (removed /data/nfs/nfs.NO_AUTO_FAILBACK) <br /> <span>When <span class='inlinecode'>f0</span> reboots (planned or unplanned), <span class='inlinecode'>f1</span> takes over as CARP MASTER. To ensure <span class='inlinecode'>f0</span> automatically reclaims its primary role once it's fully operational, we'll implement an automatic failback mechanism. With:</span><br /> <br /> +<span class='quote'>Update: Fixed the script at Sun 4 Jan 00:04:28 EET 2026 - removed the NFS service check because when f0 is BACKUP, NFS services are intentionally stopped by carpcontrol.sh, which would prevent auto-failback from ever triggering.</span><br /> +<br /> <!-- Generator: GNU source-highlight 3.1.9 by Lorenzo Bettini http://www.lorenzobettini.it @@ -8004,12 +8006,6 @@ CURRENT_STATE=$(/usr/local/bin/carp | awk <font color="#808080">'{print $NF}'</f <b><u><font color="#000000">exit</font></u></b> <font color="#000000">0</font> <b><u><font color="#000000">fi</font></u></b> -<i><font color="silver"># Check if NFS services are running (ensure we're fully ready)</font></i> -<b><u><font color="#000000">if</font></u></b> ! service nfsd status >/dev/null <font color="#000000">2</font>>&<font color="#000000">1</font>; <b><u><font color="#000000">then</font></u></b> - log_message <font color="#808080">"SKIP: NFS services not yet running"</font> - <b><u><font color="#000000">exit</font></u></b> <font color="#000000">0</font> -<b><u><font color="#000000">fi</font></u></b> - <i><font color="silver"># All conditions met - promote to MASTER</font></i> log_message <font color="#808080">"CONDITIONS MET: Promoting to MASTER (was $CURRENT_STATE)"</font> /usr/local/bin/carp master |
