Duplicated ipmi address is not checked when creating or updating nodes
Bug #1713960 reported by
Kaifeng Wang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
In Progress
|
Low
|
Kaifeng Wang |
Bug Description
Ironic does not check duplicated ipmi address when creating or updating nodes, it leads to power sync problems.
As a demonstration, creates node A and B with identical ipmi address, and sets power state of node A to ON. Node A assumes target power state to ON, while node B assumes to OFF, the power of the real node will be switched back and forth during power state synchronization.
This case should be prevented by checking existing ipmi_address (and ipmi_port) when creating or updating a node to ironic, error should be returned when duplicated ipmi information is found.
description: | updated |
Changed in ironic: | |
importance: | Undecided → Low |
tags: | added: ipmi |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/500241
Review: https:/