Hi again.<div><br></div><div>This seems weird. I am setting a new cluster (a simpler one) and having some troubles to mount the ext3 on top of drbd partition:</div><div>I get this meesages from the logs:</div><div><br></div>
<div>/var/log/messages-Jun 24 17:24:43 openvz1 Filesystem[11092]: INFO: Running start for /dev/mapper/vg0-vzpart on /mnt</div><div>/var/log/messages-Jun 24 17:24:43 openvz1 lrmd: [10742]: info: RA output: (VZFS:start:stderr) mount: /dev/mapper/vg0-vzpart already mounted or /mnt busy</div>
<div>/var/log/messages:Jun 24 17:24:43 openvz1 Filesystem[11092]: ERROR: Couldn&#39;t mount filesystem /dev/mapper/vg0-vzpart on /mnt</div><div>  </div><div>I dont know if I missed some contrains or something like that</div>
<div>This is the config I am testing:</div><div><br></div><div><div>node $id=&quot;492edbea-b2e9-40a5-9208-bacb1bbad124&quot; openvz1</div><div>primitive ClusterIP ocf:heartbeat:IPaddr2 \</div><div>        params ip=&quot;10.10.12.250&quot; cidr_netmask=&quot;16&quot; \</div>
<div>        op monitor interval=&quot;30s&quot;</div><div>primitive VZData ocf:linbit:drbd \</div><div>        params drbd_resource=&quot;vzpart&quot; \</div><div>        op monitor interval=&quot;60s&quot;</div><div>primitive VZFS ocf:heartbeat:Filesystem \</div>
<div>        params device=&quot;/dev/mapper/vg0-vzpart&quot; directory=&quot;/mnt&quot; fstype=&quot;ext3&quot;</div><div>ms VZDataClone VZData \</div><div>        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;</div>
<div>colocation fs_on_drbd inf: VZFS VZDataClone:Master</div><div>order VZFS-after-VZData inf: VZDataClone:promote VZFS:start</div><div>property $id=&quot;cib-bootstrap-options&quot; \</div><div>        dc-version=&quot;1.0.9-89bd754939df5150de7cd76835f98fe90851b677&quot; \</div>
<div>        cluster-infrastructure=&quot;Heartbeat&quot; \</div><div>        stonith-enabled=&quot;false&quot; \</div><div>        no-quorum-policy=&quot;ignore&quot; \</div><div>        default-action-timeout=&quot;60s&quot;</div>
</div><div><br></div><div>And the crm_mon for this resource</div><div><br></div><div><div>Failed actions:</div><div>    VZFS_start_0 (node=openvz1, call=12, rc=1, status=complete): unknown error</div></div><div><br></div>
<div>Any ideas?</div>