Unable to upgrade the Chargeback appliance from version 8.10 to 8.16.
book
Article ID: 376449
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
Chargeback appliance fails to upgrade due to insufficient space on root partition
Cause
There are multiple reason why root partitions can fill up. The most common reasons are:
- Too many images retained from older versions
- journal log taking too much space
Resolution
To free up disk space, please follow the steps below:
- Revert to snapshot taken before the upgrade was attempted
- SSH to Chargeback appliance using root account
- Issue the following two commands:
docker image prune -a
journalctl --vacuum-time=2d
Additional Information
The docker image prune command will prune all old images that are no longer needed.
The journalctl vacuum command will clear the journal logs, retaining the last 2 days of log entries
Known Issues for VMware Chargeback
Feedback
thumb_up
Yes
thumb_down
No