{"id":19416993,"url":"https://github.com/quobyte/openstack_patches","last_synced_at":"2026-05-12T21:35:24.213Z","repository":{"id":86097826,"uuid":"82679003","full_name":"quobyte/openstack_patches","owner":"quobyte","description":"Openstack patches for Quobyte drivers","archived":false,"fork":false,"pushed_at":"2025-02-12T09:00:28.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-12T09:52:20.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quobyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-21T12:47:29.000Z","updated_at":"2025-02-12T09:00:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"26bd9f6a-af8b-4934-8d84-8bb33daa301e","html_url":"https://github.com/quobyte/openstack_patches","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quobyte%2Fopenstack_patches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quobyte%2Fopenstack_patches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quobyte%2Fopenstack_patches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quobyte%2Fopenstack_patches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quobyte","download_url":"https://codeload.github.com/quobyte/openstack_patches/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240595179,"owners_count":19826335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T13:06:35.576Z","updated_at":"2026-05-12T21:35:24.172Z","avatar_url":"https://github.com/quobyte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quobyte OpenStack Patches\n\nThis project provides patches for Quobyte drivers in the different OpenStack\nprojects.\n\n## Where is What\n\nPatches in this project are ordered by OpenStack releases. For example a\nspecific patch  version for the Mitaka release can be found at:\n\n    \u003cpatch-dir\u003e/Mitaka\n\n\n## Usage\n\nThese patches can be applied by navigating to the project to be patched root\ndirectory and running the linux patch utility, e.g.:\n\n    patch -p1 \u003c /path/to/patchfile\n\nPlease see the different patches readme files for their respective installation\ncommands.\n\n# Contents\n\n\n## encry_param_fix\n\nFixes a Cinder [parameter bug](https://bugs.launchpad.net/cinder/+bug/2042102)\ncurrently in [review](https://review.opendev.org/c/openstack/cinder/+/899706).\n\n## image_to_volume_fix\n\nFixes a Cinder\n[file format handling bug](https://bugs.launchpad.net/cinder/+bug/2069597)\ncurrently in [review](https://review.opendev.org/c/openstack/cinder/+/922082).\n\n## image_utils fix\n\nFixes a Cinder [image_utils bug](https://bugs.launchpad.net/cinder/+bug/2074377)\nthat affects all remotefs based drivers.\nThe fix solves the issue for the Quobyte driver. A more generic fix will be\nsubmitted upstream.\n\n## multiattach\n\nAllows activating Cinder multi attach with the Quobyte driver.\n\n# Attic\n\n## Outdated Patches\n\nThe following patches are still available but outdated.\n\n### Full Quobyte Patch\n\nThese patches provides an all in one patch file per project for easier\ninstallation. These patch files correct a list of issues/features, including\nsingle issue fix patches availabe in this repository.\n\n\n### overlay_volumes (**beta**)\n\nBackport of the upstream changes for [overlay\nvolumes](https://review.openstack.org/#/c/507050), the\n[volume_from_snapshot_cache](https://review.openstack.org/#/c/502974/9) and\nsome [general volume creation\noptimizations](https://review.openstack.org/#/c/500782/) for Cinder.\n\n### qemu-img_commit_patch\nA simple Cinder patch for setups encountering qemu-img commit crashes during\nsnapshot deletion with v3 Kernels.\n\n### return_for_create_clone\n\nSmall patch that enables volume backups via volume cloning with Quobyte\nvolumes. This change is part of the upstream code for releases Pike and newer.\n\n### systemd-cgroup_patch\n\nBackport of a [Nova bugfix](https://review.openstack.org/#/c/432344/) for a\n[bug](https://bugs.launchpad.net/nova/+bug/1530860) that caused mounts to be\nremoved when the Nova service was stopped or restarted.\nThis patch is part of the upstream code fore releases Pike and newer.\n\n### user_current_vol-url\n\nPatches the Cinder Quobyte driver to always use the currently configured\nquobyte_volume_url.\n\n### xattr-removal_patch\n\nBackports of performance optimizations that remove the usage of xattr from the\nNova driver and mount Quobyte volumes without xattr support, in order to\nimprove iops.\nThis patch is part of the upstream code fore releases Pike and newer.\n\n\n## Removed Patches\n\nThis contains a list of older patches that where removed and are no longer\navailable.\n\n- truncate-ephemeral_patch: Removed due to possible stability issues\n- nova_mitaka_external-mount_patch: Superseeded by the systemd-cgroup_patch (see above)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobyte%2Fopenstack_patches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquobyte%2Fopenstack_patches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobyte%2Fopenstack_patches/lists"}