doc updates
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
6c30c7ca50
commit
8c5ac0a2c7
|
|
@ -1,3 +1,9 @@
|
||||||
|
# v1.9.4
|
||||||
|
|
||||||
|
Release 2024-07-06
|
||||||
|
|
||||||
|
- minor doc updates
|
||||||
|
|
||||||
# v1.9.3
|
# v1.9.3
|
||||||
|
|
||||||
Released 2024-06-01
|
Released 2024-06-01
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ have access to resizing, snapshots, clones, etc functionality.
|
||||||
- `zfs-local-dataset` (provision node-local volume as dataset)
|
- `zfs-local-dataset` (provision node-local volume as dataset)
|
||||||
- `zfs-local-zvol` (provision node-local volume as zvol)
|
- `zfs-local-zvol` (provision node-local volume as zvol)
|
||||||
- `synology-iscsi` experimental (manages volumes to share over iscsi)
|
- `synology-iscsi` experimental (manages volumes to share over iscsi)
|
||||||
- `objectivefs` experimental (manages objectivefs volumes)
|
- `objectivefs` (manages objectivefs volumes)
|
||||||
- `lustre-client` (crudely provisions storage using a shared lustre
|
- `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
|
- `nfs-client` (crudely provisions storage using a shared nfs share/directory
|
||||||
|
|
@ -554,6 +554,8 @@ the respective node. Also beware that any cpu/memory limits placed on the
|
||||||
container by the orchestration system will impact any ability to use the
|
container by the orchestration system will impact any ability to use the
|
||||||
caching, etc features of objectivefs.
|
caching, etc features of objectivefs.
|
||||||
|
|
||||||
|
- https://objectivefs.com/howto/csi-driver-objectivefs
|
||||||
|
- https://objectivefs.com/howto/csi-driver-objectivefs-kubernetes-managed
|
||||||
- https://objectivefs.com/howto/objectivefs-admin-key-setup
|
- https://objectivefs.com/howto/objectivefs-admin-key-setup
|
||||||
- https://objectivefs.com/features#filesystem-pool
|
- https://objectivefs.com/features#filesystem-pool
|
||||||
- https://objectivefs.com/howto/how-to-create-a-filesystem-with-an-existing-empty-bucket
|
- https://objectivefs.com/howto/how-to-create-a-filesystem-with-an-existing-empty-bucket
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue