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