Merge "StorPool: cosmetic: comment headings instead of empty lines"

This commit is contained in:
Zuul 2023-12-27 19:02:15 +00:00 committed by Gerrit Code Review
commit 71c021c501

View File

@ -302,14 +302,15 @@ class StorPoolDriver(driver.VolumeDriver):
) for t in templates]
self._stats = {
# Basic driver properties
'volume_backend_name': self.configuration.safe_get(
'volume_backend_name') or 'storpool',
'vendor_name': 'StorPool',
'driver_version': self.VERSION,
'storage_protocol': constants.STORPOOL,
# Driver capabilities
'sparse_copy_volume': True,
# The actual pools data
'pools': pools
}