Description of problem: FreeSpaceCriticalLowInGB is a flag that warns the user when a domain has reached threshold level and prevent from creating new disks,however, this variable needs to unsigned because we do not want it to take negative values. this is the default flag state: root@ovirt-gofen-1 ~ # engine-config -g FreeSpaceCriticalLowInGB FreeSpaceCriticalLowInGB: 5 version: general now I'm forcing FreeSpaceCriticalLow to be -3: root@ovirt-gofen-1 ~ # engine-config -s FreeSpaceCriticalLowInGB=-3 check that the value is kept: root@ovirt-gofen-1 ~ # engine-config -g FreeSpaceCriticalLowInGB FreeSpaceCriticalLowInGB: -3 version: general Version-Release number of selected component (if applicable): rc1 How reproducible: 100% Steps to Reproduce: 1.engine-config -s FreeSpaceCriticalLowInGB=NEGATIVE_VALUE 2.restart engine Actual results: domain's has invalid free space threshold Expected results: domain's free space threshold > 0 Additional info:
please check 1130026 This was opened as dup by mistake. *** This bug has been marked as a duplicate of bug 1130030 ***