Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi, I did not find another way to report bugs (if I missed it please give me a hint) so I report two minor "bugs" here: 1. A typo: drbdsetup gives a warning if outdated-wfc-timeout is not set, but it calls it outdate-wfc-timeout which is misleading. (degr_wfc_timeout < outdated_wfc_timeout || outdated_wfc_timeout == 0)) { outdated_wfc_timeout = wfc_timeout; fprintf(stderr, "outdate-wfc-timeout has to be shorter than degr-wfc-timeout\n" 2. The init Skript calls drbdadm sh-mod-parms to get info on how many devices may be used. If no ressources are defined during startup drbdadm throws an error an does not return the configured value. So setting up the correct module parameters fails silently. Best regards Tim