From baf003fbd3e1c66273618cb2d1752ac0df7f51f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A2n=20L=C3=AA?= <16718453+moly7x@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:43:24 +0700 Subject: [PATCH] Revert newline in comment --- patches/cinder-vitastor.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patches/cinder-vitastor.py b/patches/cinder-vitastor.py index 93f265ba9..8d45967ed 100644 --- a/patches/cinder-vitastor.py +++ b/patches/cinder-vitastor.py @@ -833,6 +833,7 @@ class VitastorDriver(driver.CloneableImageVD, def manage_existing_get_size(self, volume, existing_ref): """Return size of an existing image for manage_existing. + :param volume: volume ref info to be set :param existing_ref: {'source-name': } """ @@ -844,7 +845,9 @@ class VitastorDriver(driver.CloneableImageVD, def manage_existing(self, volume, existing_ref): """Manages an existing image. + Renames the image name to match the expected name for the volume. + :param volume: volume ref info to be set :param existing_ref: {'source-name': } """ @@ -918,6 +921,7 @@ class VitastorDriver(driver.CloneableImageVD, def manage_existing_snapshot_get_size(self, snapshot, existing_ref): """Return size of an existing image for manage_existing. + :param snapshot: snapshot ref info to be set :param existing_ref: {'source-name': } """ @@ -932,8 +936,10 @@ class VitastorDriver(driver.CloneableImageVD, def manage_existing_snapshot(self, snapshot, existing_ref): """Manages an existing snapshot. + Renames the snapshot name to match the expected name for the snapshot. Error checking done by manage_existing_get_size is not repeated. + :param snapshot: snapshot ref info to be set :param existing_ref: {'source-name': } """