rdbreak / rhcsa8env

This is a RHCSA8 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-7ju3rz7b-_G3Njp3PDwdBG_81SwPeLA
MIT License
295 stars 177 forks source link

rdbreak/rhel8repo has a issue, it's creating huge EMPTY file at /EMPTY. #48

Closed bkarankar closed 2 years ago

bkarankar commented 3 years ago

Describe the bug rdbreak/rhel8repo => it's creating a Big EMPTY file which using all the remaining space of VM. location of file is /EMPTY in Repo VM.

To Reproduce Steps to reproduce the behavior: create a fresh VM rdbreak/rhel8repo and you can see the file at /EMPTY

Expected behavior it's using full space which causing issue to other command and VM/OS become unstable.

config.vm.define "repo" do |repo| repo.vm.box = "rdbreak/rhel8repo"