Bug 1008871 - difference between TotalSlotDisk and disk for partitionable slots
Summary: difference between TotalSlotDisk and disk for partitionable slots
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: condor
Version: Development
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: grid-maint-list
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-17 09:22 UTC by Martin Kudlej
Modified: 2016-05-26 19:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-26 19:11:49 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Condor 4038 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.