Volume Claim policy specifies the storage requirements for a Service. These requirements are infrastructure or Cloud agnostic. At the time of creating a Stateful Service, you can attach these volume claim policies for a Volume Label.
Steps to create a Volume Claim Policy
In the left navigation menu, click on Storage Policies
Choose Volume Claim Policies and select Create new policy to open the policy creation wizard.
Fill the volume claim attributes and click on Create to create a new Volume Claim Policy.
Supported Access Modes
ReadWriteOnce, ReadOnlyMany
Storage Type
FileSystem and Block storage. The storage type must match the volume provision policy selected at the time of deploying the service. If there is a mismatch, the Service moves to pending state. Check troubleshooting section for more information.
Minimum and Maximum Capacity (GBs)
Minimum capacity specifies the initial storage allocated for the Service. Maximum capacity specifies the maximum size the storage can grow upto. If the Volume Provisioner cannot allocate the minimum required capacity at the time of deploying the service, then the Service moves to pending state.