Giter Site home page Giter Site logo

gcloudnfs's Introduction

Dependencies

To create an NFS server

./gcloudnfs create --project <project> --zone <zone> --network <network> --machine-type <machine-type> --server-name <server-name> --data-disk-name <data-disk-name> --data-disk-type <data-disk-type> --data-disk-size <data-disk-size>

E.g.

./gcloudnfs create --project my_project --zone us-east1-c --network default --machine-type n1-standard-1 --server-name test-server --data-disk-name test-data-disk --data-disk-type pd-standard --data-disk-size 2000

To destroy an NFS server

./gcloudnfs destroy --project <project> --zone <zone> --network <network> --data-disk-name <data-disk-name> --server-name <server-name>

E.g.

./gcloudnfs destroy --project my_project --zone us-east1-c --network default --data-disk-name test-data-disk --server-name test-server

Reusing an existing disk

Passing the --reuse-data-disk flag to the create and destroy commands is necessary to reuse a disk.

Passing --reuse-data-disk to create causes the command to skip disk creation, instead attaching the existing disk named --data-disk-name to the existing instance.

Passing --reuse-data-disk to destroy causes the command to skip disk destruction, saving the disk for later use.

Future Performance Improvements

  • Add a dedicated ZIL device.
  • Optimize ARC cache size
  • Add dedicated SSDs for L2ARC cache
  • Add more disks and use striping with parity across the disks.
  • optimize async write percentages
  • If NFS is the bottleneck, try optimizations here : http://nfs.sourceforge.net/nfs-howto/ar01s05.html

gcloudnfs's People

Contributors

cioc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.