diff --git a/cinder/volume/api.py b/cinder/volume/api.py index 1faddd49d70..c444686db4e 100644 --- a/cinder/volume/api.py +++ b/cinder/volume/api.py @@ -1616,7 +1616,7 @@ class API(base.Base): metadata=None): service = self._get_service_by_host(context, volume.host, 'snapshot') snapshot_object = self.create_snapshot_in_db(context, volume, name, - description, False, + description, True, metadata, None, commit_quota=False) self.volume_rpcapi.manage_existing_snapshot(context, snapshot_object,