<div dir="ltr"><div>Yo tengo el mismo problema, en el log de pacemaker me aparece el error:<br>did not activate correctly<br><br></div>La única diferencia con el usuario <b>KAMI911 </b>es que yo tengo dos volumenes<b> </b>y uno de ellos si lo activa bien. Ambos estan vacios no tienen volumenes lógicos.<br><br>primitive apache lsb:apache2 \<br>        op monitor interval=&quot;5s&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive drbdhome ocf:linbit:drbd \<br>        params drbd_resource=&quot;home&quot; \<br>        op monitor interval=&quot;29s&quot; role=&quot;Master&quot; \<br>        op monitor interval=&quot;31s&quot; role=&quot;Slave&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive drbdmeta ocf:linbit:drbd \<br>        params drbd_resource=&quot;meta&quot; \<br>        op monitor interval=&quot;29s&quot; role=&quot;Master&quot; \<br>        op monitor interval=&quot;31s&quot; role=&quot;Slave&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive drbdmirror ocf:linbit:drbd \<br>        params drbd_resource=&quot;mirror&quot; \<br>        op monitor interval=&quot;29s&quot; role=&quot;Master&quot; \<br>        op monitor interval=&quot;31s&quot; role=&quot;Slave&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive drbdxen ocf:linbit:drbd \<br>        params drbd_resource=&quot;xen&quot; \<br>        op monitor interval=&quot;29s&quot; role=&quot;Master&quot; \<br>        op monitor interval=&quot;31s&quot; role=&quot;Slave&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive fsmeta ocf:heartbeat:Filesystem \<br>        params device=&quot;/dev/drbd2&quot; directory=&quot;/meta&quot; fstype=&quot;ext4&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;240s&quot; \<br>        op stop interval=&quot;0&quot; timeout=&quot;100s&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive fsmirror ocf:heartbeat:Filesystem \<br>        params device=&quot;/dev/drbd3&quot; directory=&quot;/var/www&quot; fstype=&quot;ext4&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;240s&quot; \<br>        op stop interval=&quot;0&quot; timeout=&quot;100s&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive home ocf:heartbeat:iSCSILogicalUnit \<br>        params target_iqn=&quot;iscsi.vera.es:cluster&quot; lun=&quot;1&quot; path=&quot;/dev/drbd1&quot; scsi_sn=&quot;home&quot; additional_parameters=&quot;type=fileio&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;60&quot; on-fail=&quot;restart&quot; \<br>        op monitor interval=&quot;60&quot; timeout=&quot;60&quot; on-fail=&quot;restart&quot; \<br>        meta target-role=&quot;stopped&quot;<br>primitive ipcluster ocf:heartbeat:IPaddr2 \<br>        params ip=&quot;10.200.1.1&quot; cidr_netmask=&quot;24&quot; nic=&quot;eth0&quot; \<br>        op monitor interval=&quot;30s&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive ipiscsi ocf:heartbeat:IPaddr2 \<br>        params ip=&quot;192.168.1.1&quot; cidr_netmask=&quot;24&quot; nic=&quot;bond0&quot; \<br>        op monitor interval=&quot;30s&quot; \<br>        meta target-role=&quot;stopped&quot;<br>primitive lvmhome ocf:heartbeat:LVM \<br>        params volgrpname=&quot;VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767&quot; \<br>        op monitor interval=&quot;10&quot; timeout=&quot;50&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;240s&quot; \<br>        op stop interval=&quot;0&quot; timeout=&quot;100s&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive lvmxen ocf:heartbeat:LVM \<br>        params volgrpname=&quot;VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127&quot; \<br>        op monitor interval=&quot;10&quot; timeout=&quot;50&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;240s&quot; \<br>        op stop interval=&quot;0&quot; timeout=&quot;100s&quot; \<br>        meta target-role=&quot;started&quot;<br>primitive target ocf:heartbeat:iSCSITarget \<br>        params iqn=&quot;iscsi.vera.es:cluster&quot; tid=&quot;1&quot; incoming_username=&quot;root&quot; incoming_password=&quot;iscsi&quot; portals=&quot;&quot; additional_parameters=&quot;type=fileio&quot; \<br>        op start interval=&quot;0s&quot; timeout=&quot;60s&quot; on-fail=&quot;restart&quot; \<br>        op monitor interval=&quot;60s&quot; timeout=&quot;60s&quot; on-fail=&quot;restart&quot; \<br>        meta target-role=&quot;stopped&quot;<br>primitive xen ocf:heartbeat:iSCSILogicalUnit \<br>        params target_iqn=&quot;iscsi.vera.es:cluster&quot; lun=&quot;0&quot; path=&quot;/dev/drbd0&quot; scsi_sn=&quot;xen&quot; additional_parameters=&quot;type=fileio&quot; \<br>        op start interval=&quot;0&quot; timeout=&quot;60&quot; on-fail=&quot;restart&quot; \<br>        op monitor interval=&quot;60&quot; timeout=&quot;60&quot; on-fail=&quot;restart&quot; \<br>        meta target-role=&quot;stopped&quot;<br>group drbdgroup drbdmirror drbdmeta drbdxen drbdhome<br>group fsgroup fsmirror fsmeta<br>group iscsi ipiscsi target<br>group lun home xen<br>group lvm lvmhome lvmxen<br>group services ipcluster apache<br>ms msdrbdgroup drbdgroup \<br>        meta master-max=&quot;1&quot; master-node-max=&quot;1&quot; clone-max=&quot;2&quot; clone-node-max=&quot;1&quot; notify=&quot;true&quot;<br>colocation fsgroup_on_msdrbdgroup inf: fsgroup msdrbdgroup:Master<br>colocation iscsi_on_lvm inf: iscsi lvm<br>colocation lun_on_iscsi inf: lun iscsi<br>colocation lvm_on_msdrbdgroup inf: lvm msdrbdgroup:Master<br>colocation services_on_fsgroup inf: services fsgroup<br>order fsgroup_before_services inf: fsgroup services<br>order iscsi_before_lun inf: iscsi lun<br>order lvm_before_iscsi inf: lvm iscsi<br>order msdrdbgroup_before_fs inf: msdrbdgroup:promote fsgroup:start<br>order msdrdbgroup_before_lvm inf: msdrbdgroup:promote lvm:start<br><br><br><br>LVM(lvmhome)[26716]:    2015/05/11_12:51:37 WARNING: LVM Volume VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767 is not available (stopped)<br>LVM(lvmhome)[26716]:    2015/05/11_12:51:37 INFO: LVM Volume VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767 is offline<br>LVM(lvmhome)[27479]:    2015/05/11_12:51:39 INFO: Activating volume group VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767<br>LVM(lvmhome)[27479]:    2015/05/11_12:51:39 INFO: Reading all physical volumes. This may take a while... Found volume group &quot;VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767&quot; using metadata type lvm2 Found volume group &quot;VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127&quot; using metadata type lvm2<br>LVM(lvmhome)[27479]:    2015/05/11_12:51:39 INFO: 0 logical volume(s) in volume group &quot;VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767&quot; now active<br>LVM(lvmhome)[27479]:    2015/05/11_12:51:39 ERROR: LVM Volume VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767 is not available (stopped)<br>LVM(lvmhome)[27479]:    2015/05/11_12:51:39 ERROR: LVM: VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767 did not activate correctly<br>LVM(lvmhome)[27701]:    2015/05/11_12:51:40 INFO: Deactivating volume group VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767<br>LVM(lvmhome)[27701]:    2015/05/11_12:51:40 INFO: 0 logical volume(s) in volume group &quot;VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767&quot; now active<br>LVM(lvmhome)[27701]:    2015/05/11_12:51:40 INFO: LVM Volume VG_XenStorage-b6ae9ae5-256f-a2cc-212d-1b20a313f767 is not available (stopped)<br><br><br>LVM(lvmxen)[18627]:     2015/05/11_10:51:49 WARNING: LVM Volume VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127 is not available (stopped)<br>LVM(lvmxen)[18627]:     2015/05/11_10:51:49 INFO: LVM Volume VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127 is offline<br>LVM(lvmxen)[27883]:     2015/05/11_10:54:49 WARNING: LVM Volume VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127 is not available (stopped)<br>LVM(lvmxen)[27883]:     2015/05/11_10:54:49 INFO: LVM Volume VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127 is offline<br>LVM(lvmxen)[15160]:     2015/05/11_10:59:01 WARNING: LVM Volume VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127 is not available (stopped)<br>LVM(lvmxen)[15160]:     2015/05/11_10:59:01 INFO: LVM Volume VG_XenStorage-4426659e-8315-0732-e3cc-a6f2bf5cd127 is offline<br><br><br><br>May 11 12:51:44 cluster2 crm_simulate[28599]:  warning: unpack_rsc_op: Processing failed op start for lvmhome on cluster3: not running (7)<br>May 11 12:51:44 cluster2 crm_simulate[28599]:  warning: unpack_rsc_op: Processing failed op start for lvmhome on cluster2: not running (7)<br>May 11 12:51:44 cluster2 crm_simulate[28599]:  warning: common_apply_stickiness: Forcing lvmhome away from cluster2 after 1000000 failures (max=1000000)<br>May 11 12:51:44 cluster2 crm_simulate[28599]:  warning: common_apply_stickiness: Forcing lvmhome away from cluster3 after 1000000 failures (max=1000000)<br>May 11 12:51:44 cluster2 crm_simulate[28599]:   notice: run_graph: Transition 0 (Complete=0, Pending=0, Fired=0, Skipped=0, Incomplete=0, Source=crm_simulate): Complete<br>May 11 12:51:44 cluster2 crm_simulate[28599]:   notice: unpack_config: On loss of CCM Quorum: Ignore<br>May 11 12:51:44 cluster2 crm_simulate[28599]:  warning: unpack_rsc_op: Processing failed op start for lvmhome on cluster3: not running (7)<br>May 11 12:51:44 cluster2 crm_simulate[28599]:  warning: unpack_rsc_op: Processing failed op start for lvmhome on cluster2: not running (7)<br><br><b><br><br><br></b></div>