Merge pull request #21339 from mheon/specgen_to_pointer_v2

Convert SpecGen values to be nullable where possible
This commit is contained in:
openshift-merge-bot[bot]
2024-01-30 19:06:14 +00:00
committed by GitHub
85 changed files with 2193 additions and 1297 deletions

View File

@@ -532,7 +532,7 @@ EOF
CONTAINERS_CONF_OVERRIDE="$containersconf" run_podman run --rm volume_image stat -f -c %T /data
is "$output" "tmpfs" "Should be tmpfs"
CONTAINERS_CONF_OVERRIDE="$containersconf" run_podman run --image-volume bind --rm volume_image stat -f -c %T /data
CONTAINERS_CONF_OVERRIDE="$containersconf" run_podman run --image-volume anonymous --rm volume_image stat -f -c %T /data
assert "$output" != "tmpfs" "Should match hosts $fs"
CONTAINERS_CONF_OVERRIDE="$containersconf" run_podman run --image-volume tmpfs --rm volume_image stat -f -c %T /data