Error returned from deploy ramdisk: Could+not+find+disk+to+use
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Won't Fix
|
Medium
|
Unassigned | ||
diskimage-builder |
Confirmed
|
Medium
|
Unassigned |
Bug Description
pxe_ipmitool iscsi deploy failed due to "Error returned from deploy ramdisk: Could+not+
The root cause of this problem is that the bare metal server has its local hard disk as /dev/sdc.
Please find the attached image.
https:/
2015-02-20 10:51:29.563 DEBUG oslo_messaging.
2015-02-20 10:51:29.565 ERROR ironic.
2015-02-20 10:51:29.565 DEBUG ironic.
Tentative fix can be as below:
diff --git a/ironic/
index d929f5a..98a6309 100644
--- a/ironic/
+++ b/ironic/
@@ -66,7 +66,7 @@ pxe_opts = [
cfg.
- default=
+ default=
]
description: | updated |
affects: | tripleo → diskimage-builder |
Changed in ironic: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in diskimage-builder: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
If fundamental fix needs certain amount of time and effort, please assign this to me, I'll submit the above tentative fix as a short term solution.
Thanks.
Naohiro