[DRBD-user] Browsing partition is slow

Jean-Sebastien Pilon jspilon at PENSON.CA
Mon Nov 6 16:47:34 CET 2006

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


Hello, 

I have been using DRBD for 5 months on an FTP server. I had do a full
resynch over a 10 Mbit link, so I decided to drop the partition ( was 18
GB used on 120GB ) reformatted the partition and DRBD device is back in
business.

Now when I am browsing the partition, it freezes once in a while ( and
this is obviously on the master machine, since the partition is not
mounted on the secondary )

Like when I do a simple ls, I will freeze for 5-6 seconds.

What is funny is that I never did this before I reformatted the
partition.

Debian Sarge
Kernel: 2.4.27-2-386

I am using debian stock drbd packages: 
drbd0.7-utils/stable uptodate 0.7.10-4
drbd0.7-module-source/stable uptodate 0.7.10-4

# cat /proc/drbd
version: 0.7.10 (api:77/proto:74)
SVN Revision: 1743 build by phil at mescal, 2005-01-31 12:22:07
 0: cs:Connected st:Primary/Secondary ld:Consistent
    ns:18326292 nr:0 dw:18329772 dr:39846204 al:4527 bm:6199 lo:0 pe:0
ua:0 ap:0

My config file looks like below

Please let me know if you need to know anything else ;)



{
        protocol C;
        incon-degr-cmd "halt -f";
        startup
        {
                degr-wfc-timeout 120;
        }
        disk
        {
                on-io-error   detach;
        }
        net
        {
        }
        syncer
        {
                rate 10M;
                group 1;
                al-extents 257;
        }

        on host1
        {
                device     /dev/drbd0;
                disk       /dev/sda11;
                address    x.x.x.1:7788;
                meta-disk  /dev/sda10[0];
        }
        on host2
        {
                device    /dev/drbd0;
                disk      /dev/cciss/c0d0p11;
                address   x.x.x.2:7788;
                meta-disk /dev/cciss/c0d0p10[0];
        }
}
NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. 

AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement l’expéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt d’erreur puisque les informations qu’il contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.  



More information about the drbd-user mailing list