Questo contenuto non è disponibile nella lingua selezionata.
Chapter 4. Verify native CephFS back end deployment
Deploying native CephFS as a back end of the Shared File Systems service (manila) adds the following new elements to the overcloud environment:
- Storage provider network
- Ceph MDS service on the Controller nodes
For more information about using the Shared File Systems service with native CephFS, see Configuring the Shared File Systems service (manila) in the Storage Guide.
The cloud administrator must verify the stability of the native CephFS environment before making it available to service users.
Prerequisites
- Complete the steps in Native CephFS deployment.
4.1. Verifying creation of isolated storage network Copia collegamentoCollegamento copiato negli appunti!
The network_data.yaml file used to deploy native CephFS as a Shared File Systems service back end creates the storage VLAN. Use this procedure to confirm you successfully created the storage VLAN.
Procedure
- Log in to one of the Controller nodes in the overcloud.
Check the connected networks and verify the existence of the VLAN as set in the
network_data.yamlfile:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
4.2. Verifying Ceph MDS service Copia collegamentoCollegamento copiato negli appunti!
Use the systemctl status command to verify the Ceph MDS service status.
Procedure
Enter the following command on all Controller nodes to check the status of the MDS container:
systemctl status ceph-mds<@CONTROLLER-HOST>
$ systemctl status ceph-mds<@CONTROLLER-HOST>Copy to Clipboard Copied! Toggle word wrap Toggle overflow Example:
4.3. Verifying Ceph cluster status Copia collegamentoCollegamento copiato negli appunti!
Verify the Ceph cluster status to confirm that the cluster is active.
Procedure
- Log in to any Controller node.
From the Ceph monitor daemon, enter the following command:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteThere is one active MDS and two MDSs on standby.
To see a detailed status of the Ceph File System, enter the following command:
sudo ceph fs ls
$ sudo ceph fs ls name: cephfs metadata pool: manila_metadata, data pools: [manila_data]Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteIn this example output,
cephfsis the name of Ceph File System that director creates to host CephFS shares that users create through the Shared File Systems service.
4.5. Verifying manila-api services acknowledges scheduler and share services Copia collegamentoCollegamento copiato negli appunti!
Complete the following steps to confirm that the manila-api service acknowledges the scheduler and share services.
Procedure
- Log in to the undercloud.
Enter the following command:
source /home/stack/overcloudrc
$ source /home/stack/overcloudrcCopy to Clipboard Copied! Toggle word wrap Toggle overflow Enter the following command to confirm
manila-schedulerandmanila-shareare enabled:Copy to Clipboard Copied! Toggle word wrap Toggle overflow