Changeset 6856db8 for npl/kernel/initrd_scripts/root/etc
- Timestamp:
- 10/29/18 11:12:08 (6 years ago)
- Branches:
- master, perl-5.22
- Children:
- 2ac0039
- Parents:
- 8ac1bcd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/kernel/initrd_scripts/root/etc/drbd.boot
r8ac1bcd r6856db8 340 340 else 341 341 if grep sync /proc/drbd >/dev/null; then 342 echo -ne "${WARN} Sync ronising ${NORMAL}"342 echo -ne "${WARN} Synchronising ${NORMAL}" 343 343 else 344 344 echo -ne "${BAD} Sync needed ${NORMAL}" … … 368 368 become_secondary 369 369 if [ "$REBUILD" ]; then 370 splashwarn "Synchroni sation started. Please reboot other node to finish installation. (this node will become primary and auto-reboot)"370 splashwarn "Synchronization started. Please reboot other node to finish installation. (this node will become primary and auto-reboot)" 371 371 # if [ "$CONSISTENT" ]; then 372 # splashwarn "Finished initial synchroni sation: This node needs become primary and reboot from harddisk. Please temporary shutdown other node. (this node will become primary and auto-reboot)"372 # splashwarn "Finished initial synchronization: This node needs become primary and reboot from harddisk. Please temporary shutdown other node. (this node will become primary and auto-reboot)" 373 373 # else 374 # splashwarn "Redundancy OK: Please wait until initial sync ronisation is complete..."374 # splashwarn "Redundancy OK: Please wait until initial synchronization is complete..." 375 375 # fi 376 376 else … … 434 434 splasherror "Redundancy ERROR: The data on this node needs to be synced!" 435 435 echo "Cannot boot this node in this state." 436 echo "Please reboot the other node and wait until sync ronisation is complete."436 echo "Please reboot the other node and wait until synchronization is complete." 437 437 fi 438 438 else #net still online
Note: See TracChangeset
for help on using the changeset viewer.