]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-volume: zfs, the inital first submit.
authorWillem Jan Withagen <wjw@digiware.nl>
Tue, 21 Aug 2018 18:56:21 +0000 (20:56 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Mon, 1 Oct 2018 15:39:45 +0000 (17:39 +0200)
commitd37d8e2b104a2be4e11bdc1db9851a3150547d1d
treeff6dc9b3f621d2c9460c8a0a89383f5412bb70a0
parent9e9f3ead363c8bd0d39625295ec6d9a33eb65401
ceph-volume: zfs, the inital first submit.

Does nothing other than invoce the ceph-volume-zfs modules when
called with 'ceph-volume zfs

Like:
> ceph-volume zfs list

Use ZFS as the underlying technology for OSDs

--verbose   Increase the verbosity level

['list']
-->  TypeError: main() takes exactly 2 arguments (1 given)
Exit 1

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
15 files changed:
COPYING
src/ceph-volume/CMakeLists.txt
src/ceph-volume/plugin/zfs/CMakeLists.txt [new file with mode: 0644]
src/ceph-volume/plugin/zfs/LICENSE [new file with mode: 0644]
src/ceph-volume/plugin/zfs/MANIFEST.in [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/__init__.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/api/__init__.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/__init__.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/__init__.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/devices/zfs/main.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/main.py [new file with mode: 0755]
src/ceph-volume/plugin/zfs/ceph_volume_zfs/util/__init__.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/requirements_dev.txt [new file with mode: 0644]
src/ceph-volume/plugin/zfs/setup.py [new file with mode: 0644]
src/ceph-volume/plugin/zfs/tox.ini [new file with mode: 0644]