Merge "StorPool: cosmetic: comment headings instead of empty lines"
This commit is contained in:
commit
71c021c501
@ -302,14 +302,15 @@ class StorPoolDriver(driver.VolumeDriver):
|
|||||||
) for t in templates]
|
) for t in templates]
|
||||||
|
|
||||||
self._stats = {
|
self._stats = {
|
||||||
|
# Basic driver properties
|
||||||
'volume_backend_name': self.configuration.safe_get(
|
'volume_backend_name': self.configuration.safe_get(
|
||||||
'volume_backend_name') or 'storpool',
|
'volume_backend_name') or 'storpool',
|
||||||
'vendor_name': 'StorPool',
|
'vendor_name': 'StorPool',
|
||||||
'driver_version': self.VERSION,
|
'driver_version': self.VERSION,
|
||||||
'storage_protocol': constants.STORPOOL,
|
'storage_protocol': constants.STORPOOL,
|
||||||
|
# Driver capabilities
|
||||||
'sparse_copy_volume': True,
|
'sparse_copy_volume': True,
|
||||||
|
# The actual pools data
|
||||||
'pools': pools
|
'pools': pools
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user