Author: Ryan Parker
Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.
So every now and then, a clone operation will break on oVirt. However, it will often leave the source machine in a locked state, unable to be used. Luckily, the solution is pretty simple. All you need to do is ssh into the oVirt-engine machine and run the following. Unlock all disks /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t allUnlock
Read More »
So you know what makes me angry? Tasks that won’t stop running. This happened to me at work and it infuriated me. I had to go though mailing lists to figure it out, but here is the solution. SSH into ovirt-engine as root, then run: su postgrespsql -d engine -U postgresselect * from job order
Read More »