...
| Code Block |
|---|
sudo mount <share_export_path> <path>/<to>/<local>/<share> |
...
Resizing an existing file share
...
The size of SFS is specified at the creation of the file share. However it is possible to change the size at a later time. In order to do that one can use the command
| Code Block |
|---|
openstack share resize <share> <new_size> |
where <share> is the name or ID of the share to resize and <new_size> is the new required size in GB. Alternatively one can use the Manila CLI commands to either increase or decrease the size of a share with
| Code Block |
|---|
manila extend <share> <new_size>
manila shrink <share> <new_size> |