~mvo/snapd/+git/snapd-mvo:valentindavid/fix-lba

Last commit made on 2022-07-19
Get this branch:
git clone -b valentindavid/fix-lba https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
valentindavid/fix-lba
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

2200aa9... by Valentin David

osutil/disks: handle GPT for 4k disk and too small tables

On 4k disks GPT uses 4k LBA.

Also the table should be at least 16k. If it is not we expect it will
be resized. So we need to calculate the last LBA with this
expectation.

7378d8b... by Michael Vogt

Merge pull request #11971 from Meulengracht/feature/snap-logs-followup

daemon,overlord/servicestate: followup changes from PR #11960 to snap logs

c5309b3... by Michael Vogt

Merge pull request #11972 from Meulengracht/bugfix/cpu-quota-constraints

cmd/snap: fix visual representation of 'AxB%' cpu quota modifier.

719db5e... by Samuele Pedroni

many: expose and support provenance from snap.yaml metadata

This adds metadata and snap.Info support including validation for provenance.

Make sure we extract it from store results and make it available as SnapSetup.ExpectedProvenance for installation task for the from-the-store cases.

5d7d8ef... by Philip Meulengracht

cmd/snap: fix visual representation of 'AxB%' cpu quota modifier.

5a8f6d7... by Philip Meulengracht

daemon,overlord/servicestate: review feedback from 11960

Rename SnapAppsLogReader to LogReader, fail if one of the AppInfos is not a service.

767c8a8... by Samuele Pedroni

o/snapstate: set the expected provenance from the store in SnapSetup

this will be cross-checked by validate-snap

local installations from paths will do this earlier

d1d1bac... by Samuele Pedroni

store: extract provenance from store results

314b359... by Samuele Pedroni

asserts,snap: expose provenance on snap.Info and validate it

also introduce naming.ValidateProvenance,ValidProvenance and
a DefaultProvenance constant

13f09d8... by Michael Vogt

Merge pull request #11958 from Meulengracht/feature/snap-ubuntu-save

overlord,snap: add support for per-snap storage on ubuntu-save