crmsh icon indicating copy to clipboard operation
crmsh copied to clipboard

Better to articulate `crm cluster stop` INFO output

Open zzhou1 opened this issue 6 years ago • 1 comments

~ # crm cluster stop INFO: Cluster services stopped

Basically, the term of "services" can be systemd services, ie, pacemaker.service, corosync.service, sbd.service. Also, it is widely used to refer to cluster resource agents to the end user.

So, better to improve INFO to clarify about this command. Eg, it stops the whole stack, both resource agents and systemd pacemaker/corosync.service/services.

I can understand the code. It stops corosync.service. The consequence result is a graceful shutdown of pacemaker which stops all resource agents on top.

zzhou1 avatar Jan 23 '19 07:01 zzhou1

Good idea, yes :)

krig avatar Feb 06 '19 08:02 krig