summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/plugin/zfs/ceph_volume_zfs/__init__.py
blob: 0b0889f36398dc8af37483c25ee30b93c10aaade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-

"""Top-level package for Ceph volume on ZFS."""

__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()