logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gbrowse_grow_cloud-vol - Grow the GBrowse volume by the requested amount

Author

       Lincoln Stein, lincoln.stein@gmail.com

       Copyright (c) 2012 Ontario Institute for Cancer Research

       This package and its accompanying libraries is free software; you can redistribute it and/or modify it
       under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic
       License 2.0.  Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for
       disclaimers of warranty.

perl v5.40.0                                       2024-10-20                         GBROWSE_GROW_CLOUD_VOL(1p)

Command-Line Options

       Options can be abbreviated.  For example, you can use -a for --access_key:

             --access_key   EC2 access key
             --secret_key   EC2 secret key

Description

       This script grows /opt/gbrowse by the requested number of gigabytes. The single argument must be a number
       between 1 and 1000, which indicates the number of GB to grow the volume by (not the new size of the
       volume).

       It works by creating a new EBS volume and adding it to the logical volume manager (LVM2) for this
       machine. The filesystem is then extended to the desired size.

Environment Variables

       The following environment variables are used if the corresponding options are not present:

        EC2_ACCESS_KEY     your access key
        EC2_SECRET_KEY     your secret key

Name

       gbrowse_grow_cloud-vol  -  Grow the GBrowse volume by the requested amount

See Also

       VM::EC2, VM::EC2::Staging::Manager

Synopsys

       Grow /opt/gbrowse by another 100 gigabytes

         % gbrowse_grow_cloud_vol 100

See Also