zfs: support for root dataset mountpoint and mountpoint=none

This commit is contained in:
Jörg Thalheim 2022-08-26 10:28:07 +02:00
parent 57b7c5506a
commit 722dde361c
3 changed files with 36 additions and 10 deletions

View file

@ -17,9 +17,9 @@ makeDiskoTest {
assert_property("zroot", "com.sun:auto-snapshot", "false")
assert_property("zroot/zfs_fs", "com.sun:auto-snapshot", "true")
assert_property("zroot/zfs_testvolume", "volsize", "10M")
assert_property("zroot/zfs_unmounted_fs", "mountpoint", "none")
# FIXME: we cannot mount rootfs yet
#machine.succeed("mountpoint /mnt");
machine.succeed("mountpoint /mnt");
machine.succeed("mountpoint /mnt/zfs_fs");
machine.succeed("mountpoint /mnt/zfs_legacy_fs");
machine.succeed("mountpoint /mnt/ext4onzfs");