Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document in example crm.conf and man page all options #1511

Open
jirib opened this issue Aug 9, 2024 · 0 comments
Open

Document in example crm.conf and man page all options #1511

jirib opened this issue Aug 9, 2024 · 0 comments

Comments

@jirib
Copy link

jirib commented Aug 9, 2024

Not all crm config options are documented:

example01:~ # grep -aHPv '^\s*(;|#|$)' /etc/crm/crm.conf ~root/.config/crm/crm.conf ~hacluster/.config/crm/crm.conf
/etc/crm/crm.conf:[path]
/etc/crm/crm.conf:crm_daemon_user = hacluster
/etc/crm/crm.conf:ocf_root = /usr/lib/ocf
/root/.config/crm/crm.conf:[core]
/root/.config/crm/crm.conf:debug = yes
/root/.config/crm/crm.conf:force = false
/root/.config/crm/crm.conf:wait = false
/root/.config/crm/crm.conf:hosts = root@example01, root@example02, root@example03
/root/.config/crm/crm.conf:no_generating_ssh_key = no
/root/.config/crm/crm.conf:[color]
/root/.config/crm/crm.conf:style = color
grep: /var/lib/heartbeat/cores/hacluster/.config/crm/crm.conf: No such file or directory
# man crm | grep -c hosts
0
jb155sapqe01:~ # grep -c hosts /etc/crm/crm.conf 
0

However, it is defined at

DEFAULTS = {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant