BST - NFS Resource¶
1. Create a share in the OpenStack web panel.¶
Tab: share --> shares --> create share
Protocol: NFS
Share Type: DDN_ZFS
Availability Zone: nova
2. Add an access rule:¶
Add the IP address configured in Network Configuration Guide section 2 "Check the assigned IP address in the 172.16.180.0/22 network." For this example, the address is 172.16.181.174.
Tab: share --> shares --> Manage rules
3. Access the share and copy the export path (where the address is 172.16.180.180):¶
4. Manually mount the share:¶
- Install package:
sudo apt/dnf/yum install nfs-common
- Create a folder where the share will be mounted
- Command to connect the share using the export path:
5. Automate mounting at system startup.¶
For example, using the /etc/fstab file
BST - CephFS Resource¶
1. Create a share in the OpenStack web panel.¶
Tab: share --> shares --> create share
Protocol: CephFS
Share Type: Breve_CephFS
Availability Zone: nova
2. Add an access rule:¶
Add a cephx type rule where we define the user login for the CephFS share and generate an access password.
Tab: share --> shares --> Manage rules --> Add rule
3. Manually mount the share:¶
- Install package:
sudo apt/dnf/yum install ceph-common
- Create a folder where the share will be mounted
- Command to connect the share using the export path, login, and password:
**Pattern: mount -t ceph path_path /local_directory -o name=user_name,secret=access_key
Example:
sudo mount -t ceph 10.48.33.14:6789,10.48.33.18:6789,10.48.33.10:6789,10.48.33.22:6789,10.48.33.26:[6789:/volumes/_nogroup/cfabf127-25cc-4e16-9eac-124209189e4a/36864be1-f52a-4b4a-8dae-6dfd4c1e905e](http://0.0.26.133/volumes/_nogroup/cfabf127-25cc-4e16-9eac-124209189e4a/36864be1-f52a-4b4a-8dae-6dfd4c1e905e) /manilaCephFS -o name=szeryf,secret=AQBkgcNkBzLuNBAAyxt+W+1a/8M5Lv1hZxjsUA==
4. Automate mounting at system startup.¶
For example, using the /etc/fstab file
DCW - CephFS Resource¶
1. Create a share in the OpenStack web panel.¶
Tab: share → shares → create share
Protocol: CephFS
Share Type: Macchiato_CephFS
Availability Zone: DCW
2. Add an access rule:¶
Add a cephx type rule where we define the user login for the CephFS share and generate an access password.
Tab: share → shares → Manage rules → Add rule
3. Manually mount the share:¶
- Install package: sudo apt/dnf/yum install ceph-common
- Create a folder where the share will be mounted
- Command to connect the share using the export path, login, and password:
Pattern: mount -t ceph path_path /local_directory -o name=user_name,secret=access_key
Example:
sudo mount -t ceph 10.48.33.14:6789,10.48.33.18:6789,10.48.33.10:6789,10.48.33.22:6789,10.48.33.26:6789:/volumes/_nogroup/cfabf127-25cc-4e16-9eac-124209189e4a/36864be1-f52a-4b4a-8dae-6dfd4c1e905e /manilaCephFS -o name=szeryf,secret=AQBkgcNkBzLuNBAAyxt+W+1a/8M5Lv1hZxjsUA==
4. Automate mounting at system startup.¶
For example, using the /etc/fstab file