DOKK / manpages / debian 12 / gbrowse / gbrowse_grow_cloud_vol.1p.en
GBROWSE_GROW_CLOUD_VOL(1p) User Contributed Perl Documentation GBROWSE_GROW_CLOUD_VOL(1p)

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

Grow /opt/gbrowse by another 100 gigabytes

  % gbrowse_grow_cloud_vol 100

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.

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

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

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

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

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.

2022-09-30 perl v5.34.0