adm@15sp7-1:~> sudo crm configure primitive s-10 Stateful
adm@15sp7-1:~> sudo crm configure ms ms-10 s-10
WARNING: "ms" is deprecated. Please use "clone ms-10 s-10 meta promotable=true"
warning: Support for <master> (such as in ms-30) is deprecated and will be removed in a future release. Use <clone> with a promotable meta-attribute instead.
Warnings found during check: config not valid
Do you still want to commit (y/n)? y
adm@15sp7-1:~> sudo crm_verify --live-check -V
warning: Support for <master> (such as in ms-10) is deprecated and will be removed in a future release. Use <clone> with a promotable meta-attribute instead.
Warnings found during check: config not valid
adm@15sp7-1:~> echo $?
78