[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor_config_val not helpful reporting variables




$ condor_status -l merrit | grep -i disk
Disk = 14409948
TotalDisk = 57639792

In the command above, "Disk" seems to report the amount of disk space
already used, and "TotalDisk" reports the usable (free) space.

Disk is exactly 1/4th TotalDisk. My guess is that Condor is running four virtual machines on your computer. It divides the disk and memory values evenly and reports those numbers instead. Note, however, that it doesn't enforce these numbers, it just reports them.


-alain