Search

14.2. Viewing Gear Storage

download PDF
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
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.