Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 40ae3d6e authored by Lucas Nussbaum's avatar Lucas Nussbaum Committed by Lucas Nussbaum
Browse files

[gen:oar-prop] Those cases are detected a bit earlier in the new code

parent 9314e9c5
No related branches found
No related tags found
1 merge request!544[gen:oar-prop] Deal with adding nodes to clusters (#14865)
GPU has an unexpected number of resources (current:52 vs expected:51). gpu: too many IDs in OAR compared to what we need to generate. This case needs to be fixed manually.
Output format: [ '-', 'key', 'value'] for missing, [ '+', 'key', 'value'] for added, ['~', 'key', 'old value', 'new value'] for changed
clustera-1:
["~", "gpu_model", "RTX 2080 Ti", "GeForce RTX 2080 Ti"]
["~", "wattmeter", "MULTIPLE", "NO"]
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 1]
["+", "thread_count", 32]
clustera-2:
["~", "gpu_count", 4, 3]
["~", "gpu_model", "RTX 2080 Ti", "GeForce RTX 2080 Ti"]
["~", "wattmeter", "MULTIPLE", "NO"]
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 1]
["+", "thread_count", 32]
clustera-3:
["~", "gpu_model", "RTX 2080 Ti", "GeForce RTX 2080 Ti"]
["~", "wattmeter", "MULTIPLE", "NO"]
["+", "core_count", 16]
["+", "cpu_count", 2]
["+", "eth_kavlan_count", 1]
["+", "thread_count", 32]
clustera-4: same modifications as above
clustera-5: same modifications as above
clustera-6: same modifications as above
clustera-7: same modifications as above
clustera-8: same modifications as above
clustera-9: same modifications as above
clustera-10: same modifications as above
clustera-11: same modifications as above
clustera-12: same modifications as above
clustera-13: same modifications as above
Properties that need to be created on the fakesite server: cpu_count, core_count, thread_count, eth_kavlan_count
Properties existing on the fakesite server but not managed/known by the generator: disk, diskpath.
Hint: you can delete properties with 'oarproperty -d <property>' or add them to the ignore list in lib/lib-oar-properties.rb.
# Error: Resource 9679 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8555 cpuset=9 gpu=60 gpudevice=3) has a mismatch for ressource GPU: OAR API gives 60, generator wants 59.
# Error: Resource 9679 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8555 cpuset=9 gpu=60 gpudevice=3) has a mismatch for ressource GPUDEVICE: OAR API gives 3, generator wants 2.
# Error: Resource 9680 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8556 cpuset=11 gpu=60 gpudevice=3) has a mismatch for ressource GPU: OAR API gives 60, generator wants 59.
# Error: Resource 9680 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8556 cpuset=11 gpu=60 gpudevice=3) has a mismatch for ressource GPUDEVICE: OAR API gives 3, generator wants 2.
# Error: Resource 9681 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8557 cpuset=13 gpu=60 gpudevice=3) has a mismatch for ressource GPU: OAR API gives 60, generator wants 59.
# Error: Resource 9681 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8557 cpuset=13 gpu=60 gpudevice=3) has a mismatch for ressource GPUDEVICE: OAR API gives 3, generator wants 2.
# Error: Resource 9682 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8558 cpuset=15 gpu=60 gpudevice=3) has a mismatch for ressource GPU: OAR API gives 60, generator wants 59.
# Error: Resource 9682 (host=clustera-2.nancy.grid5000.fr cpu=1618 core=8558 cpuset=15 gpu=60 gpudevice=3) has a mismatch for ressource GPUDEVICE: OAR API gives 3, generator wants 2.
This diff is collapsed.
This diff is collapsed.
CORE has an unexpected number of resources (current:33 vs expected:32). core: too many IDs in OAR compared to what we need to generate. This case needs to be fixed manually.
unexpected number (current:33 vs expected:32) of resources for cluster clustera
CORE has an unexpected number of resources (current:33 vs expected:32). core: too many IDs in OAR compared to what we need to generate. This case needs to be fixed manually.
unexpected number (current:33 vs expected:32) of resources for cluster clustera
CORE has an unexpected number of resources (current:33 vs expected:32). core: too many IDs in OAR compared to what we need to generate. This case needs to be fixed manually.
unexpected number (current:33 vs expected:32) of resources for cluster clustera
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment