Ignore:
Timestamp:
06/01/17 12:53:11 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
6f166c4
Parents:
13a1b25
Message:

dont auto reboot after drbd setup. make sure old drbd isnt reinstalled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/kernel/drbd8/boot.drbd

    r13a1b25 r2fd27f0  
    33if [ -f /proc/drbd ] && grep cdroot /proc/cmdline; then
    44        syn3-install-bootloader
    5         splashinfo "Redundancy installation finshed, rebooting..."
     5        splashinfo "Redundancy installation finshed, please reboot when syncronication is completed."
    66        #reboot right away to make things easier for the administrator
    7         reboot
     7        #reboot
     8        #NO: this creates splitbrains if other node isnt rebooted quickly enough
    89fi
    910
Note: See TracChangeset for help on using the changeset viewer.