Master node installation stalls on erase available partitions confirmation
Bug #1431563 reported by
Miroslav Anashkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Invalid
|
Medium
|
Aleksandr Didenko | ||
5.1.x |
Invalid
|
Undecided
|
Fuel Library (Deprecated) | ||
6.0.x |
Invalid
|
Medium
|
Fuel Library (Deprecated) | ||
6.1.x |
Invalid
|
Medium
|
Aleksandr Didenko |
Bug Description
Master node installation kickstart has this condition to get user confirmation to erase already existing partitions:
https:/
...
match="no"
for drive in ${drives[@]} ${removable_
if [[ "$drive" == "$tgtdrive" ]] && match="yes" ; then
...
I believe, this condition will never work until we deal with this $match variable.
no longer affects: | fuel/5.1.1-updates |
To post a comment you must log in.
Workaround is to erase the target disk before the master node installation.