pyama86 / netapp-quota

Apply NetApp quarter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netapp-quota

Apply NetApp quarter at regular intervals.

Description

Usage of netapp-quota:
  -off-interval int
        quota off interval (default 300)
  -on-interval int
        quota on interval (default 10)
  -password string
        netapp api BasicAuthPassword
  -prefix string
        netapp volume prefix
  -svm string
        netapp svm server name
  -url string
        netapp api endpoint
  -user string
        netapp api BasicAuthUser
  -version
        Print version information and quit.

Install

To install, use go get:

$ go get -d github.com/pyama86/netapp-quota

Contribution

  1. Fork (https://github.com/pyama86/netapp-quota/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

pyama86

About

Apply NetApp quarter


Languages

Language:Go 76.6%Language:Makefile 15.8%Language:Shell 7.6%