Okay, here is what you can do. You had an otherwise unused LAN in your
storage server experiment so we have converted that into a so-called
"shared vlan". This means you can attach to the VLAN across experiments
and it will use the 10Gb experiment fabric rather than the 1Gb control
network fabric.
The only thing you need to do on your current server is to change
/etc/exports so that you export line reads:
/disk
10.10.1.0/24(rw,sync,no_subtree_check)
This will exports your filesystem ONLY on the experiment network and
not over the control network.
In your "compute" experiment profile, you will need to join all your
nodes in a lan and then do:
lan.connectSharedVlan("a1a1a11a-nfs")
to add in the storage server. Since the storage server has IP 10.10.1.1,
you should explicitly assign IP addresses in that subnet to all the
interfaces in your compute experiment (you can do this in the profile).
Then you will need to modify your client-side NFS setup so that it uses
the server's 10.10.1.1 address and NOT the address of the node on the
control network.
Let us know if you have problems.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/cloudlab-users/CA43F029-0752-4963-8A5E-C9DEFB2ED6AE%40gmail.com.