1DRBD-RECONFIGURE-S(7) DRBD Manual DRBD-RECONFIGURE-S(7)
2
3
4
6 drbd-reconfigure-suspend-or-error@.service - System unit to
7 re-configure specific DRBD aspects
8
10 drbd-reconfigure-suspend-or-error@RESNAME.service
11
12
14 If a disk fails or a replication link goes down and as a consequence
15 DRBD loses "quorum" or access to good data, DRBD can be configured to
16 either suspend-io or return io-errors.
17
18 io-errors allow file systems and applications to notice and stop
19 themselves or be unmounted. The assumption is that some other node(s)
20 will still have good data and some cluster manager or other monitoring
21 entity will notice the situation and try to bring up services there.
22
23 suspend-io allows the problematic incident to be hidden from file
24 systems and applications, they would just block until access to good
25 data is restored. This can be useful to cope with supposedly short
26 "network hickup" like incidents without causing service restarts.
27
28 But if IO is "suspended" (blocked, frozen, also known as
29 "un-interruptible sleep" or "D state"), applications cannot be killed,
30 file systems cannot be unmounted.
31
32 If some other node was told to take over services meanwhile, we need to
33 demote DRBD on the "frozen" node before we can re-integrate it.
34
35 In these scenarios it may be useful to configure DRBD for suspend-io
36 during normal operation, so it would mask intermittent problems, but if
37 services had been taken over by some other partition of nodes in the
38 storage cluster, reconfigure for io-error, to be able to bring down
39 services and unmount file systems before trying to re-integrate this
40 node.
41
42 This service reconfigures RESNAME for suspend-io when started and for
43 io-error when stopped.
44
45 You should test a lot and maybe talk to LINBIT support before using
46 this.
47
48 See also the DRBD User’s Guide[1]
49
50
52 LINBIT HA Solutions GmbH https://linbit.com
53
55 1. DRBD User’s Guide
56 https://linbit.com/drbd-user-guide/drbd-guide-9_0-en/
57
58
59
60drbd-utils 2023-11-05 DRBD-RECONFIGURE-S(7)