Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for available size before download/install #34

Closed
ppadmavilasom opened this issue Oct 21, 2015 · 3 comments
Closed

Check for available size before download/install #34

ppadmavilasom opened this issue Oct 21, 2015 · 3 comments
Assignees
Labels
enhancement rookie God issue for beginners

Comments

@ppadmavilasom
Copy link
Contributor

@YustasSwamp reports this. Check for available size before download/install and throw appropriate errors if not enough space to perform action.

@oliverkurth
Copy link
Contributor

There are two issues to address:

  • space for downloading the package before doing the download. We can just check the space for the partition where we store the downloads (/var/tdnf/cache unless configured differently).
  • space for the actual install. This can be tricky if there are multiple partitions involved.

@prestonsn
Copy link
Contributor

PR #321 provides a cache directory space check. However, it does not address a potential out of disk space error during RPM installs.

@oliverkurth oliverkurth added the rookie God issue for beginners label Jun 16, 2022
@oliverkurth
Copy link
Contributor

I think we can close this. The first item is addressed. The second is actually also addressed - it will be detected by the rpm backend, when the transaction is attempted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement rookie God issue for beginners
Projects
None yet
Development

No branches or pull requests

3 participants