From Fedora Project Wiki

Revision as of 06:15, 19 May 2024 by Sumantrom (talk | contribs)

Description

This test case ensures that the composefs filesystem is properly enabled and functions correctly in rootful mode in Podman.

Setup

Install the pre-release version of Fedora with Podman 5.1 on a bare metal system. Modify storage.conf to enable composefs.

How to test

  1. Modify storage.conf to enable composefs at /usr/share/containers/storage.conf
  2. Switch to root user using sudo sh.
  3. Reset the Podman system with podman system reset.
  4. Run a container using podman run ....
  5. Run multiple containers to verify the functionality of composefs.

Expected Results

The following must be true to consider this a successful test run:

  1. composefs is correctly enabled in storage.conf.
  2. The system is reset successfully with podman system reset.
  3. Containers run successfully using podman run ....
  4. Multiple containers run without any issues, indicating that composefs is functioning correctly.

Optional

Optionally, test the performance impact of composefs when running multiple containers and compare it to other storage options.