Archived
Check NixOS configurations / eval-hosts (push) Successful in 10m23s
Even with both nodes in standby, Pacemaker's monitor operations keep running. When the monitor sees DRBD is Primary on a standby node (that it didn't start), it triggers a stop action — killing the initial sync after ~10 s. Enable maintenance-mode after standby stops the existing resources but before DRBD is manually brought up for the sync. Maintenance-mode suspends all start/stop/monitor actions so Pacemaker is completely hands-off during the sync. Disable it alongside crm_standby -v off once UpToDate/UpToDate is confirmed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>