]> git.proxmox.com Git - ceph.git/blob - 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
1 # -*- coding: utf-8 -*-
2
3 """Top-level package for Ceph volume on ZFS."""
4
5 __author__ = """Willem Jan Withagen"""
6 __email__ = 'wjw@digiware.nl'
7
8 import ceph_volume_zfs.zfs
9
10 from collections import namedtuple
11
12 sys_info = namedtuple('sys_info', ['devices'])
13 sys_info.devices = dict()