Hi,

I'm fighting with the crm configure filter command to change all migration-threshold values in the configuration :

crm -F configure filter   \"sed '/threshold="1"/s/="1"/="0"/g'\"

does not change anything , and I've tried to add several \ around the " , around the = etc. nothing works ...

whereas if I execute the sed command on a resulting file of command crm configure show, sed command works :
sed '/threshold="1"/s/="1"/="0"/g'

can someone tell me the tip to make it works with crm configure filter ?

Thanks a lot !
Alain
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to