Bug 1008871

Summary: difference between TotalSlotDisk and disk for partitionable slots
Product: Red Hat Enterprise MRG Reporter: Martin Kudlej <mkudlej>
Component: condorAssignee: grid-maint-list <grid-maint-list>
Status: CLOSED WONTFIX QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelopmentCC: eerlands, ltrilety, matt
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-26 19:11:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Martin Kudlej 2013-09-17 09:22:32 UTC
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.

Comment 3 Anne-Louise Tangring 2016-05-26 19:11:49 UTC
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.