Merge "LVM: Call supports_thin_provisioning as static"

This commit is contained in:
Jenkins 2016-04-05 20:32:09 +00:00 committed by Gerrit Code Review
commit b03c8873ac
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ class LVM(executor.Executor):
"""
if not self.supports_thin_provisioning(self._root_helper):
if not LVM.supports_thin_provisioning(self._root_helper):
LOG.error(_LE('Requested to setup thin provisioning, '
'however current LVM version does not '
'support it.'))