cloudius-systems / osv

OSv, a new operating system for the cloud.
osv.io
Other
4.12k stars 605 forks source link

Extract ZFS related rules from main makefile to zfs module #1201

Open wkozaczuk opened 2 years ago

wkozaczuk commented 2 years ago

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 module zfs that in essence adds this library if building images where libsolaris.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 the zfs module.

dhruvsethi227 commented 1 year 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.

wkozaczuk commented 1 year ago

That should be pretty easy. Go for it.