ppc64le-cloud / pvsadm

Tool for managing the IBM Power Systems Virtual Servers
Apache License 2.0
37 stars 32 forks source link

Fix diskspace of / issue of rhel 9.* images. #623

Closed KeerthanaAP closed 3 months ago

KeerthanaAP commented 3 months ago

Fix for https://github.com/ppc64le-cloud/pvsadm/issues/620

Disk space before the fix in rhel 9.4:

Create an account or view all your systems at https://red.ht/insights-dashboard
[root@newvm ~]# df -h
Filesystem           Size  Used Avail Use% Mounted on
devtmpfs             4.0M     0  4.0M   0% /dev
tmpfs                751M     0  751M   0% /dev/shm
tmpfs                301M   32M  270M  11% /run
/dev/mapper/mpatha3   10G  2.0G  8.0G  20% /
/dev/mapper/mpatha2  960M  296M  665M  31% /boot
tmpfs                151M     0  151M   0% /run/user/0

Disk space after the fix:

[root@testvm ~]# df -h
Filesystem           Size  Used Avail Use% Mounted on
devtmpfs             4.0M     0  4.0M   0% /dev
tmpfs                751M     0  751M   0% /dev/shm
tmpfs                301M   15M  286M   5% /run
/dev/mapper/mpatha3  119G  2.8G  117G   3% /
/dev/mapper/mpatha2  960M  296M  665M  31% /boot
tmpfs                151M     0  151M   0% /run/user/0
ppc64le-cloud-bot commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: KeerthanaAP, mkumatag

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/ppc64le-cloud/pvsadm/blob/main/OWNERS)~~ [mkumatag] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment