table of contents
GBROWSE_GROW_CLOUD_VOL(1p) | User Contributed Perl Documentation | GBROWSE_GROW_CLOUD_VOL(1p) |
NAME¶
gbrowse_grow_cloud-vol - Grow the GBrowse volume by the requested amount
SYNOPSYS¶
Grow /opt/gbrowse by another 100 gigabytes
% gbrowse_grow_cloud_vol 100
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.
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
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
SEE ALSO¶
VM::EC2, VM::EC2::Staging::Manager
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.
2020-02-16 | perl v5.30.0 |