Am Freitag, den 09.07.2010, 11:15 +0200 schrieb Alain.Moulle: > Hi, > I'm trying to use the ocf:heartbeat:Filesystem but I would like to use a > Label of FS as DEVICE, so I have built my FS with : > > mkfs.ext4 -L HA:DB /dev/sdk > > and then I have configured y FS resource likewise: > > crm configure primitive FS-clusterdb ocf:heartbeat:Filesystem params > device='HA:DB' directory='/var/lib/pgsql/data' fstype='ext4' op start > timeout=60 op stop timeout=60 op monitor timeout=60 start-delay=60 > interval=20 meta target-role='started' > > But on start, it returns "not installed" displayed by crm_mon , and > looking at script Filesystem, it seems that it is due to the fact that > it does not find the Label as device in /etc/mtab or /proc/mounts, but > these files are filled dynamically when a FS is mounted and line > dissapear when FS is unmounted, so I can't find how to give the > information to Filesystem ? > > Thanks for your help. > Alain Moullé
Hi, as far as I remember ext4 was not implemented in the FS resourece agent. Please have a look into the script. Greetings, -- Dr. Michael Schwartzkopff Guardinistr. 63 81375 München mob: 0163 172 50 98 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
