Hi, It seems I found a bug in crm
# rpm -q pacemaker pacemaker-1.0.8-6.el5 # crm configure rsc_defaults failure-timeout="10min" # crm configure show | tail -2 rsc_defaults $id="rsc-options" \ failure-timeout="10min" # crm configure edit rsc-options :%s/10/20/ ZZ ERROR: element meta_attributes (rsc-options) not recognized Do you want to edit again? or you just do 'crm configure edit' and try to change rsc_defaults - same result - complains about id If I try to remove $id="rsc-options" altogether, it accepts it, but removes rsc_defaults completely - D'oh Vadym _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf