# HG changeset patch
# User Florian Haas <[email protected]>
# Date 1290699243 -3600
# Node ID 36a67629bf98eab28d0225f9740748ef51cc2a67
# Parent 6407a7137b5748d6375083f0be843c198b3d95d2
Medium: Clusters From Scratch: fix device param in Filesystem resource
diff -r 6407a7137b57 -r 36a67629bf98
doc/Clusters_from_Scratch/en-US/Ch-Shared-Storage.xml
--- a/doc/Clusters_from_Scratch/en-US/Ch-Shared-Storage.xml Fri Nov 19
18:19:03 2010 +0100
+++ b/doc/Clusters_from_Scratch/en-US/Ch-Shared-Storage.xml Thu Nov 25
16:34:03 2010 +0100
@@ -387,7 +387,7 @@
crm(live)# <userinput>cib new fs</userinput>
INFO: fs shadow CIB created
crm(fs)# <userinput>configure primitive WebFS ocf:heartbeat:Filesystem
\</userinput>
-<userinput> params device="/dev/mapper/VolGroup-drbd--demo"
directory="/var/www/html" fstype="ext4"</userinput>
+<userinput> params device="/dev/drbd/by-res/wwwdata"
directory="/var/www/html" fstype="ext4"</userinput>
crm(fs)# <userinput>configure colocation fs_on_drbd inf: WebFS
WebDataClone:Master</userinput>
crm(fs)# <userinput>configure order WebFS-after-WebData inf:
WebDataClone:promote WebFS:start</userinput>
</screen>
_______________________________________________
Pacemaker mailing list: [email protected]
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://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker