Comment 0 for bug 1625210

Revision history for this message
Vasyl Saienko (vsaienko) wrote :

In OpenStack Ironic we've developing support of portgroups.
On Ironic CI we emulating HW servers by VMs. OVS has lacp support so we would like to
test portgroups at the CI also.
After some investigation we've found that full disk image 'cirros-0.3.4-x86_64-disk.img' doesn't contain a bonding kernel module, while rootfs image'cirros-0.3.4-x86_64-rootfs.img.gz' contains it.

I'm wondered why cirros-0.3.4-x86_64-rootfs.img.gz and full disk image cirros-0.3.4-x86_64-disk.img have different root filesystem it looks like a bug.

Is it possible to build full disk image with bonding support? Thanks in advance.