canonical / ubuntu-desktop-installer

Ubuntu Desktop Installer
GNU General Public License v3.0
538 stars 94 forks source link

ZFS install crash if more than one pool is created #1314

Open jibel opened 1 year ago

jibel commented 1 year ago

In the manual partition page, if you create more than one ZFS partition, the installer crashes.

xnox commented 1 year ago

That's expected in curtin validation code:

    if len(zfsroots) > 1:
        raise ValueError(
            "zfsroot found in two entries in storage config: %s" % zfsroots)

I don't know how such validations are supposed to be verified in subiquity and new desktop installer.