Affiliation:
1. Embedded Software Research Center, Ewha University, Seoul 03760, Republic of Korea
2. Department of Computer Engineering, Ewha University, Seoul 03760, Republic of Korea
Abstract
Unikernels are specialized operating system (OS) kernels optimized for a single application or service, offering advantages such as rapid boot times, high performance, minimal memory usage, and enhanced security compared to general-purpose OS kernels. Unikernel applications must remain compatible with the runtime environment of general-purpose kernels, either through binary or source compatibility. As a result, many Unikernel projects have prioritized system call compatibility over performance enhancements. In this paper, we explore the design principles of Unikernel file systems and introduce a new file system tailored for Unikernels named ULFS (Ultra Lightweight File System). ULFS provides system call services akin to those of general-purpose OS kernels but achieves superior performance and security with significantly fewer system resources. Specifically, ULFS is developed as a lightweight file system embracing Unikernel design principles. It streamlines system calls, removes unnecessary locks, and omits permission checks for multiple users, utilizing a non-hypervisor architecture. This approach significantly reduces the memory footprint of the file system and enhances performance. Through measurement studies, we assess the performance and memory requirements of various file systems from major Unikernel projects. Our findings demonstrate that ULFS surpasses several existing Unikernel file systems, including Rumpvfs, Ramfs-u, Ramfs-q, 9pfs, and Hcfs.
Funder
National Research Foundation of Korea
Ewha Womans University
Reference23 articles.
1. Unikernels: Library operating systems for the cloud;Madhavapeddy;ACM SIGARCH Comput. Archit. News,2013
2. Ioini, N., Majjodi, A., Hastbacka, D., Cerny, T., and Taibi, D. (2023, January 17). Unikernels Motivations, Benefits and Issues: A Multivocal Literature Review. Proceedings of the 3rd Eclipse Security, AI, Architecture and Modelling Conference on Cloud to Edge Continuum (ESAAM), Ludwigsburg, Germany.
3. Unikernel network functions: A journey beyond the containers;Kurek;IEEE Commun. Mag.,2019
4. Fingler, H., Akshintala, A., and Rossbach, C.J. (2019, January 19–20). USETL: Unikernels for serverless extract transform and load why should you settle for less?. Proceedings of the 10th ACM SIGOPS Asia-Pacific Workshop on Systems (APSYS), Hangzhou, China.
5. Choudhuri, S. (2021). Internet of Things: Enabling Technologies, Security and Social Implications, Springer.