...
| Info |
|---|
Pre-requisites:
|
| Table of Contents |
|---|
Create a Share Network
Verify Share Network
SFS are shared among different users and machines by using a share network. EUMETSAT clouds should already contain a pre-configured share network to use for your file shares. Verify the existence of this share networl by running the command
| Code Block |
|---|
openstack share network list |
You should see an entry like this
Create a share network using the Manila CLI. The recommended naming convention is <tenant_name>-sfs-server
...
| Code Block |
|---|
manila extend <share> <new_size> manila shrink <share> <new_size> |
Note that if the new size is smaller than the original size, the resizing will fail to avoid data loss.