14.2. Viewing Gear Storage
View the current gear storage allocation for each cartridge that exists in an application with the following command:
$ rhc cartridge storage --show -a App_Name
Example 14.1. Viewing Gear Storage
$ rhc cartridge storage --show -a myapp
RESULT:
MySQL Database 5.5
------------------
Base Gear Storage: 1GB
Additional Gear Storage: 3GB
OpenShift Web Balancer
----------------------
Base Gear Storage: 1GB
Additional Gear Storage: None
PHP 5.4
-------
Base Gear Storage: 1GB
Additional Gear Storage: None
View gear storage for a specific cartridge by using the
-c
option to specify the cartridge:
$ rhc cartridge storage --show -a App_Name -c Cart_Name
Example 14.2. Viewing Gear Storage for a Specific Cartridge
$ rhc cartridge storage --show -a myapp -c php-5
RESULT:
PHP 5.4
-------
Base Gear Storage: 1GB
Additional Gear Storage: None