Hi Everyone,
One of the nodes of our cluster suddenly got disconnected. I was not able to ping initially, but after restarting the node and checking if maintenance mode is enabled. Connectivity was regained and all the IPs can be pinged from each other.
Even so, the cluster can’t recognize the previously disconnected node even when all pings are good. Tried restarting the cluster and the local CVM but the error below appears:
nutanix@NTNX-A-CVM:192.168.50.182:~$ cluster status
2021-07-13 07:34:46,652Z WARNING genesis_utils.py:1304 Failed to reach a node where Genesis is up. Retrying... (Hit Ctrl-C to abort
Traceback (most recent call last):
File "/usr/lib64/python2.7/logging/__init__.py", line 875, in emit
self.flush()
File "/usr/lib64/python2.7/logging/__init__.py", line 835, in flush
self.stream.flush()
IOError: /Errno 28] No space left on device
Logged from file log.py, line 191
2021-07-13 07:34:47,654Z WARNING genesis_utils.py:1304 Failed to reach a node where Genesis is up. Retrying... (Hit Ctrl-C to abort
Traceback (most recent call last):
File "/usr/lib64/python2.7/logging/__init__.py", line 875, in emit
self.flush()
File "/usr/lib64/python2.7/logging/__init__.py", line 835, in flush
self.stream.flush()
IOError: (Errno 28] No space left on device
Logged from file log.py, line 191
2021-07-13 07:34:48,656Z WARNING genesis_utils.py:1304 Failed to reach a node where Genesis is up. Retrying... (Hit Ctrl-C to abort
Traceback (most recent call last):
File "/usr/lib64/python2.7/logging/__init__.py", line 875, in emit
self.flush()
File "/usr/lib64/python2.7/logging/__init__.py", line 835, in flush
self.stream.flush()
IOError: .Errno 28] No space left on device
Logged from file log.py, line 191
2021-07-13 07:34:49,659Z WARNING genesis_utils.py:1304 Failed to reach a node where Genesis is up. Retrying... (Hit Ctrl-C to abort
Traceback (most recent call last):
File "/usr/lib64/python2.7/logging/__init__.py", line 875, in emit
self.flush()
File "/usr/lib64/python2.7/logging/__init__.py", line 835, in flush
self.stream.flush()
IOError: sErrno 28] No space left on device
Logged from file log.py, line 191
Has anyone encountered this? Unfortunately, the support term ended months ago.