Skip to content

Commit

Permalink
General Readme Updates
Browse files Browse the repository at this point in the history
Adds the newest patches to the main Readme list and adds release
information about some patches to the readmes.
  • Loading branch information
casusbelli committed Sep 19, 2017
1 parent c0a4121 commit 74b2662
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,25 @@ Please see the different patches readme files for their respective installation

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.

## return_for_create_clone_patch

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.
This patch is part of the upstream code fore releases Pike and newer.

## truncate-ephemeral_patch

This patch changes Nova ephemeral image prealloc behaviour by running truncate instead of fallocate. This improves performance with ephemeral images on Quobyte volumes.
This change is compatible with other backends with a possible performance impact.

## volume_from_snapshot_cache_patch (**beta**)

Backport of the upstream changes for 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.

## 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.
1 change: 1 addition & 0 deletions return_for_create_clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## return_for_create_clone patch

This patch fixes the Cinder bug [1674611](https://bugs.launchpad.net/cinder/+bug/1674611) with patch [447958](https://review.openstack.org/#/c/447958/), thus allowing e.g. cloned backups of Quobyte Cinder volumes.
This patch is part of the upstream code fore releases Pike and newer.

### Usage

Expand Down
5 changes: 4 additions & 1 deletion systemd-cgroup_patch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Removal can easily be done via:

patch -p1 -R < /path/to/patchfile


This patch is part of the upstream code fore releases Pike and newer.

### Usage

These patches can be applied by navigating to the project to be patched root directory and running:
Expand All @@ -21,4 +24,4 @@ These patches can be applied by navigating to the project to be patched root dir
#### 1.0
- mounts no longer as root but as Nova service user

#### original release
#### original release

0 comments on commit 74b2662

Please sign in to comment.