You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I encountered an issue while using Podman on my Mac. I mounted a physical disk partition (in APFS format) on macOS onto the virtual machine of Podman (Podman machine init - volume/Volumes/VM/Podman:/data). I am attempting to merge the image and container paths(
[storage]
driver = "overlay"
runroot = "/data/run"
graphroot = "/data/containers/storage")
Change the storage path to the mounted partition. I found that I am unable to use podman pull to pull images. The error is as follows: Error: copying system image from manifest list: writing blob: adding layer with blob "sha256: a970164f39c1a46f71b3615bc9d5b6710832766b530d9179db8e36563f705abb"/""/"sha256: 632c5d4dce7493801a746c1b8920afbcbb965a0783e3119be028e8eb7485950": ApplyLayer timeout: stderr: setting up pivot dir: mkdir /data/storage/vfs/dir/632c5d4dce7493801a746c1b8920afbcbbc965a0783e3119be028e8eb7485950/.pivot_root1036739271: permission denied exit status 1。
May I ask what the reason is for this?
Steps to reproduce the issue
Steps to reproduce the issue
1.Podman machine init - volume/Volumes/VM/Podman:/data
2.podman pull quay.io/libpod/ubuntu:latest
Describe the results you received
Successfully pulled the image.
Describe the results you expected
Unable to pull image.
podman info output
copying system image from manifest list: writing blob: adding layer with blob "sha256: a970164f39c1a46f71b3615bc9d5b6710832766b530d9179db8e36563f705abb"/""/"sha256: 632c5d4dce7493801a746c1b8920afbcbb965a0783e3119be028e8eb7485950": ApplyLayer timeout: stderr: setting up pivot dir: mkdir /data/storage/vfs/dir/632c5d4dce7493801a746c1b8920afbcbbc965a0783e3119be028e8eb7485950/.pivot_root1036739271: permission denied exit status 1。
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
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:
Issue Description
Hello, I encountered an issue while using Podman on my Mac. I mounted a physical disk partition (in APFS format) on macOS onto the virtual machine of Podman (Podman machine init - volume/Volumes/VM/Podman:/data). I am attempting to merge the image and container paths(
[storage]
driver = "overlay"
runroot = "/data/run"
graphroot = "/data/containers/storage")
Change the storage path to the mounted partition. I found that I am unable to use podman pull to pull images. The error is as follows: Error: copying system image from manifest list: writing blob: adding layer with blob "sha256: a970164f39c1a46f71b3615bc9d5b6710832766b530d9179db8e36563f705abb"/""/"sha256: 632c5d4dce7493801a746c1b8920afbcbb965a0783e3119be028e8eb7485950": ApplyLayer timeout: stderr: setting up pivot dir: mkdir /data/storage/vfs/dir/632c5d4dce7493801a746c1b8920afbcbbc965a0783e3119be028e8eb7485950/.pivot_root1036739271: permission denied exit status 1。
May I ask what the reason is for this?
Steps to reproduce the issue
Steps to reproduce the issue
1.Podman machine init - volume/Volumes/VM/Podman:/data
2.podman pull quay.io/libpod/ubuntu:latest
Describe the results you received
Successfully pulled the image.
Describe the results you expected
Unable to pull image.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
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: