]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/main.py
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / ceph-volume / plugin / zfs / ceph_volume_zfs / devices / zfs / main.py
old mode 100755 (executable)
new mode 100644 (file)
index 028d487..073be64
@@ -1,21 +1,23 @@
+# vim: expandtab smarttab shiftwidth=4 softtabstop=4
+
 import argparse
 from textwrap import dedent
 from ceph_volume import terminal
 
+from . import inventory
+from . import prepare
+from . import zap
 
-class ZFS(object):
+class ZFSDEV(object):
 
     help = 'Use ZFS to deploy OSDs'
 
     _help = dedent("""
-    Use ZFS to deploy OSDs
+        Use ZFS to deploy OSDs
 
-    {sub_help}
+        {sub_help}
     """)
 
-    mapper = {
-    }
-
     def __init__(self, argv):
         self.argv = argv