Actions
Bug #7110
closedIf I have a Rudder server in 3.1, but the relay in 3.0, all nodes behind the relay can't fetch the uuid of the relay
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
I upgraded my rudder serve to 3.1.1, but forgot to upgrade my relay
The nodes now fetch the uuid of the policy server on https, but the conf of the relay havent apperently been upgraded:
netstat -laputen tcp 0 0 :::22 :::* LISTEN 0 11086 1120/sshd tcp 0 0 ::1:25 :::* LISTEN 0 11296 1198/master tcp 0 0 :::514 :::* LISTEN 0 10507 951/rsyslogd tcp 0 0 :::37934 :::* LISTEN 29 10714 998/rpc.statd tcp 0 0 :::111 :::* LISTEN 0 10605 978/rpcbind tcp 0 0 :::80 :::* LISTEN 0 11433 1209/httpd
On the node
/usr/bin/curl -k -1 -s -f --proxy '' -o "/var/rudder/cfengine-community/rudder-server-uuid.txt" https://relay1.rudder.local/uuid echo $? 7
Is it mandatory to upgrade the relay ??
Updated by Nicolas CHARLES over 9 years ago
ok, it seems that no promises exist to configure the ports on which the relay listen to, so we'd at least need to document that the relay should be upgraded
Updated by Nicolas CHARLES over 9 years ago
oh :( the relay didn't have the relay package installed (it comes from a 2.10 era), so do I need to install a new package ???
Updated by Alexis Mousset almost 9 years ago
- Status changed from New to Rejected
Closing as it is a documentation issue, see #6226
Actions