Cannot install subiquity on virtual devices, including zvols
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
Triaged
|
Medium
|
Unassigned |
Bug Description
Subiquity currently omits virtual devices as possible installation targets. This is done at line 890 in subiquity/
This is an issue for me when installing Ubuntu Server with ZFS as root. The typical procedure to use the installer is to create a temporary zvol as an installation target and then rsync it over to the real target afterwards.
Ideally, the installer would support ZFS OOTB but barring that, it'd be nice if we could use zvols as targets. Luckily I had an extra disk I could use, but if I didn't I would've had to muck around with partitioning the disk to temporarily hold the installation, and then resizing the target partition after copying, which could get cumbersome depending on the vdev topology.
summary: |
- Cannot install on virtual devices + Cannot install subiquity on virtual devices, including zvols |
We are going to support reusing existing partitions and raids and LVMs fairly soon; I don't know when we'll get to supporting ZFS properly. But we'll get to it eventually.