podman image scp fails due to ENOSPC on the remote server below /tmp without any error msg #21239
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
Copy over an existing image from a RH server to a remote SuSE SLES server with
podman image scp c87c80c0911a srap57::
fails without any error message when on the remote host is not enough space below
/tmp
.Steps to reproduce the issue
Steps to reproduce the issue
podman system connection add srap57 ssh://[email protected]
podman image scp c87c80c0911a srap57::
Copying blob d5c1a9d0b1e5 done
Copying blob 6859de28489f done
Copying blob 35fb3b1b2123 done
...
Writing manifest to image destination
(shell prompt returned)
Describe the results you received
The above command does not end with something like
...
Loaded image:
sha256:9211bbaa0dbd68fed073065eb9f0a6ed00a75090a9235eca2554c62d1e75c58f
Describe the results you expected
I expected a message about the loaded image.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
image is around 6.1 GByte and on the destination host space below
/tmp
(where thesftp-server
stores the temp. data):Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: