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 | |
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
-rw-r--r-- | etc/drbd.d/backup.res | 1 | ||||
-rw-r--r-- | etc/drbd.d/downloads.res | 2 |
2 files changed, 1 insertions, 2 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; diff --git a/etc/drbd.d/downloads.res b/etc/drbd.d/downloads.res index 305ba5e..f97c54f 100644 --- a/etc/drbd.d/downloads.res +++ b/etc/drbd.d/downloads.res @@ -12,7 +12,7 @@ resource downloads { meta-disk internal; } disk { - resync-after store; + resync-after backup; } net { allow-two-primaries no; |