From: web u. <web...@gm...> - 2015-04-10 18:16:13
|
I'm in the process of setting up a fast moosefs (built on top of ssds) in addition to mastermfs running. I did this first without creating a new dns server and the chunkservers registered with my old moosefs. I realized this quickly and changed the configuration files to create a new alias "mfsmaterfast" However, when I now start up the services, they all startup but somehow the disks are not registering with the mfsmasterfast (running on the same host). Here is the error message from syslog: Apr 10 14:06:07 msi-90 mfsmasterfast[1596]: connection with CS(192.168.4.90) has been closed by peer Apr 10 14:06:07 msi-90 mfsmasterfast[1596]: chunkserver disconnected - ip: 192.168.4.90 / port: 9422, usedspace: 2054701056 (1.91 GiB), totalspace: 3300572712960 (3073.90 GiB) Apr 10 14:06:07 msi-90 mfsmasterfast[1596]: server ip: 192.168.4.90 / port: 9422 has been fully removed from data structures Apr 10 14:06:12 msi-90 mfschunkserverfast[1599]: connecting ... Apr 10 14:06:12 msi-90 mfschunkserverfast[1599]: connected to Master Apr 10 14:06:12 msi-90 mfsmasterfast[1596]: csdb: found cs using ip:port and csid (192.168.4.90:9422,3) Apr 10 14:06:12 msi-90 mfsmasterfast[1596]: chunkserver register begin (packet version: 6) - ip: 192.168.4.90 / port: 9422, usedspace: 2054701056 (1.91 GiB), totalspace: 3300572712960 (3073.90 GiB) Apr 10 14:06:12 msi-90 mfschunkserverfast[1599]: MATOCS_MASTER_ACK - wrong meta data id. Can't connect to master Apr 10 14:06:12 msi-90 mfsmasterfast[1596]: connection with CS(192.168.4.90) has been closed by peer Apr 10 14:06:12 msi-90 mfsmasterfast[1596]: chunkserver disconnected - ip: 192.168.4.90 / port: 9422, usedspace: 2054701056 (1.91 GiB), totalspace: 3300572712960 (3073.90 GiB) Apr 10 14:06:12 msi-90 mfsmasterfast[1596]: server ip: 192.168.4.90 / port: 9422 has been fully removed from data structures Any ideas on what I'm doing wrong? |