[Pacemaker] DRBD+OCFS2+Pacemaker on UBUNTU 12.04, DRBD via pacemaker doesn't start when corosync invoked

emmanuel segura emi2fast at gmail.com
Thu May 15 04:25:29 EDT 2014


Try to use a simple configuration as follow:

global {
  usage-count yes;
}
common {
  protocol C;
}
resource r0 {
  on alice {
    device    /dev/drbd1;
    disk      /dev/sda7;
    address   10.1.1.31:7789;
    meta-disk internal;
  }
  on bob {
    device    /dev/drbd1;
    disk      /dev/sda7;
    address   10.1.1.32:7789;
    meta-disk internal;
  }
}

I don't know if this a the problem, but the resource r0 is declared
out side of global tag




2014-05-15 10:21 GMT+02:00 emmanuel segura <emi2fast at gmail.com>:

> You don't declared your drbd resource r0 in the configuration, read this
> http://www.drbd.org/users-guide/s-configure-resource.html
>
>
> 2014-05-15 9:33 GMT+02:00 kamal kishi <kamal.kishi at gmail.com>:
>
>> Hi All,
>>
>> My configuration is simple and straight, UBUNTU 12.04 used to run
>> pacemaker.
>> Pacemaker runs DRBD and OCFS2.
>>
>> The DRBD can be started manually without any error or issues with
>> primary/primary configuration.
>>
>> (NOTE : This configuration is being done as base to configure
>> ACTIVE-ACTIVE XEN configuration, hence the "become-primary-on both;' is
>> used in DRBD config)
>>
>> Configuration attached :
>> 1. DRBD
>> 2. Pacemaker
>>
>> Log attached :
>> Syslog1 - Server 1
>> Syslog2 - Server 2
>>
>> Hope and wish I get a solution.
>>
>> --
>> Regards,
>> Kamal Kishore B V
>>
>> _______________________________________________
>> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
>> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>>
>> Project Home: http://www.clusterlabs.org
>> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
>> Bugs: http://bugs.clusterlabs.org
>>
>>
>
>
> --
> esta es mi vida e me la vivo hasta que dios quiera
>



-- 
esta es mi vida e me la vivo hasta que dios quiera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20140515/df3cd729/attachment-0003.html>


More information about the Pacemaker mailing list