From: Elliot F. <efi...@gm...> - 2011-08-29 17:42:20
|
On Sun, Aug 28, 2011 at 1:31 PM, John <wil...@gm...> wrote: > I've recently tried to setup moosefs as a backend distributed filesystem for > open nebula but have run into a sizable roadblock where clients cannot for > whatever reason write to the filesystem. > Everything went fine with installation as I followed the step by step to the > tee and have 1 master, 1 metalogger, and 14 chunk servers with the clients > running on each node. All nodes are able to correctly mount the filesystem > and list folders created with mfssetgoal working as well. However when I try > to copy any file to the filesystem the operation hangs the ssh session and > has to be killed by rebooting the system that the copy operation was > attempted from. Without more information, it would be hard to say what's happening here. I ran into the exact same symptom last friday and it turned out to be an MTU problem. bumped the MTU of the client back down to 1500 (from 9000) and everything worked as expected. turned out the switch I was using didn't support the larger MTU. |