> >>> On 2/8/2012 at 01:46 AM, Jonathan Schaeffer > >>> <[email protected]> > > wrote: > > I wanted to know if it is good practice (or common enough) to build a > > filesystem containing configuration data for the clustered services. > > Yes. Pretty much all of my clustered resource groups contain a Filesystem > resource so that the service and its data can move between cluster nodes.
Application data: yes. For configuration data, like /etc/your-service.conf that changes parhaps once every half year, you could think about rsync to keep the configs in sync on the nodes. -- Dr. Michael Schwartzkopff Guardinistr. 63 81375 München Tel: (0163) 172 50 98 Fax: (089) 620 304 13
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
