blob: c06228de91dc05772c99b8c93d2052a02b254e60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.. _ceph-volume-zfs:
``zfs``
=======
Implements the functionality needed to deploy OSDs from the ``zfs`` subcommand:
``ceph-volume zfs``
The current implementation only works for ZFS on FreeBSD
**Command Line Subcommands**
* :ref:`ceph-volume-zfs-inventory`
.. not yet implemented
.. * :ref:`ceph-volume-zfs-prepare`
.. * :ref:`ceph-volume-zfs-activate`
.. * :ref:`ceph-volume-zfs-create`
.. * :ref:`ceph-volume-zfs-list`
.. * :ref:`ceph-volume-zfs-scan`
**Internal functionality**
There are other aspects of the ``zfs`` subcommand that are internal and not
exposed to the user, these sections explain how these pieces work together,
clarifying the workflows of the tool.
:ref:`zfs <ceph-volume-zfs-api>`
|