Display the configuration crmsh # crm configure show pcs # pcs cluster cib Display the current status crmsh # crm_mon -1 pcs # pcs status
Initialize gitflow git git flow init git init git commit --allow-empty -m "Initial commit" git checkout -b develop master Connect to the remote repository