From ad5b05bbb7a53a555008dce5a01ce2ce42551595 Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Mon, 4 Jun 2018 12:03:06 -0500 Subject: [PATCH] Fix documentation error There was a mistake in an earlier patch where 'snapshot' was used instead of 'volume'. This follow-up patch corrects the wording. Change-Id: Ib1a03521c277c12d1b7f1c91eb1f2df1972e883f --- cinder/interface/volume_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/interface/volume_driver.py b/cinder/interface/volume_driver.py index 9c40f302538..d8603dbb376 100644 --- a/cinder/interface/volume_driver.py +++ b/cinder/interface/volume_driver.py @@ -277,7 +277,7 @@ class VolumeDriverCore(base.CinderInterface): and setup replication between the newly created volume and the secondary volume. - An optional larger size for the new snapshot can be specified. Drivers + An optional larger size for the new volume can be specified. Drivers should check this value and create or expand the new volume to match. :param volume: The volume to be created.