Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/ceilometer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa33535
Choose a base ref
...
head repository: openstack/ceilometer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be26845
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 15, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: Ic467bc1ac25e4897c11c81fcd0ffc2a1e84d2038
    openstackadmin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7b4e8bc View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.1

    Update the URL to the upper-constraints file to point to the redirect
    rule on releases.openstack.org so that anyone working on this branch
    will switch to the correct upper-constraints list automatically when
    the requirements repository branches.
    
    Until the requirements repository has as stable/2024.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Ic7ef721d10e68832986fa2b4365f4daad7a3ea53
    openstackadmin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bea425e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Catch exceptions for interfaceStats in libvirt inspector

    In the Libvirt inspector we call the interfaceStats()
    function but there is a race between us checking if
    the domain is stopped and calling interfaceStats.
    
    This adds a try-catch around interfaceStats the
    same way as is already done for blockStats etc.
    
    Closes-Bug: #2113768
    Change-Id: I25ba64f5eefe8140b45bc4ff7e20c323dc5efd79
    (cherry picked from commit 70a56ba)
    Signed-off-by: Tobias Urdin <tobias.urdin@binero.com>
    (cherry picked from commit 87baa22)
    (cherry picked from commit dc8b698)
    tobias-urdin committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    3267979 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Handle EPIPE Broken Pipe from Libvirt RPC

    If Libvirt (virtqemud when modular or libvirtd when
    using monolith) is restarted while we are polling
    the RPC layer can return a EPIPE Broken Pipe (errcode
    32) to us.
    
    We should retry when we get this as the service might
    be back again and we just got aborted because it was
    restarted.
    
    Change-Id: If273f6e9c26f992fb31fccf69d869d7494d41e30
    Signed-off-by: Tobias Urdin <tobias.urdin@binero.com>
    (cherry picked from commit 2a45255)
    (cherry picked from commit f1d638f)
    (cherry picked from commit c99c0c9)
    tobias-urdin committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    be26845 View commit details
    Browse the repository at this point in the history
Loading