Changes between Version 6 and Version 7 of UserGuidelines


Ignore:
Timestamp:
Oct 11, 2013 2:46:13 PM (11 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines

    v6 v7  
    99 * DON'T store large files in your home or project directory unless you need them in multiple experiment instances.
    1010   * DO store these files locally on a node, e.g., in {{{/tmp}}} folder. If you need more disk space you can mount more by doing
    11      {{{ sudo /usr/local/etc/emulab/mkextrafs.pl /mnt
     11     {{{sudo /usr/local/etc/emulab/mkextrafs.pl /mnt
    1212user=`whoami`
    13 sudo chown $user /mnt/local }}}
     13sudo chown $user /mnt/local}}}
    1414
    1515Traffic from experimental nodes to/from your home directory also travels over the control network (read more about this in the next section). To minimize this load please refrain from performing large (> 500 MB) or frequent (< 10 s) reads/writes that involve your experimental nodes and your home directory, unless absolutely necessary. If you need to log something, use a local directory on an experimental node, such as /tmp, and transfer the logs to your home directory before you swap out to save them.