]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/plugin/zfs/ceph_volume_zfs/__init__.py
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / ceph-volume / plugin / zfs / ceph_volume_zfs / __init__.py
index d81455b15c19cfbf3dcbaca7c21bc5fab861c872..0b0889f36398dc8af37483c25ee30b93c10aaade 100755 (executable)
@@ -4,3 +4,10 @@
 
 __author__ = """Willem Jan Withagen"""
 __email__ = 'wjw@digiware.nl'
+
+import ceph_volume_zfs.zfs
+
+from collections import namedtuple
+
+sys_info = namedtuple('sys_info', ['devices'])
+sys_info.devices = dict()