Open wkozaczuk opened 2 years ago
Hello, my name is Dhruv and I am a senior computer science student at UT Austin. My group and I were wondering if we could tackle this issue as part of our virtualization class assignment.
That should be pretty easy. Go for it.
With d7a627484b34aa8254d8fe444972aa18fe007ca7, 9cc49b385637f3e5233d869a9c9428bfbc1d4222 and other recent ZFS related commits, ZFS support is now part of a standalone library
libsolaris.so
that can be optionally added to the image. We even have a modulezfs
that in essence adds this library if building images wherelibsolaris.so
is loaded from the library. Given this, it would be nice to move all ZFS craft from the main makefile to the separate one under thezfs
module.