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
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Use BTRFS snapshot of the rootless user Podman storage area consistent over any possible failure in the container creation.
To avoid situations like
#containers/podman#12264
Since BTRFS subvolumes are well protected from writing by non-owner it can improve security too.
Steps to reproduce the issue:
Create snapshot at the beginning of Podman container create or Buldah from
Discard snapshot after container commit or successful starting of the container
Restore User's storage in the consistent state in the case of failure.
Describe the results you received:
Describe the results you expected:
Something in the style of Use of btrfs snapshots Additional information you deem important (e.g. issue happens only occasionally):
Output of podman version:
(paste your output here)
Output of podman info --debug:
(paste your output here)
Package info (e.g. output of rpm -q podman or apt list podman):
The most popular Linux desktop distros Fedora,Ubuntu, Suse used by developers support btrfs filesystem. The known btrfs weaknesses doesn't affect developer's productivity like inconsistency issues. Backup and restore of running on laptops dev. environment to the external storage is rarely usable. Uploading compressed subvolume to the cloud storage takes seconds.
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Use BTRFS snapshot of the rootless user Podman storage area consistent over any possible failure in the container creation.
To avoid situations like
#containers/podman#12264
Since BTRFS subvolumes are well protected from writing by non-owner it can improve security too.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Something in the style of Use of btrfs snapshots
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
No
Additional environment details (AWS, VirtualBox, physical, etc.):
The most popular Linux desktop distros Fedora,Ubuntu, Suse used by developers support btrfs filesystem. The known btrfs weaknesses doesn't affect developer's productivity like inconsistency issues. Backup and restore of running on laptops dev. environment to the external storage is rarely usable. Uploading compressed subvolume to the cloud storage takes seconds.
The text was updated successfully, but these errors were encountered: