Skip to content

Commit

Permalink
Updating root Readme to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
casusbelli committed Oct 18, 2017
1 parent 24195f3 commit 7ba8f47
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,18 @@ Small patch that enables volume backups via volume cloning with Quobyte volumes.
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.

## overlay_volume_patch (**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.

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

# Attic

This contains a list of older patches that where removed.

- truncate-ephemeral_patch: Removed due to possible stability issues
- nova_mitaka_external-mount_patch: Superseeded by the systemd-cgroup_patch (see above)

0 comments on commit 7ba8f47

Please sign in to comment.