Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

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 share-network-create --name <tenant_name>-sfs-server --description <description>

NOT SURE IF NEUTRON NET ID IS NECESSARY. CHECK

Image Added

Create a File share

File shares can be created using the Manila or OpenStack CLIs. First it is recommended to check what types of SFS are available in your cloud, to do that, run 

...

which, by default, will only show the SFS type available. The output of the above command should look like. IS THIS STILL TRUE IN THE NEW CLOUDthe two types available, general_performance and high_performance

Image Modified


Then create a file share with either of the following commands

...