Skip to content

Add more disk space cleanup#15851

Merged
trask merged 1 commit into
open-telemetry:mainfrom
jaydeluca:filespace
Jan 12, 2026
Merged

Add more disk space cleanup#15851
trask merged 1 commit into
open-telemetry:mainfrom
jaydeluca:filespace

Conversation

@jaydeluca

@jaydeluca jaydeluca commented Jan 12, 2026

Copy link
Copy Markdown
Member

Removes a haskell utility and frees up another ~7GB of disk space

Current cleanup runs:

Filesystem      Size  Used Avail Use% Mounted on
/dev/root        72G   35G   37G  49% /
tmpfs           7.9G   84K  7.9G   1% /dev/shm
tmpfs           3.2G  1.2M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sdb16      881M   62M  758M   8% /boot
/dev/sdb15      105M  6.2M   99M   6% /boot/efi
/dev/sda1        74G  4.1G   66G   6% /mnt
tmpfs           1.6G   12K  1.6G   1% /run/user/1001

Cleanup with this change:

Filesystem      Size  Used Avail Use% Mounted on
/dev/root        72G   28G   44G  39% /
tmpfs           7.9G   84K  7.9G   1% /dev/shm
tmpfs           3.2G  1.2M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sdb16      881M   62M  758M   8% /boot
/dev/sdb15      105M  6.2M   99M   6% /boot/efi
/dev/sda1        74G  4.1G   66G   6% /mnt
tmpfs           1.6G   12K  1.6G   1% /run/user/1001

@jaydeluca
jaydeluca marked this pull request as ready for review January 12, 2026 21:05
@jaydeluca
jaydeluca requested a review from a team as a code owner January 12, 2026 21:05
@trask
trask enabled auto-merge (squash) January 12, 2026 21:10
@trask
trask merged commit f4018b0 into open-telemetry:main Jan 12, 2026
85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants