pkoutoupis / rapiddisk

An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API.
http://www.rapiddisk.org
GNU General Public License v2.0
298 stars 49 forks source link

Fix missing check for port when exporting/unexporting (NVMe) #149

Closed matteotenca closed 1 year ago

matteotenca commented 1 year ago

Add a new #define for an error message in common.h. Use scandir_filter_no_dot() filter for scandir() more often.

This is related to an issue in PR #145, as described here.