From: JJ <jj...@ci...> - 2012-02-13 22:01:19
|
What would be the correct ./configure options|command to install mfsmount on a working mfsmaster? I tried ./configure --prefix=/usr --sysconfdir=/etc/mfs --localstatedir=/var/lib --with-default-user=mfs --with-default-group=mfs --disable-mfschunkserver && make with a find looking for it. Nothing. Tried fewer options (--disable*), no joy. Thank you for your time. JJ Support Engineer Cirrhus9.com On 02/13/2012 01:38 PM, Travis Hein wrote: > You would need to consider your network topology (e.g. in our > environment we have the moosefs master and chunk servers and mfs mount > clients in their own back end network segment, and a virtual machine > that runs mfsmount and samba is the access point or "gateway" into the > file system for the windows users. We tried to follow the design as one > would do an iSCSI san, where dedicated "SAN" network segments are used > for the back end storage to the application servers that is different > from the front end facing network segments the end users and clients > invoke the applications with. > > You might also consider the amount of network IO operations that would > be done between the windows machines and the (SCP operations?) mount > point that exposes the mfsmount-ed file system. Where by depending on > the speed of the network (100MB, GB ethernet) and the amount of > concurent requests, you might find contention for the network link and > this could reduce the performance of the file system as a whole. but > this is entirely subjective . > > But functionally there is no technical consideration why you could not > run mfsmount on the mfsmaster node. > > On 12-02-13 1:17 PM, JJ wrote: >> Now that our moosefs install is functional, >> We want to provide access to our Clients that are bound >> to a Window-based OS. >> >> I would like to know if mounting (using mfsmount, running ./configure >> per the client installl) on the mfsmaster is a good idea? >> >> If it suggested ok to do, then I can ask our Windows users to install >> WinSCP and then I'd alter the mfs user's $home directory to be /mnt/mfs >> > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users |