Hello,<br>
I&#39;m trying to configure DRBD &amp; Pacemaker &amp; Corosync &amp; RabbitMQ and I need some help in the following areas:<br>
<br>
1) Is it possible to configure to use a file containing a filesystem in DRBD ( filesystem within another filesystem file) ?<br>
2) Pacemaker automatically mounts the drdb device on the master node (the cluster contains a primary-secondary nodes) while the slave doesn&#39;t have access in order not to corrupt the data, right?<br><br>I have the following configuration and the filesystem was not mounted for some reason (although DRBD management console displays that drbd:r0 block device is synchronized and configured as primary-secodary):<br>

<br>$crm configure show<br>node ha-node1
<br>node ha-node2
<br>primitive bunny ocf:rabbitmq:rabbitmq-server \
<br>    params mnesia_base=&quot;/mnt/drbd1&quot;
<br>primitive drbd ocf:linbit:drbd \
<br>    params drbd_resource=&quot;drbd1&quot; \
<br>    op monitor interval=&quot;60s&quot; \
<br>    meta is-managed=&quot;true&quot;
<br>primitive drbd_fs ocf:heartbeat:Filesystem \
<br>    params device=&quot;/dev/drbd0&quot; directory=&quot;/mnt/drbd1&quot; fstype=&quot;ext3&quot;
<br>ms drbd_ms drbd \
<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 bunny_on_fs inf: bunny drbd_fs
<br>colocation fs_on_drbd inf: drbd_fs drbd_ms:Master
<br>order bunny_after_fs inf: drbd_fs bunny
<br>order fs_after_drbd inf: drbd_ms:promote drbd_fs:start
<br>property $id=&quot;cib-bootstrap-options&quot; \
<br>    dc-version=&quot;1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd&quot; \
<br>    cluster-infrastructure=&quot;openais&quot; \
<br>    expected-quorum-votes=&quot;2&quot; \
<br>    last-lrm-refresh=&quot;1310458848&quot;
<br><br><br>$ crm_mon<br>============
<br>Last updated: Tue Jul 12 01:30:55 2011
<br>Stack: openais
<br>Current DC: ha-node1 - partition with quorum
<br>Version: 1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd
<br>2 Nodes configured, 2 expected votes
<br>3 Resources configured.
<br>============
<br> <br>Online: [ ha-node1 ha-node2 ]
<br><br>3) How can I mount a shared folder instead of DRDB just to test the rest of configuration?<br><br>Thank you<br><br>Best regards,<br>Lucian-Paul Torje<br>