You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cause of bug is an empty attributes dictionary, as code was originally written with backends in mind where this dictionary would be populated by a call to stack list host profile chapter=stacki and land in /tmp/stack_site/__init__.py.
In this case, __init__.py is empty (that command doesn't work for installing frontends) but it should be dict of attributes, csv_partitions, csv_controllers.
Fix is (on frontends only) to populate this file by parsing /tmp/site.attrs to populate the attributes dictionary. The other two objects should be able to be empty lists.
Declaring that if the user selects 'automated' partitioning, that implies nukedisks=true and adjusting the end of wizard.py to set nukedisks in site.attrs file.
I have only tested on a vm. The install wizard throws the following error.
failed to find suitable stage1 device
The fix is to select the hard drive, choose standard partitioning, set automatically and accept the changes.
The text was updated successfully, but these errors were encountered: