I resolved the balancing by doing the following commands, I just didn't understand why Ceph messed up the pgs right at installation
ceph osd getmap -o om
osdmaptool om --upmap out.txt --upmap-pool ceph --upmap-max 4 --upmap-deviation 1 --upmap-active
source out.txt
Just be careful and
run the commands with the VMs turned off