]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume lvm.batch remove usage of non-existent method
authorAlfredo Deza <adeza@redhat.com>
Wed, 29 Aug 2018 16:55:31 +0000 (09:55 -0700)
committerAlfredo Deza <adeza@redhat.com>
Wed, 29 Aug 2018 16:55:31 +0000 (09:55 -0700)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/devices/lvm/batch.py

index 1c52278c52c3c994f075d4480ba708650eca0206..4086064f5bdca1ae70a861c555962d459d7b7647 100644 (file)
@@ -137,7 +137,7 @@ class Batch(object):
             raise RuntimeError('report format must be "pretty" or "json"')
 
     def execute(self, args):
-        strategy = get_strategy(self.get_filtered_devices(args.devices), args)
+        strategy = get_strategy(args)
         if not args.yes:
             strategy.report_pretty()
             terminal.info('The above OSDs would be created if the operation continues')