~snappy-dev/snapd/+git/snapd-pawel:disk-space-awareness/ensure-df-check

Last commit made on 2020-07-16
Get this branch:
git clone -b disk-space-awareness/ensure-df-check https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
disk-space-awareness/ensure-df-check
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

e619f56... by Paweł Stołowski

Add ensureDiskSpace() to SnapManager: periodically check available disk space and issue a warning if it drops below predefined minimum size.

9a0b51a... by Paweł Stołowski

Update spread test to cover core systems.

050da1e... by Paweł Stołowski

Add requiredSpaceWithMargin helper; only check disk space if automatic snapshot would be created (i.e. do not when automatic snapshots are disabled) - thanks bboozzoo. Added unit tests for remove.

1c2e5bf... by Paweł Stołowski

Integrate free space checks with install/refresh and remove (when automatic snapshot needs to be created). Add spread test.

adb0e60... by Paweł Stołowski

Merge pull request #8995 from stolowski/disk-space-awareness/disk-free-helper

osutil: add CheckFreeSpace helper
Add helper for checking free disk space. This is going to be used be the followup PRs related to disk space awareness (on download, refresh, remove...). Also introduce distinct NotEnoughDiskSpaceError so that the caller can potentially try to rectify the problem and retry.

347b4d9... by Paweł Stołowski

Reword error message. Unexport diskSuite. Use more-random path for non-existing-path test case.

dc2b918... by Paweł Stołowski

Fix format.

c3dac8d... by Michael Vogt

Merge pull request #8978 from cmatsuoka/uc20-secboot-update-tpm-connection

secboot: update tpm connection error handling

646790a... by Maciej Borzecki

Merge pull request #8996 from bboozzoo/bboozzoo/postrm-purge-modules

packaging, cmd/snap-mgmt, tests: remove modules files on purge

6517e88... by Paweł Stołowski

Merge branch 'master' into disk-space-awareness/disk-free-helper