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

Commits on Mar 14, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I02b5e02430efd88403a82cef29366122caa8ea3b
    openstackadmin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e8317a6 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: I2fae83ae2e3d156c41a872e5a6ca497a9cdafb28
    openstackadmin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    48d633f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Skip slow marked tests in devstack-plugin-ceph-tempest-py3

    devstack-plugin-ceph-tempest-py3 is timeout consistently and
    one of the reason can be it run the slow marked tests also.
    All integrated jobs runs slow marked tests in separate job.
    
    Skipping the slow tests in this job and devstack-plugin-ceph-multinode-tempest-py3
    already cover them so no need to add a separate job.
    
    Change-Id: I0a80a107dfbe9690bc173a8a2ed872de53dcf995
    (cherry picked from commit 3683eb2)
    Ghanshyam Mann authored and gouthampacha committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3516de4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix ingress deamon

    Fixes ingress deamon, for 18.0+ Ceph versions
    by setting correct VIP.
    
    Ingress daemon was added in Caracal, and when
    backported to Bobcat encountered CI failures.
    In this patch I've added verbose MDS logging
    capabilities, and fixed the failures that were
    present in Bobcat stable CI, cephfs-nfs-cephadm
    job. History is in patchset 908940.
    Resubmititng starting at master to backport
    to stable branches in the correct order.
    
    Depends-On: I5b7fd5b2b557203189c25fa2a988d790e7fda3eb
    Change-Id: Ia1671de5c770d1cf5a3cd58e05fe5204f5bbc3c6
    (cherry picked from commit ca37846)
    ashrod98 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f6dc578 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Follow Up Patch Fix Ingress Deamon

    Remove MDS_LOG=True in job declaration
    
    Change-Id: Ie0e174ae8cc21ce42c6d672e397028703357c4aa
    ashrod98 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3a2fa5b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Standalone nfs-ganesha with cephadm deployment

    Manila supports using a standalone NFS-Ganesha server
    as well as a ceph orchestrator deployed NFS-Ganesha cluster
    ("ceph nfs service"). We've only ever allowed using
    ceph orch deployed NFS with ceph orch deployed clusters
    through this devstack plugin. With this change,
    the plugin can optionally deploy a standalone
    NFS-Ganesha service with a ceph orch deployed
    ceph cluster. This will greatly simplify testing when we sunset
    the package based installation/deployment of ceph.
    
    Depends-On: I2198eee3892b2bb0eb835ec66e21b708152b33a9
    Change-Id: If983bb5d5a5fc0c16c1cead84b5fa30ea961d21b
    Implements: bp/cephadm-deploy
    Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
    (cherry picked from commit ca2486e)
    gouthampacha committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    af28bda View commit details
    Browse the repository at this point in the history
  2. Merge "Skip slow marked tests in devstack-plugin-ceph-tempest-py3" in…

    …to stable/2024.1
    Zuul authored and openstack-gerrit committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c3c751b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70452ec View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    6dcdd75 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Update .gitreview for unmaintained/2024.1

    Change-Id: Ia0ee7e3b2cd2d25e8924771a0033e3a33872fbe7
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    1ec8a65 View commit details
    Browse the repository at this point in the history
Loading