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

lxd-agent: Retry VM hotplug directory share mounts #13674

Merged
merged 9 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. lxd/auth: Standardise error field to err

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    16c490f View commit details
    Browse the repository at this point in the history
  2. lxd/identities: Standardise error field to err

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ea6108e View commit details
    Browse the repository at this point in the history
  3. lxd: Standardise error field to err

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    48ef3ad View commit details
    Browse the repository at this point in the history
  4. lxd-agent/events: Retry virtiofs hotplug mount

    Sometimes the hotplug event is received from LXD before the virtiofs device
    is available in the guest VM.
    
    So retry several times before giving up to allow it to be activated.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    474609c View commit details
    Browse the repository at this point in the history
  5. lxd-agent: Enable syslog logging

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    79a7adc View commit details
    Browse the repository at this point in the history
  6. lxd-agent: Match the use of contextual logging for start up mounts

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3133654 View commit details
    Browse the repository at this point in the history
  7. lxd-agent: Standardise error field to err

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d34bfbe View commit details
    Browse the repository at this point in the history
  8. lxd-agent: Ignore linter complaints about deep exit

    In this case we need it to ensure non-zero exit code is returned.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    70c0d45 View commit details
    Browse the repository at this point in the history
  9. lxd-agent: Log start time mount args on error

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    28bd6a9 View commit details
    Browse the repository at this point in the history