]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/devices/simple/scan.py
import 15.2.2 octopus source
[ceph.git] / ceph / src / ceph-volume / ceph_volume / devices / simple / scan.py
index 6e41f76ecb19831c8beced8be78b9945788b6b3c..1e3deae4ce1ec8c14d566109c6ef9079cc35bc57 100644 (file)
@@ -103,8 +103,9 @@ class Scan(object):
             file_json_key = file_
             if file_.endswith('_dmcrypt'):
                 file_json_key = file_.rstrip('_dmcrypt')
-                logger.info(('reading file {}, stripping _dmcrypt',
-                             'suffix').format(file_))
+                logger.info(
+                    'reading file {}, stripping _dmcrypt suffix'.format(file_)
+                )
             if os.path.islink(file_path):
                 if os.path.exists(file_path):
                     osd_metadata[file_json_key] = self.scan_device(file_path)