Skip to content

Space and Organization

Latest
Compare
Choose a tag to compare
@Kunde21 Kunde21 released this 23 Jan 12:57
· 2 commits to master since this release
b20094b

Order from the chaos

Dynamically provisioned volumes will now be organized and managed by the plugin. No more manually managing the directory structure. 🎉

Configure the root of the managed space (say /kubernetes). Then, a new PersistentVolumeClaim will automatically create its own directory at /kubernetes/volumes/pvc-<uuid>.

Capacity management

Capacities configured on the Persistent Volume (and/or Claim) will be enforced using MooseFs quotas.

Running low on space in a volume? Resizing volumes is also supported. Update the PVC requested storage resource, and the directory's quota will be updated to reflect the new value.

Upgrade note

If you are already running v0.0.1 in the cluster, please delete the csi-moosefs-controller statefulSet before installing v0.1.0