From: <che...@st...> - 2015-10-23 01:27:28
|
hello We installed moosefs v2.0 on the centos operation system, The network environment as follows: 172.18.70.1 (centos 6, installed masterserver) 172.18.70.2 (centos 6, Configured as a DNS server, installed moosefs client) 172.18.70.3 (centos 6, installed chunkserver) 172.18.70.4 (centos 6, installed moosefs client) The configuration of mfsmaster.cfg as follows: We used the default value, Just modified the Item of master address(MATOCS_LISTEN_HOST = 172.18.70.1) The configuration of mfschunkserver.cfg as follows: We used the default value, Just modified the Item of master address(MASTER_HOST = 172.18.70.1) On the server of 172.18.70.4 We installed fuse V2.8.3.4. We mount the moosefs on the local filesystem /mnt/mfs, we can create directory on the moosefs, but can't write any data into the file, all created file can find the filename on the moosefs only, the file size is zero. We use cp command copy file , this operation is blocked and we can found the file on moosef but has no data. che...@st... |