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: master
Choose a base ref
...
head repository: openstack/ceilometer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2024.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 16, 2024

  1. Update .gitreview for stable/2024.2

    Change-Id: Ibc4f329ab89f48148551b321d00a394168b2dc7d
    openstackadmin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8499966 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.2

    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.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I7f45eb71b380710e58c976e7c9f19dd783d38ddd
    openstackadmin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a36cc76 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)
    tobias-urdin committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    dc8b698 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)
    tobias-urdin committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    c99c0c9 View commit details
    Browse the repository at this point in the history
Loading