DRBD using 1 Partition for DRBD, Meta Data Disk and Linux File System

Stifan Kristi sugizo at japan.com
Sun Jan 31 02:05:13 UTC 2010


Dear all,

Is there possible to configure DRBD just using 1 Partition for DRBD, 
Meta Data Disk and Linux File System.
When I set into different Partition or Disk for DRBD, Meta Data Disk and 
split it with Linux File System, it's work, but when I set it in 1 
Partition, it didn't work

Here is my drbd.conf :

global {
    usage-count no;
}

common {
  syncer { rate 10M; }
}

resource r0 {
        protocol C;
        startup {
                wfc-timeout  15;
                degr-wfc-timeout 60;
        }
        net {
                cram-hmac-alg sha1;
                shared-secret "*****";
        }
        on ubuntu.linux.vmw {
                device /dev/drbd0;
                disk /dev/sda1;
                address 192.168.44.3:7788;
                meta-disk internal;
        }
        on ubuntu1.linux.vmw {
                device /dev/drbd0;
                disk /dev/sda1;
                address 192.168.44.4:7788;
                meta-disk internal;
        }
}

Thanks and Best Regards,

*Stifan Kristi (Kou Shou)* 
Jakarta, Indonesia 
Tel. +62 21 581 6264 | Cell. +62 818 783 118 
Email : sugizo at japan.com <mailto:sugizo at japan.com> 

*??????**?????**(**??**)* 
???????????? 
?????+???????????|???+???????????
?????:sugizo at japan <mailto:sugizo at japan.com>?com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20100131/16c1c3d5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sugizo.vcf
Type: text/x-vcard
Size: 204 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20100131/16c1c3d5/attachment.vcf>


More information about the ubuntu-users mailing list