You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the fence-virtd provided by various distros (ie: fedora, centos, so on) is embedded with a default config file that has wrong permissions in my opinion:
ls -al /etc/fence_virt.conf
-rw-r--r--. 1 root root 272 May 10 2022 /etc/fence_virt.conf
the file should have 600 permissions like the one that is generated via fence_virtd -c
the key file, ie /etc/cluster/fence_xvm.key, should be also checked for permissions before starting the service
The text was updated successfully, but these errors were encountered:
the fence-virtd provided by various distros (ie: fedora, centos, so on) is embedded with a default config file that has wrong permissions in my opinion:
ls -al /etc/fence_virt.conf
-rw-r--r--. 1 root root 272 May 10 2022 /etc/fence_virt.conf
the file should have 600 permissions like the one that is generated via fence_virtd -c
the key file, ie /etc/cluster/fence_xvm.key, should be also checked for permissions before starting the service
The text was updated successfully, but these errors were encountered: