3 # Start up the NFS server.
7 export BLUESKY_CACHE_SIZE=$((512 * 1024))
8 export BLUESKY_TARGET=s3
9 export BLUESKY_PROFILE_OUT=/export2/profile.txt
11 # Export any environment variables specified on the command line
14 if echo "$e" | grep = >/dev/null; then
20 if [ "$BLUESKY_TARGET" = "native" ]; then
21 /etc/init.d/nfs-kernel-server start
23 mkdir /export/journal 2>/dev/null
24 (cd /export; /scratch/bluesky.git/nfs3/nfsproxy)