ClusterLabs / cluster-glue

Reusable Cluster Components ("glue")
http://clusterlabs.org/
GNU General Public License v2.0
18 stars 28 forks source link

lrm regression test failed #17

Closed sandy-lcq closed 6 years ago

sandy-lcq commented 6 years ago

Reproduce Step

cd /usr/share/cluster-glue/lrmtest HA_BIN=/usr/lib64/heartbeat/ ./regression.sh

Result

starting lrmd rscmgmt...................... checking... FAIL metadata........... checking... FAIL rscexec............................ checking... FAIL stonith checking... FAIL serialize checking... FAIL flood checking... FAIL seems like some tests failed or else something not expected check output/regression.out and diff files in output in case you wonder what lrmd was doing, read output/lrmd.log and output/lrmd.debug stopping lrmd

Analyze

  1. checked regression.out, there are so many warning like "WARN: Can't connect to lrmd!"
  2. checked lrmd.debug, seems lrmd not work well since ERROR: unregister_client: can not find client, but the client seems have regisered "on_msg_register:client lrmadmin [2599] registered".

@krig @dmuhamedagic @lge Could you please help to check this problem, log have attached. Thanks. output.tar.gz

dmuhamedagic commented 6 years ago

This should work, but I haven't looked at it for a very long time.

Anyway, lrmd from cluster-glue is not used in the pacemaker stack anymore. What is your use case?

sandy-lcq commented 6 years ago

Thanks. I will close this issue since the test case is old, lrmd in cluster-glue not used now.