Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: run spread tests in fedora-35 #11120

Merged
merged 4 commits into from Dec 9, 2021

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    721bed5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. cmd/snap-mgmt: account for btrfs weirdness when checking for bind mounts

    The path-in-filesystem for bind mounts done on btrfs are a bit different from
    what we normally expect and include the subvolume ID as a prefix, eg:
    
    749 63 0:31 /root/var/lib/snapd/snap /var/lib/snapd/snap rw,relatime shared:1 - btrfs /dev/sda5 rw,seclabel,compress=zstd:1,space_cache,subvolid=256,subvol=/root
    
    Tweak the grep expression to match that.
    
    Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
    bboozzoo committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f6b6238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b13410b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    d8a1aee View commit details
    Browse the repository at this point in the history