From: Michał B. <mic...@ge...> - 2012-02-21 06:26:57
|
Hi Stas! What platform do you use? The solution with /etc/fstab works only on Linux platforms (tested on Debian). On other platforms you need to prepare a script in /usr/local/etc/rc.d which will run mfsmount with needed options. And on Linux you need _netdev option, as written on http://www.moosefs.org/reference-guide.html in "Mounting the File System" section. Kind regards Michal From: Stas Oskin [mailto:sta...@gm...] Sent: Sunday, January 15, 2012 10:01 AM To: MooseFS Subject: Connection timed out at mfsmount on boot Hi. We have the mfsmount set in fstab, but noticed it never properly works on boot. When the system comes up, it just logs: Jan 15 06:55:51 ovsa1 mfsmount[6926]: file: 63934, index: 0, chunk: 24383640, version: 1 - writeworker: connection with (C0A80214:9422) was timed out (unfinished writes: 5; try counter: 1) Jan 15 06:55:52 ovsa1 mfsmount[6926]: writeworker: write error: 26 Jan 15 06:55:55 ovsa1 last message repeated 3 times Jan 15 06:55:56 ovsa1 mfschunkserver[6252]: testing chunk: /dfs1/75/chunk_00000000015C3675_00000001.mfs Jan 15 06:55:56 ovsa1 mfsmount[6926]: writeworker: write error: 26 Jan 15 06:56:06 ovsa1 last message repeated 8 times Jan 15 06:56:06 ovsa1 mfschunkserver[6252]: testing chunk: /dfs5/A7/chunk_00000000015C38A7_00000001.mfs Jan 15 06:56:07 ovsa1 mfsmount[6926]: writeworker: write error: 26 Jan 15 06:56:16 ovsa1 last message repeated 8 times Jan 15 06:56:17 ovsa1 mfschunkserver[6252]: testing chunk: /dfs4/AE/chunk_00000000015BDEAE_00000001.mfs Jan 15 06:56:17 ovsa1 mfsmount[6926]: writeworker: write error: 26 Jan 15 06:56:26 ovsa1 last message repeated 7 times Jan 15 06:56:27 ovsa1 mfschunkserver[6252]: testing chunk: /dfs3/DB/chunk_00000000015C42DB_00000001.mfs Jan 15 06:56:27 ovsa1 mfsmount[6926]: writeworker: write error: 26 Jan 15 06:56:37 ovsa1 last message repeated 10 times Jan 15 06:56:37 ovsa1 mfschunkserver[6252]: testing chunk: /dfs2/BB/chunk_00000000015C2EBB_00000001.mfs Jan 15 06:56:37 ovsa1 mfsmount[6926]: writeworker: write error: 26 Jan 15 06:56:46 ovsa1 last message repeated 9 times Jan 15 06:56:47 ovsa1 mfschunkserver[6252]: testing chunk: /dfs1/90/chunk_00000000015C3690_00000001.mfs Jan 15 06:56:48 ovsa1 mfsmount[6926]: writeworker: write error: 26 Also, the mfsmount never retries to connect after these errors. Any idea how to resolve this, perhaps by increasing the timeout, or making mfsmount reconnect until it succeeds? Thanks in advance. |