#9092 The disk on ppc64le-test.fedorainfracloud.org is completely full
Closed: Fixed by kevin. Opened by ellert.

Describe what you would like us to do:


The disk on ppc64le-test.fedorainfracloud.org is completely full.

[ellert@ppc64le-test ~][PROD]$ hostname
ppc64le-test.fedorainfracloud.org
[ellert@ppc64le-test ~][PROD]$ df -h
Filsystem                               Storlek Använt Ledigt Anv% Monterat 
devtmpfs                                   4,0G      0   4,0G   0% /dev
tmpfs                                      4,0G      0   4,0G   0% /dev/shm
tmpfs                                      4,0G    20M   4,0G   1% /run
/dev/mapper/fedora_rh--power--vm14-root     35G    35G    20K 100% /
tmpfs                                      4,0G      0   4,0G   0% /tmp
/dev/vda2                                 1014M   362M   653M  36% /boot

When do you need this to be done by? (YYYY/MM/DD)


The sooner the better.


Metadata Update from @kevin:
- Issue assigned to kevin

Some space was freed up, but not sure where the rest is going.

I am going to update and reboot it...

Metadata Update from @kevin:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: groomed, low-trouble, medium-gain

Turns out there was a bind mount:

/var/cache/mock /var/lib/mock none bind 0 0

under that in /var/lib/mock was... all the missing space:

23G epel-7-ppc64le
340M epel-7-ppc64le-bootstrap
0 fedora-31-ppc64le
1.6M fedora-31-ppc64le-bootstrap
473M fedora-32-ppc64le-bootstrap
479M fedora-rawhide-ppc64le-bootstrap

I removed those things, and it seems back to happy:

/dev/mapper/fedora_rh--power--vm14-root 35G 8.9G 27G 26% /

Metadata Update from @kevin:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Turns out there was a bind mount:

Ah, that explains why things disappeared from the other place when deleting things in one of them.

Metadata