Fuzzball Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Storage Volume Definitions

A Storage Volume has a very simple definition:

version: v1
name: myhome
displayName: myhome
description: My home directory
storageClassName: homedir

With the exception of the description field, all fields are mandatory. The most important field is storageClassName which take as a value the storage class name the volume belongs to. Here we are using homedir as storage class to create/use our home directory for the user account.

To create storage volumes you have to be the account owner. A user is always the account owner of his user account.