mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
zfs: support for root dataset mountpoint and mountpoint=none
This commit is contained in:
parent
57b7c5506a
commit
722dde361c
3 changed files with 36 additions and 10 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue