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

Switch to ubuntu-daily: for integration tests inside LXD containers #574

Merged
merged 4 commits into from
Feb 27, 2024

Conversation

simondeziel
Copy link
Member

No description provided.

```
+ lxc exec pylxd-noble-329986 -- cloud-init status --long --wait
............
status: done
extended_status: degraded done
boot_status_code: enabled-by-generator
last_update: Tue, 27 Feb 2024 19:49:44 +0000
detail:
DataSourceLXD
errors: []
recoverable_errors:
WARNING:
	- Unable to get zpool status of default: Unexpected error while running command. Command: ['zpool', 'status', 'default'] Exit code: - Reason: [Errno 2] No such file or directory: b'zpool' Stdout: - Stderr: -
```

This was noticed with a host running lxd latest/edge snap and using a zfs
storage pool:

```
$ snap list lxd
Name  Version      Rev    Tracking     Publisher   Notes
lxd   git-2688037  27360  latest/edge  canonical✓  -
```

This is a workaound for https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2055219
with a proper fix proposed in canonical/cloud-init#4970.

Signed-off-by: Simon Deziel <[email protected]>
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.77%. Comparing base (3e40cd3) to head (06ab061).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #574   +/-   ##
=======================================
  Coverage   97.77%   97.77%           
=======================================
  Files          32       32           
  Lines        3057     3057           
=======================================
  Hits         2989     2989           
  Misses         68       68           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tomponline tomponline merged commit 4d4b450 into canonical:main Feb 27, 2024
10 checks passed
@simondeziel simondeziel deleted the ubuntu-daily branch February 28, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants