Skip to content

Demonstration of a persistent NFS server on Cloudlab

Notifications You must be signed in to change notification settings

yyppyy/nfs-dataset

 
 

Repository files navigation

nfs-dataset

setup MIND/fastswap/GAM servers on Cloudlab.

usage

for CN:

echo Y | init_env.sh && localize_data.sh CN $CN_first $CN_last && setup_CN.sh $sys $CN_first $CN_last

For example create CN 5 for mind, use:

echo Y | init_env.sh && localize_data.sh CN 5 5 && setup_CN.sh mind 5 5

For MN:

echo Y | init_env.sh && localize_data.sh MN && setup_MN.sh $sys

For example create MN for gam, use:

echo Y | init_env.sh && localize_data.sh MN && setup_MN.sh gam

I change the memory for mind MN to be 40GB because the old memory is too large to be allocated on current hardware. Only mind VM has static IP now.

About

Demonstration of a persistent NFS server on Cloudlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.7%
  • Python 19.3%