This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients cstratak, pablogsal, vstinner, xtreak
Date 2020-08-26.14:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598453917.86.0.625775954212.issue41642@roundup.psfhosted.org>
In-reply-to
Content
Statistics on partition which are the most full.

Fedora Rawhide x86-64 is ok:

/dev/mapper/vg_root_python--builder--rawhide.osci.io-root    14G    5,4G  7,6G  42% /
/dev/mapper/vg_root_python--builder--rawhide.osci.io-home    36G     24G   11G  70% /home

Fedora Stable x86-64 is ok:

/dev/mapper/vg_root_python--builder2--rawhide.osci.io-root    14G    7,7G  5,2G  60% /
/dev/mapper/vg_root_python--builder2--rawhide.osci.io-home    36G     23G   12G  67% /home

RHEL8 x86-64 is ok:

/dev/mapper/vg_root_python--builder--rhel8.osci.io-root    14G    3,5G  9,5G  27% /
/dev/mapper/vg_root_python--builder--rhel8.osci.io-home    36G    9,7G   24G  29% /home

RHEL7 x86-64 is ok:

/dev/mapper/vg_root_python--builder--rhel7.osci.io-root   7,6G    3,6G  3,7G  49% /
/dev/mapper/vg_root_python--builder--rhel7.osci.io-home    22G     15G  5,9G  71% /home

RHEL8 FIPS x86-64 is ok:

/dev/mapper/vg_root_python--builder--rhel8--fips.osci.io-root   15G  2.8G   12G  20% /
/dev/mapper/vg_root_python--builder--rhel8--fips.osci.io-home   34G  3.7G   29G  12% /home

Fedora Rawhide AArch64 is ok:

/dev/mapper/fedora-root    44G     26G   19G  58% /
tmpfs                      16G    436K   16G   1% /tmp

Fedora Stable AArch64 is ok:

/dev/mapper/fedora-root    44G     33G   11G  76% /
tmpfs                      16G    1,6G   15G  11% /tmp

RHEL7 AArch64 is ok:

/dev/mapper/rhel-root    44G     15G   30G  33% /

RHEL8 AArch64 had like 22 GB in /tmp, I removed them. It's now better:

* before: /dev/mapper/rhel-root   44G   41G  3.3G  93% /
* after: /dev/mapper/rhel-root   44G   16G   28G  36% /


Fedora Stable ppc64le /tmp contained 1 GB of temporay files. I removed them. Before:

/dev/mapper/fedora-root   45G   29G   17G  63% /
tmpfs                    4.0G  1.1G  3.0G  27% /tmp

Fedora Rawhide ppc64le is ok:

/dev/mapper/fedora-root   45G   27G   19G  59% /
tmpfs                    4.0G  384K  4.0G   1% /tmp

RHEL7 ppc64le is ok:

/dev/mapper/rhel-root    45G     19G   27G  42% /

RHEL8 ppc64le had 22 GB of old files in /tmp: removed, rebooted. Before:

/dev/mapper/rhel-root   45G   41G  4.2G  91% /
History
Date User Action Args
2020-08-26 14:58:37vstinnersetrecipients: + vstinner, cstratak, pablogsal, xtreak
2020-08-26 14:58:37vstinnersetmessageid: <1598453917.86.0.625775954212.issue41642@roundup.psfhosted.org>
2020-08-26 14:58:37vstinnerlinkissue41642 messages
2020-08-26 14:58:37vstinnercreate