elaborate on what? every sysadmin should know that having rootfs on same filesystem with /home is a bad idea - users can make it full (which would also make /tmp full and all system folders that share it) - that would make it harder for system to write stuff.
Most of advanced servers have even /usr /var and /tmp in different filesystems, which makes a lot of sense (when ur using lvm you can easily change their sizes as you need). I would find it logical to use /dev/vdb as /home instead of /mnt On Sat, Feb 16, 2013 at 6:07 PM, Jeremy Baron <[email protected]> wrote: > On Sat, Feb 16, 2013 at 5:02 PM, Petr Bena <[email protected]> wrote: > > on same filesystem? that's dangerous. > > {{fact}}. or at least elaborate. > > > Also, what is someone decide to switch > > to gluster? how the home folders will get migrated? > > I'm not sure, we'll have to wait for someone to answer. I guess > projects won't be switching back and forth much. i.e. they'll just > pick one way or the other. > > > what if there will be > > conflicting local users and where the local user home's will go? > > I don't think I know what that means. or at least I don't see how that > wouldn't already have been a problem? (before this change) > > -Jeremy > > _______________________________________________ > Labs-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/labs-l >
_______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
