ec579a5e6f
Change-Id: Iacf3ddc34f09e4063ff74ee28a8ef684a2747aee
28 lines
1013 B
ReStructuredText
28 lines
1013 B
ReStructuredText
===================================================================
|
|
OpenStack-Ansible Swift Mount drives in storage nodes Documentation
|
|
===================================================================
|
|
|
|
Playbook under the folder
|
|
|
|
ansible_tools/playbooks/swift_storage_mount_drives.yml
|
|
|
|
This playbook mainly helps to mount the drives in swift object nodes,
|
|
if not prior mounted and formatted.
|
|
|
|
The steps it performs are:
|
|
- Format the disks mentioned in swift configuration file
|
|
in openstack-ansible to the filesystem mentioned in the playbook
|
|
(editable by the end-user in playbook).
|
|
- Mount the drives to the device-path(mentioned in the playbook
|
|
and is editable) like /dev/sdb or /opt/sdb or /openstack/sdb.
|
|
|
|
This removes the manual effort of mounting and makes the swift users
|
|
life easier by mounting the devices.
|
|
|
|
How to run the playbook
|
|
=======================
|
|
|
|
ansible-playbook ansible_tools/playbooks/swift_storage_mount_drives.yml
|
|
|
|
This will mount all the drives in the swift object nodes
|