The upgrade of opennebula from 7.0.1 CE to 7.2 CE seemed to go well, when I login to fireedge the networks, templates,vm’s, images etc are all there and everything looks fine except for the kvm nodes.
The controller node is also a kvm node, I have two other kvm-nodes joined to the default cluster. DEBUG_LEVEL to 4.All nodes are in ERROR state.
ssh as oneadmin to all nodes is passwordless
oned.log : Does not have any errors
monitor.log : Is full with “Start monitor failed for host 1: Error executing monitord-client_control.sh: #<NoMethodError: undefined method `text’ for nil:NilClass>” errors.
Thu Apr 30 13:02:48 2026 [Z0][MDP][I]: Command execution failed (exit code: 1): ‘if [ -x “/var/tmp/one/im/run_monitord_client” ]; then /var/tmp/one/im/run_monitord_client kvm 0 one-mast-00; else exit 42; fi’
Thu Apr 30 13:02:48 2026 [Z0][MDP][I]: Error executing monitord-client_control.sh: #<NoMethodError: undefined methodtext' for nil:NilClass> Thu Apr 30 13:02:48 2026 [Z0][MDP][I]: Command execution failed (exit code: 1): 'if [ -x "/var/tmp/one/im/run_monitord_client" ]; then /var/tmp/one/im/run_monitord_client kvm 1 one-node-01; else exit 42; fi' Thu Apr 30 13:02:48 2026 [Z0][MDP][I]: Error executing monitord-client_control.sh: #<NoMethodError: undefined methodtext’ for nil:NilClass>
Thu Apr 30 13:02:48 2026 [Z0][MDP][I]: Command execution failed (exit code: 1): ‘if [ -x “/var/tmp/one/im/run_monitord_client” ]; then /var/tmp/one/im/run_monitord_client kvm 7 one-node-03; else exit 42; fi’
Thu Apr 30 13:02:48 2026 [Z0][MDP][I]: Error executing monitord-client_control.sh: #<NoMethodError: undefined method `text’ for nil:NilClass>
…
Thu Apr 30 13:02:54 2026 [Z0][MDP][DD]: [13:2:54] Received START_MONITOR message from host 0:
Error executing monitord-client_control.sh: #<NoMethodError: undefined methodtext' for nil:NilClass> Thu Apr 30 13:02:54 2026 [Z0][MDP][W]: Start monitor failed for host 0: Error executing monitord-client_control.sh: #<NoMethodError: undefined methodtext’ for nil:NilClass>
Thu Apr 30 13:02:54 2026 [Z0][HMM][E]: Unable to monitor host id: 0
Thu Apr 30 13:02:54 2026 [Z0][MDP][I]: Command execution failed (exit code: 1): ‘if [ -x “/var/tmp/one/im/run_monitord_client” ]; then /var/tmp/one/im/run_monitord_client kvm 1 one-node-01; else exit 42; fi’
Thu Apr 30 13:02:54 2026 [Z0][MDP][I]: Error executing monitord-client_control.sh: #<NoMethodError: undefined methodtext' for nil:NilClass> Thu Apr 30 13:02:54 2026 [Z0][MDP][DD]: [13:2:54] Received START_MONITOR message from host 1: Error executing monitord-client_control.sh: #<NoMethodError: undefined methodtext’ for nil:NilClass>
Thu Apr 30 13:02:54 2026 [Z0][MDP][W]: Start monitor failed for host 1: Error executing monitord-client_control.sh: #<NoMethodError: undefined method `text’ for nil:NilClass>
Versions of the related components and OS (frontend, hypervisors, VMs):
Operating System: Ubuntu 22.04.5 LTS
Kernel: Linux 5.15.0-176-generic
Architecture: x86-64
Hardware Model: B660-ITX
Operating System: Ubuntu 22.04.5 LTS
Kernel: Linux 5.15.0-176-generic
Architecture: x86-64
Hardware Vendor: To Be Filled By O.E.M.
Hardware Model: To Be Filled By O.E.M.
Operating System: Ubuntu 22.04.5 LTS
Kernel: Linux 5.15.0-176-generic
Architecture: x86-64
Hardware Vendor: To Be Filled By O.E.M.
Hardware Model: B660-ITX
Steps to reproduce:
Upgrade from 7.0.1 CE to 7.2 CE
Current results:
All working fine except nodes are in ERROR state.
monitor.log : Is full with “Start monitor failed for host 1: Error executing monitord-client_control.sh: #<NoMethodError: undefined method `text’ for nil:NilClass>” errors.
Expected results:
All kvm nodes to be available and green.
