From b47e42d968e98071e2b71994c27ab7195e2c4cad Mon Sep 17 00:00:00 2001 From: Silvan Kaiser Date: Thu, 12 Oct 2017 07:58:51 +0200 Subject: [PATCH] Corrected overlay volumes patch Readme that this is a Cinder patch. --- overlay_volumes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay_volumes/README.md b/overlay_volumes/README.md index 8066e86..183307d 100644 --- a/overlay_volumes/README.md +++ b/overlay_volumes/README.md @@ -7,7 +7,7 @@ The corresponding [upstream change](https://review.openstack.org/#/c/507050/12) ### Usage -This patch can be applied by navigating to the Nova project root directory and running: +This patch can be applied by navigating to the Cinder project root directory and running: patch -p0 < /path/to/patchfile @@ -16,4 +16,4 @@ The new cache can be activated by adding the config lines: quobyte_volume_from_snapshot_cache = True quobyte_overlay_volumes = True -to your cinder.conf Quobyte backend section(s). \ No newline at end of file +to your cinder.conf Quobyte backend section(s).