Move nfs mount from image build to test phase
The knightly build occasionally failed to boot up the instance. #101 #97
Further investigation shows it might be because the network was not yet available when the instance tries to mount NFS devices.
Two options:
- Don't edit
fstab
in build phase, and mount the nfs in test phase
- Or, try
autofs
Edited
by
Bo-Chun Chen