September 2018
Beginner to intermediate
214 pages
5h 53m
English
This is an Ansible module used to manage GlusterFS volumes across a cluster of hosts. It enables the user to add, delete, start, stop, and tune volumes on demand. The following example playbook shows how to create a new volume:
- name: create a new GlusterFS volume gluster_volume: status: present name: gluster1 bricks: /bridkes/brik1/g1 rebalance: yes cluster: - 192.168.10.10 - 192.168.10.11 - 192.168.10.12 run_once: true
Read now
Unlock full access