fossabot ee4d9ae660 Add license scan report and status
Signed off by: fossabot <badges@fossa.com>
2020-07-11 19:03:04 +04:30
2020-04-24 00:08:36 +04:30
2020-04-24 00:08:36 +04:30
2020-04-24 19:35:37 +04:30
2020-04-23 04:18:53 +04:30
2020-05-29 21:04:40 +04:30
2020-06-12 02:31:02 +04:30
2020-06-14 03:33:33 +04:30
2020-07-11 19:03:04 +04:30
2020-06-14 05:10:32 +04:30
2020-04-26 02:02:00 +04:30
2020-04-26 02:02:00 +04:30

FOSSA Status

RawFilePV

Kubernetes LocalPVs on Steroids

Install

helm install -n kube-system rawfile-csi ./deploy/charts/rawfile-csi/

Usage

Create a StorageClass with your desired options:

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: my-sc
provisioner: rawfile.hamravesh.com
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer
allowVolumeExpansion: true

Features

  • Direct I/O: Near-zero disk performance overhead
  • Dynamic provisioning
  • Enforced volume size limit
  • Thin provisioned
  • Access Modes
    • ReadWriteOnce
    • ReadOnlyMany
    • ReadWriteMany
  • Volume modes
    • Filesystem mode
    • Block mode
  • Volume metrics
  • Supports fsTypes
  • Online expansion: If fs supports it (e.g. ext4, btrfs)
  • Online shrinking: If fs supports it (e.g. btrfs)
  • Offline expansion/shrinking
  • Ephemeral inline volume
  • Snapshots: If the fs supports it (e.g. btrfs)

License

FOSSA Status

Description
No description provided
Readme 199 KiB
Languages
Python 93.3%
Shell 3.5%
Smarty 2.2%
Dockerfile 1%