From ff1ac3853800f7a9920dd695a93c6d415a6a8a8a Mon Sep 17 00:00:00 2001 From: Silvan Kaiser Date: Fri, 3 Nov 2023 12:33:34 +0100 Subject: [PATCH] Adds linebreak sanity to Readme file. --- README.md | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fe46a17..acd5b9c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ # Quobyte OpenStack Patches -This project provides patches for Quobyte drivers in the different OpenStack projects. +This project provides patches for Quobyte drivers in the different OpenStack +projects. ## Where is What -Patches in this project are ordered by OpenStack releases. For example a specific patch version for the Mitaka release can be found at: +Patches in this project are ordered by OpenStack releases. For example a +specific patch version for the Mitaka release can be found at: /Mitaka ## Usage -These patches can be applied by navigating to the project to be patched root directory and running the linux patch utility, e.g.: +These patches can be applied by navigating to the project to be patched root +directory and running the linux patch utility, e.g.: patch -p1 < /path/to/patchfile -Please see the different patches readme files for their respective installation commands. +Please see the different patches readme files for their respective installation +commands. # Contents @@ -31,38 +35,52 @@ The following patches are still available but outdated. ### Full Quobyte Patch -These patches provides an all in one patch file per project for easier installation. These patch files correct a list of issues/features, including single issue fix patches availabe in this repository. +These patches provides an all in one patch file per project for easier +installation. These patch files correct a list of issues/features, including +single issue fix patches availabe in this repository. ### overlay_volumes (**beta**) -Backport of the upstream changes for [overlay volumes](https://review.openstack.org/#/c/507050), the [volume_from_snapshot_cache](https://review.openstack.org/#/c/502974/9) and some [general volume creation optimizations](https://review.openstack.org/#/c/500782/) for Cinder. +Backport of the upstream changes for [overlay +volumes](https://review.openstack.org/#/c/507050), the +[volume_from_snapshot_cache](https://review.openstack.org/#/c/502974/9) and +some [general volume creation +optimizations](https://review.openstack.org/#/c/500782/) for Cinder. ### qemu-img_commit_patch -A simple Cinder patch for setups encountering qemu-img commit crashes during snapshot deletion with v3 Kernels. +A simple Cinder patch for setups encountering qemu-img commit crashes during +snapshot deletion with v3 Kernels. ### return_for_create_clone -Small patch that enables volume backups via volume cloning with Quobyte volumes. This change is part of the upstream code for releases Pike and newer. +Small patch that enables volume backups via volume cloning with Quobyte +volumes. This change is part of the upstream code for releases Pike and newer. ### systemd-cgroup_patch -Backport of a [Nova bugfix](https://review.openstack.org/#/c/432344/) for a [bug](https://bugs.launchpad.net/nova/+bug/1530860) that caused mounts to be removed when the Nova service was stopped or restarted. +Backport of a [Nova bugfix](https://review.openstack.org/#/c/432344/) for a +[bug](https://bugs.launchpad.net/nova/+bug/1530860) that caused mounts to be +removed when the Nova service was stopped or restarted. This patch is part of the upstream code fore releases Pike and newer. ### user_current_vol-url -Patches the Cinder Quobyte driver to always use the currently configured quobyte_volume_url. +Patches the Cinder Quobyte driver to always use the currently configured +quobyte_volume_url. ### xattr-removal_patch -Backports of performance optimizations that remove the usage of xattr from the Nova driver and mount Quobyte volumes without xattr support, in order to improve iops. +Backports of performance optimizations that remove the usage of xattr from the +Nova driver and mount Quobyte volumes without xattr support, in order to +improve iops. This patch is part of the upstream code fore releases Pike and newer. ## Removed Patches -This contains a list of older patches that where removed and are no longer available. +This contains a list of older patches that where removed and are no longer +available. - truncate-ephemeral_patch: Removed due to possible stability issues - nova_mitaka_external-mount_patch: Superseeded by the systemd-cgroup_patch (see above)