Hide Forgot
Description of problem: I've configured Condor: NUM_CPUS = 8 NUM_SLOTS = 2 SLOT_TYPE_1 = cpus=30%,disk=30%,ram=30% SLOT_TYPE_1_PARTITIONABLE = TRUE NUM_SLOTS_TYPE_1 = 1 SLOT_TYPE_2 = cpus=70%,disk=70%,ram=70% SLOT_TYPE_2_PARTITIONABLE = TRUE NUM_SLOTS_TYPE_2 = 1 and there are difference between TotalSlotDisk and Disk classads for partitionable slots without any job in queue: Example 1: Slot 1: Cpus = 2 TotalSlotMemory = 303 Memory = 303 TotalSlotDisk = 797294 Disk = 797205 TotalSlotCpus = 2 Slot 2: Cpus = 5 TotalSlotMemory = 707 Memory = 707 TotalSlotDisk = 1860353 Disk = 1860146 TotalSlotCpus = 5 Example 2: Slot 1: TotalSlotDisk = 684921 Cpus = 2 TotalSlotMemory = 300 TotalSlotCpus = 2 Memory = 300 Disk = 684834 Slot 2: TotalSlotDisk = 1598150 Cpus = 5 TotalSlotMemory = 701 TotalSlotCpus = 5 Memory = 701 Disk = 1597945 Example 3: Slot 1: TotalSlotDisk = 857893 TotalSlotMemory = 301 Disk = 857812 TotalSlotCpus = 2 Cpus = 2 Memory = 301 Slot 2: TotalSlotDisk = 2001750 TotalSlotMemory = 704 Disk = 2001563 TotalSlotCpus = 5 Cpus = 5 Memory = 704 I understand that difference is not that big, but anyway the number should be the same. Version-Release number of selected component (if applicable): condor-classads-7.8.9-0.4 condor-7.8.9-0.4 How reproducible: 100% Steps to Reproduce: 1. install condor 2. setup above configuration 3. compare above classads Actual results: There is difference between TotalSlotDisk and Disk for partitionable slots. Expected results: There will be no difference between TotalSlotDisk and Disk for partitionable slots.
MRG-G is in maintenance only and only customer escalations will be addressed from this point forward. This issue can be re-opened if a customer escalation associated with this issue occurs.