changeset 1 | b36b9eee9c41 |
parent 0 | 4bc43250587a |
child 30 | 70e5ecce4769 |
0:4bc43250587a | 1:b36b9eee9c41 |
---|---|
1 # shell snipped |
1 # shell snipped |
2 |
2 |
3 echo "*** Needs to be configured in /etc/ha-sync/ha-sync.conf" >&2 |
3 # Where are the maintained files: |
4 exit 1 |
4 DIR=/boot/ha-config |
5 |
5 |
6 # The two nodes to be maintained: |
|
7 # NODE_A=host-a |
|
8 # NODE_B=host-b |
|
6 NODE_A= |
9 NODE_A= |
7 NODE_B= |
10 NODE_B= |
8 |
11 |
9 FILESYSTEMS="/ /boot" |
12 # Which filesystems to syncronize: |
10 DIR=/boot/ha-config |
13 # FILESYSTEMS="/ /boot" |
14 FILESYSTEMS= |
|
15 |