From f886835dbcf5f7ebfbb2de58c0316131fa656af4 Mon Sep 17 00:00:00 2001 From: D1StrX Date: Fri, 24 Dec 2021 19:45:27 +0100 Subject: [PATCH] . --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4566ff..85af750 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,9 @@ The current *drivers* implement the depth and breadth of the `csi` specification :arrow_forward: `zfs-generic-iscsi` (works with any ZoL installation...ie: Ubuntu) :arrow_forward: `zfs-local-ephemeral-inline` (provisions node-local zfs datasets) :arrow_forward: `synology-iscsi` experimental (manages volumes to share over iscsi) -:arrow_forward: `lustre-client` (crudely provisions storage using a shared lustre - share/directory for all volumes) -:arrow_forward: `nfs-client` (crudely provisions storage using a shared nfs share/directory - for all volumes) -:arrow_forward: `smb-client` (crudely provisions storage using a shared smb share/directory - for all volumes) +:arrow_forward: `lustre-client` (crudely provisions storage using a shared lustre share/directory for all volumes) +:arrow_forward: `nfs-client` (crudely provisions storage using a shared nfs share/directory for all volumes) +:arrow_forward: `smb-client` (crudely provisions storage using a shared smb share/directory for all volumes) :arrow_forward: `node-manual` (allows connecting to manually created smb, nfs, lustre, and iscsi volumes, see sample PVs in the `examples` directory) **Development**