-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Import LXD changes #172
Merged
Merged
Import LXD changes #172
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Stéphane Graber <stgraber@stgraber.org> Signed-off-by: Din Music <din.music@canonical.com>
Tests failing at: ``` incus storage create incustest-5zO ceph volume.size=25MiB ceph.osd.pg_num=8 ``` All seem to have `microceph.ceph status` show as: ``` + sudo microceph.ceph status cluster: id: 7e42c215-815d-477f-afa9-5f218fcc3081 health: HEALTH_WARN mon fv-az1234-656 is low on available space nobackfill,norebalance,norecover,noscrub,nodeep-scrub,nosnaptrim flag(s) set 3 pool(s) have no replicas configured OSD count 0 < osd_pool_default_size 1 services: mon: 1 daemons, quorum fv-az1234-656 (age 63s) mgr: fv-az1234-656(active, since 55s) mds: 1/1 daemons up osd: 0 osds: 0 up, 0 in flags nobackfill,norebalance,norecover,noscrub,nodeep-scrub,nosnaptrim data: volumes: 1/1 healthy pools: 3 pools, 65 pgs objects: 0 objects, 0 B usage: 0 B used, 0 B / 0 B avail pgs: 100.000% pgs unknown 65 unknown ``` Poll `ceph pg stat` for up to a minute to stabilize and no longer have unknown pgs. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
ceph's mon was complaining about low free space in the rootfs. Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
…ally revert to events API. Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
… MirrorRead Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
…irror*() The reason its unused is because its not a good idea to cancel the context as you will potentially lose output written from the process. Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
…duces GetPollRevents Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
…orRead() and ws.Mirror() This wrapper is instantiated using NewExecWrapper() and it wrap an *os.File so that it uses poll to check if there is something to read first to avoid blocking reads. It uses a 1s timeout on poll so that if the context is cancelled any outstanding Read() calls return within 1s. Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
…ncel There's no benefit to the extra dependency here. Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
Fixes #12210 Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
… line with container exec Fixes #12210 Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
github-actions
bot
added
Documentation
Documentation needs updating
API
Changes to the REST API
labels
Oct 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.