diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-01-02 09:48:02 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-01-02 09:48:02 +0000 |
commit | 80924e3082a8f8e8b1a9906dfd80179d16f5e06d (patch) | |
tree | f21dcbb96267119462c7207cbfd4ecd4196e26d7 /etc/drbd.d/backup.res | |
parent | Longer nrpe timeouts for some checks and fall back to unknown, not critical (diff) | |
download | config-80924e3082a8f8e8b1a9906dfd80179d16f5e06d.tar.bz2 config-80924e3082a8f8e8b1a9906dfd80179d16f5e06d.tar.xz config-80924e3082a8f8e8b1a9906dfd80179d16f5e06d.zip |
Fix order of DRBD syncs after removals
Diffstat (limited to 'etc/drbd.d/backup.res')
-rw-r--r-- | etc/drbd.d/backup.res | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/drbd.d/backup.res b/etc/drbd.d/backup.res index 67a0281..6201d4b 100644 --- a/etc/drbd.d/backup.res +++ b/etc/drbd.d/backup.res @@ -12,7 +12,6 @@ resource backup { meta-disk internal; } disk { - resync-after www; } net { allow-two-primaries no; |