freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
379 stars 161 forks source link

Setting readonly=on when building a zrawdisk causes failures #1068

Open davidchisnall opened 11 months ago

davidchisnall commented 11 months ago

Running poudriere image -t zrawdisk, I get a failure because the zfs command emits this error:

cannot mount 'poudriereimageroot/var/empty': Invalid argument
property may be set but unable to remount filesystem

The script then exits because this command failed, but the failure is benign (we don't need this mounted on the host).

This is on 14-CURRENT/AArch64.