cxl-micron-reskit / famfs

This is the user space repo for famfs, the fabric-attached memory file system
Apache License 2.0
31 stars 9 forks source link

famfs mount: works even if there is no superblock & log #43

Closed jagalactic closed 2 months ago

jagalactic commented 5 months ago

The kernel mount is performed, and then the famfs_mkmeta() discovers that there is no valid superblock and bails out on creating the meta files.

Need to think through the right way to handle this gracefully. Probably issue a umount on the way out.