fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Reimplement disk quota checks using os.statvfs() #540

Open shreyb opened 8 months ago

shreyb commented 8 months ago

Given a few issues that have arisen with the new disk checking feature, it will probably be more OS/Locale-agnostic to use os.statvfs() and getting the various information to check from there. We should still implement #539.