Re: problem with enbd init on standby
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach u.schmeling:" > Ok I only recompiled the client module. Will do the rest tommorow morning! No no .. that's FINE. I want NO debugging output (until I have localized the problem somewhat). My question was merely as to HOW you had managed to get SOME debugging output and not OTHER. It's all in the same source file! What I want is the strace information from both sides for that bit of the handshake (where it exchanges bksz). You may have to turn on debugging in order to locate it, but if you can manage to find the point WITHOUT debugging turned on, all the better, initially. Turning on debugging indiscriminately can cause new errors. If you are going to turn it on in expect() (in enbd-client.c), that's a pretty limited use and is just about K, but if you are going to the trouble of limiting it like that, best to turn it on in the fill() code (in the same file) as well. Peter