From: Markus K. <mar...@tu...> - 2017-01-13 09:04:54
|
Hi! If you are running chunk servers on a separate network and one of them is not reachable on this network the Disks tab on the web interface does not work. The confusing thing is that on the Servers tab and on the Info tab everything is alright. It would be nice if the case would get handled so that the information of all other chunk servers get displayed and the timeout gets displayed int the lines for the the disks of the affected chunk server. web interface output: Traceback (most recent call last): File "/usr/share/mfscgi/mfs.cgi", line 4481, in conn = MFSConn(hostip,port) File "/usr/share/mfscgi/mfs.cgi", line 1348, in __init__ self.connect() File "/usr/share/mfscgi/mfs.cgi", line 1371, in connect self.socket.connect((self.host,self.port)) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) timeout: timed out my configuration: moosefs 3.0.86-1 all hosts have configured a public IP and private IP master: MATOML_LISTEN_HOST = * MATOCS_LISTEN_HOST = * MATOCL_LISTEN_HOST = * chunkserver: BIND_HOST = public IP MASTER_HOST = public IP master CSSERV_LISTEN_HOST = private IP To reproduce it disconnect the network cable for the private IP of one chunk server. Thanks, Markus Köberl -- Markus Koeberl Graz University of Technology Signal Processing and Speech Communication Laboratory E-mail: mar...@tu... |