Hi !
I’m installing new oVirt 4.4.4 node on CentOS Stream and its seems there are some changes
since older node on CentOS 7.x.
1) NFS shares for storage domain.
In 7.x I used
chown -Rv nfsnobody:nfsnobody /vmraid/nfs; chmod -Rv 755 /vmraid/nfs
In Stream nfsnobody don’t exists, should I use:
chown -Rv nobody:nobody /vmraid/nfs; chmod -Rv 777 /vmraid/nfs
Is that correct settings?
2) SELinux seems to be more permissive now, looks like I don’t have to tweak it to have my
custom cron and SNMP scripts running.
Yes, SELinux is running, getenforce -> yields “Enforcing”.
Will oVirt sw node installation change this behaviour?
Thanks in advance
Andrei