Hi, On Fri, Jul 09, 2010 at 02:49:34PM +0200, Alain.Moulle wrote: > Hi Dejan , > > Yes Dejan, I saw the metadata, and I already tried this option to put > device='-L HA:DB' but : > > crm configure primitive FS-clusterdb ocf:heartbeat:Filesystem params > device='-L 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='stopped' > element nvpair: Relax-NG validity error : Type ID doesn't allow value > 'FS-clusterdb-instance_attributes-HA:DB' > element nvpair: Relax-NG validity error : Element nvpair failed to > validate attributes > Relax-NG validity error : Extra element nvpair in interleave > element nvpair: Relax-NG validity error : Element instance_attributes > failed to validate content > Relax-NG validity error : Extra element instance_attributes in interleave > element cib: Relax-NG validity error : Element cib failed to validate > content > crm_verify[12341]: 2010/07/09_14:09:06 ERROR: main: CIB did not pass > DTD/schema validation > Errors found during check: config not valid > ERROR: FS-clusterdb: parameter HA:DB does not exist > Do you still want to commit? > > So ... I did not commit, should I have despite the ERRORs ?
I think that you have a problem with shell expansion. If you ran that command from the command line, the quotes would be stripped and device='-L HA:DB' would become device=-L HA:DB. Either run that in the crm or protect the quotes. > I think that it can't find this label HA:DB anywhere, despite I > did the mkfs.ext4 with the Label ... but maybe I'm wrong ? You didn't get to that stage yet. Thanks, Dejan > Thanks > Alain > > > > According to the meta-data, you should set device="-L HA:DB". > > > > Thanks, > > > > Dejan > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
