ClusterLabs / crmsh

Command-line interface for High-Availability cluster management on GNU/Linux systems.
GNU General Public License v2.0
131 stars 94 forks source link

crm cluster init example on the start-guide page #1337

Closed mpagot closed 7 months ago

mpagot commented 7 months ago

https://github.com/ClusterLabs/crmsh/blob/e3d1170e72bc399c92ee8ac7f639a1e2058a7a0f/doc/website-v1/start-guide.adoc?plain=1#L120

The example reported is like

crm cluster init --name demo-cluster --nodes "alice bob"

Is it a valid syntax in crm --version 4.5.0 ? Should not be as reported by crm cluster help init

crm cluster init --name demo-cluster -N alice -N bob
liangxin1300 commented 7 months ago

Hi @mpagot

Please use --node "alice bob"

And the start-guide might be outdated, should be updated

Thanks!