Hi,
I'm using the Fedora-Atomic-25-compose-latest qcow2 image to create a VM running on OpenStack where the disk size is 40Gb
The vm has been provisioned with Openshift using ansible byi script.
After playing a little bit with the VM, I wad getting an error due to the fact that the disk was full
fedora n01 ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.9G 0 7.9G 0% /dev
tmpfs 7.9G 0 7.9G 0% /dev/shm
tmpfs 7.9G 49M 7.8G 1% /run
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
/dev/mapper/atomicos-root 3.0G 3.0G 1.6M 100% /sysroot
/dev/vda1 283M 77M 188M 29% /boot
tmpfs 1.6G 0 1.6G 0% /run/user/1000
Is it possible to clean the content of /sysroot which contains "/sysroot/ostree/deploy/fedora-atomic/ like also to find a way to avoid this problem in the future ?
Regards,