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

Artifact bundle fills up /var #12

Open
dmc5179 opened this issue Nov 12, 2020 · 1 comment
Open

Artifact bundle fills up /var #12

dmc5179 opened this issue Nov 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@dmc5179
Copy link

dmc5179 commented Nov 12, 2020

When generating the bundle for offline installs we run this command:

podman run -it --rm --pull always \
    --volume ${HOME}/bundle:/root/bundle:z \
  docker.io/cloudctl/koffer:4.6.1 bundle \
    --config https://codectl.io/docs/config/stable/sparta.yml

As the mirror runs you can see /var is where the data is actually stored and not in the ${HOME}/bundle partition until the very end. The data goes into /var because of /var/lib/containers is where podman volumes are by default.

  • Update the docs to show users how they can use something other than their home directory.
  • Use the destination directory as the temporary storage until the files are made into a tarball and deleted. The destination directory is the most likely place to have the storage space needed for the mirroring.
@dmc5179 dmc5179 added the bug Something isn't working label Nov 12, 2020
@usrbinkat
Copy link
Contributor

This has been on our radar and PR's are welcome if you want to contribute those documentation improvements before we can get to it.

Leaving open to track objective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants