From 91bae6f6e4042e89636a1d3d5ae8d9bf86107e95 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 23 Mar 2026 14:49:25 +0100 Subject: [PATCH] test/system: drop outdated comment We do not want to bind mount storage.conf anymore. Generally a podman with old config should work with the upgrade to new podman with new config. The old podman with new config however may not work as such we should not make them use the same config. Signed-off-by: Paul Holzinger --- test/upgrade/test-upgrade.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/test/upgrade/test-upgrade.bats b/test/upgrade/test-upgrade.bats index 4216d692af..d352c36f5e 100644 --- a/test/upgrade/test-upgrade.bats +++ b/test/upgrade/test-upgrade.bats @@ -154,7 +154,6 @@ EOF # pollute it for use by old-podman. We must keep that pristine # so old-podman is the first to write to it. # - # mount /etc/containers/storage.conf to use the same storage settings as on the host # mount /dev/shm because the container locks are stored there # mount /run/containers for the dnsname plugin #