This commit is contained in:
parent
43cf477979
commit
00b73f66c9
28
README.md
28
README.md
|
|
@ -15,24 +15,24 @@ have access to resizing, snapshots, clones, etc functionality.
|
||||||
## What can Democratic-CSI offer?
|
## What can Democratic-CSI offer?
|
||||||
**Several implementations of `CSI` drivers**
|
**Several implementations of `CSI` drivers**
|
||||||
:arrow_forward: `freenas-nfs` (manages zfs datasets to share over nfs)
|
:arrow_forward: `freenas-nfs` (manages zfs datasets to share over nfs)
|
||||||
» `freenas-iscsi` (manages zfs zvols to share over iscsi)
|
:arrow_forward: `freenas-iscsi` (manages zfs zvols to share over iscsi)
|
||||||
» `freenas-smb` (manages zfs datasets to share over smb)
|
:arrow_forward: `freenas-smb` (manages zfs datasets to share over smb)
|
||||||
» `freenas-api-nfs` experimental use with SCALE only (manages zfs datasets to share over nfs)
|
:arrow_forward: `freenas-api-nfs` experimental use with SCALE only (manages zfs datasets to share over nfs)
|
||||||
» `freenas-api-iscsi` experimental use with SCALE only (manages zfs zvols to share over iscsi)
|
:arrow_forward: `freenas-api-iscsi` experimental use with SCALE only (manages zfs zvols to share over iscsi)
|
||||||
» `freenas-api-smb` experimental use with SCALE only (manages zfs datasets to share over smb)
|
:arrow_forward: `freenas-api-smb` experimental use with SCALE only (manages zfs datasets to share over smb)
|
||||||
» `zfs-generic-nfs` (works with any ZoL installation...ie: Ubuntu)
|
:arrow_forward: `zfs-generic-nfs` (works with any ZoL installation...ie: Ubuntu)
|
||||||
» `zfs-generic-iscsi` (works with any ZoL installation...ie: Ubuntu)
|
:arrow_forward: `zfs-generic-iscsi` (works with any ZoL installation...ie: Ubuntu)
|
||||||
» `zfs-local-ephemeral-inline` (provisions node-local zfs datasets)
|
:arrow_forward: `zfs-local-ephemeral-inline` (provisions node-local zfs datasets)
|
||||||
» `synology-iscsi` experimental (manages volumes to share over iscsi)
|
:arrow_forward: `synology-iscsi` experimental (manages volumes to share over iscsi)
|
||||||
» `lustre-client` (crudely provisions storage using a shared lustre
|
:arrow_forward: `lustre-client` (crudely provisions storage using a shared lustre
|
||||||
share/directory for all volumes)
|
share/directory for all volumes)
|
||||||
» `nfs-client` (crudely provisions storage using a shared nfs share/directory
|
:arrow_forward: `nfs-client` (crudely provisions storage using a shared nfs share/directory
|
||||||
for all volumes)
|
for all volumes)
|
||||||
» `smb-client` (crudely provisions storage using a shared smb share/directory
|
:arrow_forward: `smb-client` (crudely provisions storage using a shared smb share/directory
|
||||||
for all volumes)
|
for all volumes)
|
||||||
» `node-manual` (allows connecting to manually created smb, nfs, lustre, and
|
:arrow_forward: `node-manual` (allows connecting to manually created smb, nfs, lustre, and
|
||||||
iscsi volumes, see sample PVs in the
|
iscsi volumes, see sample PVs in the
|
||||||
`examples` directory)
|
`examples` directory)
|
||||||
|
|
||||||
**Development**
|
**Development**
|
||||||
» Framework for developing `CSI` drivers
|
» Framework for developing `CSI` drivers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue