Master node installation stalls on erase available partitions confirmation

Bug #1431563 reported by Miroslav Anashkin
6
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://github.com/stackforge/fuel-main/blob/master/iso/ks.template#L114-L116
...
match="no"
for drive in ${drives[@]} ${removable_drives[@]}; do
if [[ "$drive" == "$tgtdrive" ]] && match="yes" ; then
...

I believe, this condition will never work until we deal with this $match variable.

Revision history for this message
Miroslav Anashkin (manashkin) wrote :

Workaround is to erase the target disk before the master node installation.

tags: added: customer-found
no longer affects: fuel/5.1.1-updates
Revision history for this message
Aleksandr Didenko (adidenko) wrote :

> I believe, this condition will never work until we deal with this $match variable.

 '&& match="yes"' - it's not a condition, it's variable assignment. And it also works fine. Attaching a screenshot where you can see that I'm getting confirmation dialog for vda drive reformat (fuel-6.1 iso).
Marking bug as invalid.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.