Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power spike while booting VM ? #1851

Open
aharivel opened this issue Nov 18, 2024 · 1 comment
Open

Power spike while booting VM ? #1851

aharivel opened this issue Nov 18, 2024 · 1 comment
Labels
kind/bug report bug issue

Comments

@aharivel
Copy link
Contributor

What happened?

On a OSP 18.0 installation with telemetry-power-metering activated (Kepler on the compute node), when we spawn a VM on the compute, we see a spike of power on the Node.

We know that the spike is wrong because 300K Watt would burn instantaneously the CPU and maybe the data center. But we are not sure about the last one.

Once the spike done the values seem correct.

Here the query, we run:

sum by (exported_instance) (rate(kepler_node_platform_joules_total{exported_instance="2b43fa7f966a"}[1m]))

screenshot

What did you expect to happen?

A spike yes, but not a spike that high.

How can we reproduce it (as minimally and precisely as possible)?

  • Install OSP 18
  • Install the telemetry-power-monitoring operator
  • spawn a VM

Anything else we need to know?

No response

Kepler image tag

Kepler v0.7.12

Kubernetes version

$ kubectl version
# paste output here

Cloud provider or bare metal

Bare metal

OS version

[cloud-admin@compute-0 ~]$ cat /etc/redhat-release Red Hat Enterprise Linux release 9.4 (Plow)

Install tools

Kepler deployment config

For on kubernetes:

$ KEPLER_NAMESPACE=kepler

# provide kepler configmap
$ kubectl get configmap kepler-cfm -n ${KEPLER_NAMESPACE}
# paste output here

# provide kepler deployment description
$ kubectl describe deployment kepler-exporter -n ${KEPLER_NAMESPACE}

For standalone:

put your Kepler command argument here

Container runtime (CRI) and version (if applicable)

Related plugins (CNI, CSI, ...) and versions (if applicable)

@aharivel aharivel added the kind/bug report bug issue label Nov 18, 2024
@aharivel aharivel changed the title Power spike will booting VM ? Power spike while booting VM ? Nov 18, 2024
@sthaha
Copy link
Collaborator

sthaha commented Nov 21, 2024

May be related to #1774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug report bug issue
Projects
None yet
Development

No branches or pull requests

2 participants