Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save penguinpages/f2a3226563f23273b9cadfe9ba8891a3 to your computer and use it in GitHub Desktop.
Save penguinpages/f2a3226563f23273b9cadfe9ba8891a3 to your computer and use it in GitHub Desktop.
oVirt 4.4.5 - HCI deploy Fail Gluster Single Drive per server deploy
hc_nodes:
hosts:
thorst.penguinpages.local:
gluster_infra_volume_groups:
- vgname: gluster_vg_sdb
pvname: /dev/mapper/vdo_sdb
gluster_infra_mount_devices:
- path: /gluster_bricks/engine
lvname: gluster_lv_engine
vgname: gluster_vg_sdb
- path: /gluster_bricks/data
lvname: gluster_lv_data
vgname: gluster_vg_sdb
- path: /gluster_bricks/vmstore
lvname: gluster_lv_vmstore
vgname: gluster_vg_sdb
gluster_infra_vdo:
- name: vdo_sdb
device: /dev/sdb
slabsize: 32G
logicalsize: 11000G
blockmapcachesize: 128M
emulate512: 'off'
writepolicy: auto
maxDiscardSize: 16M
blacklist_mpath_devices:
- sdb
gluster_infra_thick_lvs:
- vgname: gluster_vg_sdb
lvname: gluster_lv_engine
size: 1000G
gluster_infra_thinpools:
- vgname: gluster_vg_sdb
thinpoolname: gluster_thinpool_gluster_vg_sdb
poolmetadatasize: 3G
gluster_infra_lv_logicalvols:
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_data
lvsize: 5000G
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_vmstore
lvsize: 5000G
odinst.penguinpages.local:
gluster_infra_volume_groups:
- vgname: gluster_vg_sdb
pvname: /dev/mapper/vdo_sdb
gluster_infra_mount_devices:
- path: /gluster_bricks/engine
lvname: gluster_lv_engine
vgname: gluster_vg_sdb
- path: /gluster_bricks/data
lvname: gluster_lv_data
vgname: gluster_vg_sdb
- path: /gluster_bricks/vmstore
lvname: gluster_lv_vmstore
vgname: gluster_vg_sdb
gluster_infra_vdo:
- name: vdo_sdb
device: /dev/sdb
slabsize: 32G
logicalsize: 11000G
blockmapcachesize: 128M
emulate512: 'off'
writepolicy: auto
maxDiscardSize: 16M
blacklist_mpath_devices:
- sdb
gluster_infra_thick_lvs:
- vgname: gluster_vg_sdb
lvname: gluster_lv_engine
size: 1000G
gluster_infra_thinpools:
- vgname: gluster_vg_sdb
thinpoolname: gluster_thinpool_gluster_vg_sdb
poolmetadatasize: 3G
gluster_infra_lv_logicalvols:
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_data
lvsize: 5000G
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_vmstore
lvsize: 5000G
medusast.penguinpages.local:
gluster_infra_volume_groups:
- vgname: gluster_vg_sdb
pvname: /dev/mapper/vdo_sdb
gluster_infra_mount_devices:
- path: /gluster_bricks/engine
lvname: gluster_lv_engine
vgname: gluster_vg_sdb
- path: /gluster_bricks/data
lvname: gluster_lv_data
vgname: gluster_vg_sdb
- path: /gluster_bricks/vmstore
lvname: gluster_lv_vmstore
vgname: gluster_vg_sdb
gluster_infra_vdo:
- name: vdo_sdb
device: /dev/sdb
slabsize: 32G
logicalsize: 11000G
blockmapcachesize: 128M
emulate512: 'off'
writepolicy: auto
maxDiscardSize: 16M
blacklist_mpath_devices:
- sdb
gluster_infra_thick_lvs:
- vgname: gluster_vg_sdb
lvname: gluster_lv_engine
size: 1000G
gluster_infra_thinpools:
- vgname: gluster_vg_sdb
thinpoolname: gluster_thinpool_gluster_vg_sdb
poolmetadatasize: 3G
gluster_infra_lv_logicalvols:
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_data
lvsize: 5000G
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_vmstore
lvsize: 5000G
vars:
gluster_infra_disktype: JBOD
gluster_set_selinux_labels: true
gluster_infra_fw_ports:
- 2049/tcp
- 54321/tcp
- 5900/tcp
- 5900-6923/tcp
- 5666/tcp
- 16514/tcp
gluster_infra_fw_permanent: true
gluster_infra_fw_state: enabled
gluster_infra_fw_zone: public
gluster_infra_fw_services:
- glusterfs
gluster_features_force_varlogsizecheck: false
cluster_nodes:
- thorst.penguinpages.local
- odinst.penguinpages.local
- medusast.penguinpages.local
gluster_features_hci_cluster: '{{ cluster_nodes }}'
gluster_features_hci_volumes:
- volname: engine
brick: /gluster_bricks/engine/engine
arbiter: 0
- volname: data
brick: /gluster_bricks/data/data
arbiter: 0
- volname: vmstore
brick: /gluster_bricks/vmstore/vmstore
arbiter: 0
@penguinpages
Copy link
Author

ansible-playbook 2.9.18
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.6/site-packages/ansible
executable location = /root/../usr/bin/ansible-playbook
python version = 3.6.8 (default, Aug 24 2020, 17:57:11) [GCC 8.3.1 20191121 (Red Hat 8.3.1-5)]
Using /etc/ansible/ansible.cfg as config file
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/lvm_exclude_filter.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/lvm_config.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main-lvm.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/thick_lv_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/thin_pool_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/thin_volume_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/cache_setup.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main-lvm.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/thick_lv_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/thin_pool_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/thin_volume_create.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/cache_setup.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/fscreate.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/mount.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/lvm_kernelparams.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/fstrim_service.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/luks_device_encrypt.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/bind_tang_server.yml
statically imported: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/regenerate_new_lvm_filter_rules.yml
statically imported: /etc/ansible/roles/gluster.features/roles/nfs_ganesha/tasks/prerequisites.yml
statically imported: /etc/ansible/roles/gluster.features/roles/nfs_ganesha/tasks/distribute_keys.yml
statically imported: /etc/ansible/roles/gluster.features/roles/nfs_ganesha/tasks/master_tasks.yml
statically imported: /etc/ansible/roles/gluster.features/roles/nfs_ganesha/tasks/enable_ganesha.yml
statically imported: /etc/ansible/roles/gluster.features/roles/nfs_ganesha/tasks/add_new_nodes.yml
statically imported: /etc/ansible/roles/gluster.features/roles/gluster_hci/tasks/prerequisites.yml
statically imported: /etc/ansible/roles/gluster.features/roles/gluster_hci/tasks/glusterd_ipv6.yml
statically imported: /etc/ansible/roles/gluster.features/roles/gluster_hci/tasks/hci_volumes.yml
statically imported: /etc/ansible/roles/gluster.features/roles/gluster_hci/tasks/ssl-setup.yml
statically imported: /etc/ansible/roles/gluster.features/roles/ctdb/tasks/setup_ctdb.yml
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: hc_wizard.yml ********************************************************
1 plays in /root/../usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml

PLAY [Setup backend] ***********************************************************

TASK [Gathering Facts] *********************************************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:4
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [Check if valid hostnames are provided] ***********************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:16
changed: [thorst.penguinpages.local] => (item=thorst.penguinpages.local) => {"ansible_loop_var": "item", "changed": true, "cmd": ["getent", "ahosts", "thorst.penguinpages.local"], "delta": "0:00:00.002976", "end": "2021-03-23 13:06:59.828088", "item": "thorst.penguinpages.local", "rc": 0, "start": "2021-03-23 13:06:59.825112", "stderr": "", "stderr_lines": [], "stdout": "172.16.101.101 STREAM thorst.penguinpages.local\n172.16.101.101 DGRAM \n172.16.101.101 RAW ", "stdout_lines": ["172.16.101.101 STREAM thorst.penguinpages.local", "172.16.101.101 DGRAM ", "172.16.101.101 RAW "]}
changed: [thorst.penguinpages.local] => (item=odinst.penguinpages.local) => {"ansible_loop_var": "item", "changed": true, "cmd": ["getent", "ahosts", "odinst.penguinpages.local"], "delta": "0:00:00.003012", "end": "2021-03-23 13:07:00.048563", "item": "odinst.penguinpages.local", "rc": 0, "start": "2021-03-23 13:07:00.045551", "stderr": "", "stderr_lines": [], "stdout": "172.16.101.102 STREAM odinst.penguinpages.local\n172.16.101.102 DGRAM \n172.16.101.102 RAW ", "stdout_lines": ["172.16.101.102 STREAM odinst.penguinpages.local", "172.16.101.102 DGRAM ", "172.16.101.102 RAW "]}
changed: [thorst.penguinpages.local] => (item=medusast.penguinpages.local) => {"ansible_loop_var": "item", "changed": true, "cmd": ["getent", "ahosts", "medusast.penguinpages.local"], "delta": "0:00:00.003098", "end": "2021-03-23 13:07:00.267455", "item": "medusast.penguinpages.local", "rc": 0, "start": "2021-03-23 13:07:00.264357", "stderr": "", "stderr_lines": [], "stdout": "172.16.101.103 STREAM medusast.penguinpages.local\n172.16.101.103 DGRAM \n172.16.101.103 RAW ", "stdout_lines": ["172.16.101.103 STREAM medusast.penguinpages.local", "172.16.101.103 DGRAM ", "172.16.101.103 RAW "]}

TASK [Check if provided hostnames are valid] ***********************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:29
ok: [thorst.penguinpages.local] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [odinst.penguinpages.local] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [medusast.penguinpages.local] => {
"changed": false,
"msg": "All assertions passed"
}

TASK [Check if /var/log has enough disk space] *********************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:38
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [Check if the /var is greater than 15G] ***********************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:43
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [Check if block device is 512B] *******************************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:50
changed: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "delta": "0:00:00.003561", "end": "2021-03-23 13:07:02.958975", "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:02.955414", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}
changed: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "delta": "0:00:00.003941", "end": "2021-03-23 13:07:03.157724", "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:03.153783", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}
changed: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "delta": "0:00:00.004239", "end": "2021-03-23 13:07:03.697722", "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:03.693483", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}

TASK [Check if block device is 4KN] ********************************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:56
changed: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "delta": "0:00:00.003538", "end": "2021-03-23 13:07:06.749924", "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:06.746386", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}
changed: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "delta": "0:00:00.003771", "end": "2021-03-23 13:07:06.897766", "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:06.893995", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}
changed: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "delta": "0:00:00.004328", "end": "2021-03-23 13:07:07.437366", "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:07.433038", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}

TASK [fail] ********************************************************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:62
skipping: [thorst.penguinpages.local] => (item=[{'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-23 13:07:02.955414', 'end': '2021-03-23 13:07:02.958975', 'delta': '0:00:00.003561', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}, {'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-23 13:07:06.746386', 'end': '2021-03-23 13:07:06.749924', 'delta': '0:00:00.003538', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}]) => {"ansible_loop_var": "item", "changed": false, "item": [{"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "delta": "0:00:00.003561", "end": "2021-03-23 13:07:02.958975", "failed": false, "invocation": {"module_args": {"_raw_params": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:02.955414", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}, {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "delta": "0:00:00.003538", "end": "2021-03-23 13:07:06.749924", "failed": false, "invocation": {"module_args": {"_raw_params": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:06.746386", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}], "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item=[{'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-23 13:07:03.153783', 'end': '2021-03-23 13:07:03.157724', 'delta': '0:00:00.003941', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}, {'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-23 13:07:06.893995', 'end': '2021-03-23 13:07:06.897766', 'delta': '0:00:00.003771', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}]) => {"ansible_loop_var": "item", "changed": false, "item": [{"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "delta": "0:00:00.003941", "end": "2021-03-23 13:07:03.157724", "failed": false, "invocation": {"module_args": {"_raw_params": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:03.153783", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}, {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "delta": "0:00:00.003771", "end": "2021-03-23 13:07:06.897766", "failed": false, "invocation": {"module_args": {"_raw_params": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:06.893995", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}], "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item=[{'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-23 13:07:03.693483', 'end': '2021-03-23 13:07:03.697722', 'delta': '0:00:00.004239', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}, {'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-23 13:07:07.433038', 'end': '2021-03-23 13:07:07.437366', 'delta': '0:00:00.004328', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}]) => {"ansible_loop_var": "item", "changed": false, "item": [{"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "delta": "0:00:00.004239", "end": "2021-03-23 13:07:03.697722", "failed": false, "invocation": {"module_args": {"_raw_params": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:03.693483", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}, {"ansible_loop_var": "item", "changed": true, "cmd": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "delta": "0:00:00.004328", "end": "2021-03-23 13:07:07.437366", "failed": false, "invocation": {"module_args": {"_raw_params": "blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "rc": 0, "start": "2021-03-23 13:07:07.433038", "stderr": "blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory", "stderr_lines": ["blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory"], "stdout": "false", "stdout_lines": ["false"]}], "skip_reason": "Conditional result was False"}

TASK [Check if disks have logical block size of 512B] **************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:72
skipping: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "skip_reason": "Conditional result was False"}

TASK [Check if logical block size is 512 bytes] ********************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:80
skipping: [thorst.penguinpages.local] => (item=Logical Block Size) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item=Logical Block Size) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item=Logical Block Size) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}, "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"}

TASK [Get logical block size of VDO devices] ***********************************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:92
skipping: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": false, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": false, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": false, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "skip_reason": "Conditional result was False"}

TASK [Check if logical block size is 512 bytes for VDO devices] ****************
task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:99
skipping: [thorst.penguinpages.local] => (item=Logical Block Size) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item=Logical Block Size) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item=Logical Block Size) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"}
META: ran handlers

TASK [gluster.infra/roles/firewall_config : Start firewalld if not already started] ***
task path: /etc/ansible/roles/gluster.infra/roles/firewall_config/tasks/main.yml:3
ok: [thorst.penguinpages.local] => {"changed": false, "name": "firewalld", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:49 UTC", "ActiveEnterTimestampMonotonic": "10572949", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target polkit.service dbus.socket dbus.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:48 UTC", "AssertTimestampMonotonic": "10183358", "Before": "libvirtd.service multi-user.target network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:48 UTC", "ConditionTimestampMonotonic": "10183358", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service nftables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1895", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:48 UTC", "ExecMainStartTimestampMonotonic": "10184619", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:48 UTC] ; stop_time=[n/a] ; pid=1895 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:48 UTC", "InactiveExitTimestampMonotonic": "10184653", "InvocationID": "288d8dd6508a4b8bba66bc2ea64ea024", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "674747", "LimitNPROCSoft": "674747", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "674747", "LimitSIGPENDINGSoft": "674747", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1895", "MemoryAccounting": "yes", "MemoryCurrent": "42573824", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-03-22 20:45:49 UTC", "StateChangeTimestampMonotonic": "10572949", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "1079596", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2021-03-22 20:45:49 UTC", "WatchdogTimestampMonotonic": "10572948", "WatchdogUSec": "0"}}
ok: [odinst.penguinpages.local] => {"changed": false, "name": "firewalld", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:52 UTC", "ActiveEnterTimestampMonotonic": "10913749", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target system.slice polkit.service sysinit.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:52 UTC", "AssertTimestampMonotonic": "10499886", "Before": "libvirtd.service shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:52 UTC", "ConditionTimestampMonotonic": "10499886", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service iptables.service ipset.service ip6tables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1747", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:52 UTC", "ExecMainStartTimestampMonotonic": "10501104", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:52 UTC] ; stop_time=[n/a] ; pid=1747 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:52 UTC", "InactiveExitTimestampMonotonic": "10501135", "InvocationID": "694c2b0fe0b84145a0bd1c029459dbb1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "384569", "LimitNPROCSoft": "384569", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "384569", "LimitSIGPENDINGSoft": "384569", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1747", "MemoryAccounting": "yes", "MemoryCurrent": "41562112", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-03-22 20:45:52 UTC", "StateChangeTimestampMonotonic": "10913749", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "615311", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2021-03-22 20:45:52 UTC", "WatchdogTimestampMonotonic": "10913747", "WatchdogUSec": "0"}}
ok: [medusast.penguinpages.local] => {"changed": false, "name": "firewalld", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:18 UTC", "ActiveEnterTimestampMonotonic": "7624166", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket system.slice dbus.service basic.target sysinit.target polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:17 UTC", "AssertTimestampMonotonic": "7133942", "Before": "network-pre.target shutdown.target libvirtd.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:17 UTC", "ConditionTimestampMonotonic": "7133939", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service ip6tables.service iptables.service nftables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1537", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:17 UTC", "ExecMainStartTimestampMonotonic": "7135385", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:17 UTC] ; stop_time=[n/a] ; pid=1537 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:17 UTC", "InactiveExitTimestampMonotonic": "7135444", "InvocationID": "067cbc9e977e430085ffa64ca090ed57", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "255391", "LimitNPROCSoft": "255391", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "255391", "LimitSIGPENDINGSoft": "255391", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1537", "MemoryAccounting": "yes", "MemoryCurrent": "39882752", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-03-22 20:45:18 UTC", "StateChangeTimestampMonotonic": "7624166", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "408625", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2021-03-22 20:45:18 UTC", "WatchdogTimestampMonotonic": "7624161", "WatchdogUSec": "0"}}

TASK [gluster.infra/roles/firewall_config : check if required variables are set] ***
task path: /etc/ansible/roles/gluster.infra/roles/firewall_config/tasks/main.yml:8
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/firewall_config : Open/Close firewalld ports] ********
task path: /etc/ansible/roles/gluster.infra/roles/firewall_config/tasks/main.yml:13
ok: [thorst.penguinpages.local] => (item=2049/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "2049/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [odinst.penguinpages.local] => (item=2049/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "2049/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [medusast.penguinpages.local] => (item=2049/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "2049/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [thorst.penguinpages.local] => (item=54321/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "54321/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [odinst.penguinpages.local] => (item=54321/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "54321/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [medusast.penguinpages.local] => (item=54321/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "54321/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [thorst.penguinpages.local] => (item=5900/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5900/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [odinst.penguinpages.local] => (item=5900/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5900/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [medusast.penguinpages.local] => (item=5900/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5900/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [thorst.penguinpages.local] => (item=5900-6923/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5900-6923/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [odinst.penguinpages.local] => (item=5900-6923/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5900-6923/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [thorst.penguinpages.local] => (item=5666/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5666/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [medusast.penguinpages.local] => (item=5900-6923/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5900-6923/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [odinst.penguinpages.local] => (item=5666/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5666/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [thorst.penguinpages.local] => (item=16514/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "16514/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [odinst.penguinpages.local] => (item=16514/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "16514/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [medusast.penguinpages.local] => (item=5666/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "5666/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [medusast.penguinpages.local] => (item=16514/tcp) => {"ansible_loop_var": "item", "changed": false, "item": "16514/tcp", "msg": "Permanent and Non-Permanent(immediate) operation"}

TASK [gluster.infra/roles/firewall_config : Add/Delete services to firewalld rules] ***
task path: /etc/ansible/roles/gluster.infra/roles/firewall_config/tasks/main.yml:24
ok: [thorst.penguinpages.local] => (item=glusterfs) => {"ansible_loop_var": "item", "changed": false, "item": "glusterfs", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [odinst.penguinpages.local] => (item=glusterfs) => {"ansible_loop_var": "item", "changed": false, "item": "glusterfs", "msg": "Permanent and Non-Permanent(immediate) operation"}
ok: [medusast.penguinpages.local] => (item=glusterfs) => {"ansible_loop_var": "item", "changed": false, "item": "glusterfs", "msg": "Permanent and Non-Permanent(immediate) operation"}

TASK [gluster.infra/roles/backend_setup : Check if vdsm-python package is installed or not] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:11
changed: [thorst.penguinpages.local] => {"changed": true, "cmd": ["rpm", "-q", "vdsm-python"], "delta": "0:00:00.008436", "end": "2021-03-23 13:07:42.812326", "rc": 0, "start": "2021-03-23 13:07:42.803890", "stderr": "", "stderr_lines": [], "stdout": "vdsm-python-4.40.50.8-1.el8.noarch", "stdout_lines": ["vdsm-python-4.40.50.8-1.el8.noarch"]}
changed: [odinst.penguinpages.local] => {"changed": true, "cmd": ["rpm", "-q", "vdsm-python"], "delta": "0:00:00.009923", "end": "2021-03-23 13:07:43.008871", "rc": 0, "start": "2021-03-23 13:07:42.998948", "stderr": "", "stderr_lines": [], "stdout": "vdsm-python-4.40.50.8-1.el8.noarch", "stdout_lines": ["vdsm-python-4.40.50.8-1.el8.noarch"]}
changed: [medusast.penguinpages.local] => {"changed": true, "cmd": ["rpm", "-q", "vdsm-python"], "delta": "0:00:00.011555", "end": "2021-03-23 13:07:43.544625", "rc": 0, "start": "2021-03-23 13:07:43.533070", "stderr": "", "stderr_lines": [], "stdout": "vdsm-python-4.40.50.8-1.el8.noarch", "stdout_lines": ["vdsm-python-4.40.50.8-1.el8.noarch"]}

TASK [gluster.infra/roles/backend_setup : Remove the existing LVM filter] ******
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/lvm_exclude_filter.yml:2
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Check that the multipath.conf exists] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:3
ok: [thorst.penguinpages.local] => {"changed": false, "stat": {"atime": 1616445946.574298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "24ee2e45004e80c80bf5fd87b5f4471e5a733980", "ctime": 1616175369.9442334, "dev": 64771, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67167642, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1615483176.0, "nlink": 1, "path": "/etc/multipath.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 7498, "uid": 0, "version": "1885904134", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}
ok: [odinst.penguinpages.local] => {"changed": false, "stat": {"atime": 1616445950.3669102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0da5dfbfd78a9222ecc90143ec272feffe514590", "ctime": 1616175326.890465, "dev": 64771, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33712442, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1615483092.0, "nlink": 1, "path": "/etc/multipath.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 7556, "uid": 0, "version": "3551233054", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}
ok: [medusast.penguinpages.local] => {"changed": false, "stat": {"atime": 1616433027.2228692, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "c43a9fa34b88edf6fe944d20ec5664525d19c5bb", "ctime": 1616175273.382406, "dev": 64771, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268707324, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1615483102.0, "nlink": 1, "path": "/etc/multipath.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 7496, "uid": 0, "version": "80511445", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}

TASK [gluster.infra/roles/backend_setup : Ensure that multipathd services is enabled if not] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:8
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Ensure that multipathd services is running] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:12
ok: [thorst.penguinpages.local] => {"changed": false, "enabled": true, "name": "multipathd", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:48 UTC", "ActiveEnterTimestampMonotonic": "9581527", "ActiveExitTimestamp": "Mon 2021-03-22 20:45:43 UTC", "ActiveExitTimestampMonotonic": "4894906", "ActiveState": "active", "After": "systemd-udev-settle.service systemd-udev-trigger.service systemd-journald.socket system.slice multipathd.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:48 UTC", "AssertTimestampMonotonic": "9549535", "Before": "iscsi.service lvm2-activation-early.service iscsid.service local-fs-pre.target blk-availability.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:48 UTC", "ConditionTimestampMonotonic": "9549463", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/multipathd.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Device-Mapper Multipath Device Controller", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1546", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:48 UTC", "ExecMainStartTimestampMonotonic": "9563140", "ExecMainStatus": "0", "ExecReload": "{ path=/sbin/multipathd ; argv[]=/sbin/multipathd reconfigure ; ignore_errors=no ; start_time=[Tue 2021-03-23 13:06:55 UTC] ; stop_time=[Tue 2021-03-23 13:06:55 UTC] ; pid=144955 ; code=exited ; status=0 }", "ExecStart": "{ path=/sbin/multipathd ; argv[]=/sbin/multipathd -d -s ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:48 UTC] ; stop_time=[n/a] ; pid=1546 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/sbin/multipath ; argv[]=/sbin/multipath -A ; ignore_errors=yes ; start_time=[Mon 2021-03-22 20:45:48 UTC] ; stop_time=[Mon 2021-03-22 20:45:48 UTC] ; pid=1541 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/multipathd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "multipathd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2021-03-22 20:45:43 UTC", "InactiveEnterTimestampMonotonic": "4903184", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:48 UTC", "InactiveExitTimestampMonotonic": "9551179", "InvocationID": "1ef27048cb674ebfa1e39f8e5630fff4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "674747", "LimitNPROCSoft": "674747", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "674747", "LimitSIGPENDINGSoft": "674747", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1546", "MemoryAccounting": "yes", "MemoryCurrent": "13778944", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "multipathd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2021-03-23 13:06:55 UTC", "StateChangeTimestampMonotonic": "58872238115", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "up", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "infinity", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "multipathd.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-udev-settle.service systemd-udev-trigger.service", "WatchdogTimestamp": "Mon 2021-03-22 20:45:48 UTC", "WatchdogTimestampMonotonic": "9581526", "WatchdogUSec": "0"}}
ok: [odinst.penguinpages.local] => {"changed": false, "enabled": true, "name": "multipathd", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:51 UTC", "ActiveEnterTimestampMonotonic": "9901073", "ActiveExitTimestamp": "Mon 2021-03-22 20:45:46 UTC", "ActiveExitTimestampMonotonic": "5193645", "ActiveState": "active", "After": "systemd-journald.socket systemd-udev-settle.service system.slice systemd-udev-trigger.service multipathd.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:51 UTC", "AssertTimestampMonotonic": "9867768", "Before": "local-fs-pre.target blk-availability.service lvm2-activation-early.service iscsid.service iscsi.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:51 UTC", "ConditionTimestampMonotonic": "9867712", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/multipathd.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Device-Mapper Multipath Device Controller", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1401", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:51 UTC", "ExecMainStartTimestampMonotonic": "9881336", "ExecMainStatus": "0", "ExecReload": "{ path=/sbin/multipathd ; argv[]=/sbin/multipathd reconfigure ; ignore_errors=no ; start_time=[Tue 2021-03-23 13:06:55 UTC] ; stop_time=[Tue 2021-03-23 13:06:55 UTC] ; pid=126010 ; code=exited ; status=0 }", "ExecStart": "{ path=/sbin/multipathd ; argv[]=/sbin/multipathd -d -s ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:51 UTC] ; stop_time=[n/a] ; pid=1401 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/sbin/multipath ; argv[]=/sbin/multipath -A ; ignore_errors=yes ; start_time=[Mon 2021-03-22 20:45:51 UTC] ; stop_time=[Mon 2021-03-22 20:45:51 UTC] ; pid=1397 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/multipathd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "multipathd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2021-03-22 20:45:46 UTC", "InactiveEnterTimestampMonotonic": "5203529", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:51 UTC", "InactiveExitTimestampMonotonic": "9869235", "InvocationID": "f057e3a9b0334230b2e2dfd54f8ffcb7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "384569", "LimitNPROCSoft": "384569", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "384569", "LimitSIGPENDINGSoft": "384569", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1401", "MemoryAccounting": "yes", "MemoryCurrent": "14102528", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "multipathd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2021-03-23 13:06:55 UTC", "StateChangeTimestampMonotonic": "58874854923", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "up", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "infinity", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "multipathd.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-udev-settle.service systemd-udev-trigger.service", "WatchdogTimestamp": "Mon 2021-03-22 20:45:51 UTC", "WatchdogTimestampMonotonic": "9901070", "WatchdogUSec": "0"}}
ok: [medusast.penguinpages.local] => {"changed": false, "enabled": true, "name": "multipathd", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:17 UTC", "ActiveEnterTimestampMonotonic": "6613812", "ActiveExitTimestamp": "Mon 2021-03-22 20:45:15 UTC", "ActiveExitTimestampMonotonic": "4543043", "ActiveState": "active", "After": "systemd-udev-settle.service systemd-journald.socket system.slice multipathd.socket systemd-udev-trigger.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:17 UTC", "AssertTimestampMonotonic": "6585149", "Before": "local-fs-pre.target iscsi.service iscsid.service lvm2-activation-early.service blk-availability.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:17 UTC", "ConditionTimestampMonotonic": "6585097", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/multipathd.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Device-Mapper Multipath Device Controller", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1195", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:17 UTC", "ExecMainStartTimestampMonotonic": "6595267", "ExecMainStatus": "0", "ExecReload": "{ path=/sbin/multipathd ; argv[]=/sbin/multipathd reconfigure ; ignore_errors=no ; start_time=[Tue 2021-03-23 13:06:55 UTC] ; stop_time=[Tue 2021-03-23 13:06:55 UTC] ; pid=126046 ; code=exited ; status=0 }", "ExecStart": "{ path=/sbin/multipathd ; argv[]=/sbin/multipathd -d -s ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:17 UTC] ; stop_time=[n/a] ; pid=1195 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/sbin/multipath ; argv[]=/sbin/multipath -A ; ignore_errors=yes ; start_time=[Mon 2021-03-22 20:45:17 UTC] ; stop_time=[Mon 2021-03-22 20:45:17 UTC] ; pid=1191 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/multipathd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "multipathd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2021-03-22 20:45:15 UTC", "InactiveEnterTimestampMonotonic": "4554225", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:17 UTC", "InactiveExitTimestampMonotonic": "6585938", "InvocationID": "117b2fef00c04327a2a49315d56e44d9", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "255391", "LimitNPROCSoft": "255391", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "255391", "LimitSIGPENDINGSoft": "255391", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1195", "MemoryAccounting": "yes", "MemoryCurrent": "12955648", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "multipathd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2021-03-23 13:06:55 UTC", "StateChangeTimestampMonotonic": "58905085011", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "up", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "7", "TasksMax": "infinity", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "multipathd.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-udev-settle.service systemd-udev-trigger.service", "WatchdogTimestamp": "Mon 2021-03-22 20:45:17 UTC", "WatchdogTimestampMonotonic": "6613806", "WatchdogUSec": "0"}}

TASK [gluster.infra/roles/backend_setup : Create /etc/multipath/conf.d if doesn't exists] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:18
ok: [thorst.penguinpages.local] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/multipath/conf.d", "secontext": "system_u:object_r:lvm_metadata_t:s0", "size": 55, "state": "directory", "uid": 0}
ok: [odinst.penguinpages.local] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/multipath/conf.d", "secontext": "system_u:object_r:lvm_metadata_t:s0", "size": 55, "state": "directory", "uid": 0}
ok: [medusast.penguinpages.local] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/multipath/conf.d", "secontext": "system_u:object_r:lvm_metadata_t:s0", "size": 55, "state": "directory", "uid": 0}

TASK [gluster.infra/roles/backend_setup : Get the UUID of the devices] *********
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:24
failed: [thorst.penguinpages.local] (item=sdb) => {"ansible_loop_var": "item", "changed": true, "cmd": "multipath -a /dev/sdb", "delta": "0:00:00.005153", "end": "2021-03-23 13:07:58.180585", "item": "sdb", "msg": "non-zero return code", "rc": 1, "start": "2021-03-23 13:07:58.175432", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
...ignoring
failed: [odinst.penguinpages.local] (item=sdb) => {"ansible_loop_var": "item", "changed": true, "cmd": "multipath -a /dev/sdb", "delta": "0:00:00.005370", "end": "2021-03-23 13:07:58.380276", "item": "sdb", "msg": "non-zero return code", "rc": 1, "start": "2021-03-23 13:07:58.374906", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
...ignoring
failed: [medusast.penguinpages.local] (item=sdb) => {"ansible_loop_var": "item", "changed": true, "cmd": "multipath -a /dev/sdb", "delta": "0:00:00.006787", "end": "2021-03-23 13:07:58.920352", "item": "sdb", "msg": "non-zero return code", "rc": 1, "start": "2021-03-23 13:07:58.913565", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
...ignoring

TASK [gluster.infra/roles/backend_setup : Check that the blacklist.conf exists] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:30
ok: [thorst.penguinpages.local] => {"changed": false, "stat": {"atime": 1616445946.575298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2c1ec58c96d37eeb81e0378bd4ce8e2bec52e47b", "ctime": 1616176107.5256374, "dev": 64771, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 42015643, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1616176107.5246375, "nlink": 1, "path": "/etc/multipath/conf.d/blacklist.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 72, "uid": 0, "version": "1306953606", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}
ok: [odinst.penguinpages.local] => {"changed": false, "stat": {"atime": 1616445950.3679104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2c1ec58c96d37eeb81e0378bd4ce8e2bec52e47b", "ctime": 1616176107.6073728, "dev": 64771, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 46643845, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1616176107.6063728, "nlink": 1, "path": "/etc/multipath/conf.d/blacklist.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 72, "uid": 0, "version": "1044480627", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}
ok: [medusast.penguinpages.local] => {"changed": false, "stat": {"atime": 1616433027.2228692, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2c1ec58c96d37eeb81e0378bd4ce8e2bec52e47b", "ctime": 1616176107.933533, "dev": 64771, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 469852156, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1616176107.932533, "nlink": 1, "path": "/etc/multipath/conf.d/blacklist.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 72, "uid": 0, "version": "4107841105", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}

TASK [gluster.infra/roles/backend_setup : Create blacklist template content] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:35
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Add wwid to blacklist in blacklist.conf file] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:45
skipping: [thorst.penguinpages.local] => (item={'msg': 'non-zero return code', 'cmd': 'multipath -a /dev/sdb', 'stdout': '', 'stderr': '', 'rc': 1, 'start': '2021-03-23 13:07:58.175432', 'end': '2021-03-23 13:07:58.180585', 'delta': '0:00:00.005153', 'changed': True, 'failed': True, 'invocation': {'module_args': {'_raw_params': 'multipath -a /dev/sdb', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': [], 'stderr_lines': [], 'item': 'sdb', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "multipath -a /dev/sdb", "delta": "0:00:00.005153", "end": "2021-03-23 13:07:58.180585", "failed": true, "invocation": {"module_args": {"_raw_params": "multipath -a /dev/sdb", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "sdb", "msg": "non-zero return code", "rc": 1, "start": "2021-03-23 13:07:58.175432", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item={'msg': 'non-zero return code', 'cmd': 'multipath -a /dev/sdb', 'stdout': '', 'stderr': '', 'rc': 1, 'start': '2021-03-23 13:07:58.374906', 'end': '2021-03-23 13:07:58.380276', 'delta': '0:00:00.005370', 'changed': True, 'failed': True, 'invocation': {'module_args': {'_raw_params': 'multipath -a /dev/sdb', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': [], 'stderr_lines': [], 'item': 'sdb', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "multipath -a /dev/sdb", "delta": "0:00:00.005370", "end": "2021-03-23 13:07:58.380276", "failed": true, "invocation": {"module_args": {"_raw_params": "multipath -a /dev/sdb", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "sdb", "msg": "non-zero return code", "rc": 1, "start": "2021-03-23 13:07:58.374906", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item={'msg': 'non-zero return code', 'cmd': 'multipath -a /dev/sdb', 'stdout': '', 'stderr': '', 'rc': 1, 'start': '2021-03-23 13:07:58.913565', 'end': '2021-03-23 13:07:58.920352', 'delta': '0:00:00.006787', 'changed': True, 'failed': True, 'invocation': {'module_args': {'_raw_params': 'multipath -a /dev/sdb', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': [], 'stderr_lines': [], 'item': 'sdb', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "multipath -a /dev/sdb", "delta": "0:00:00.006787", "end": "2021-03-23 13:07:58.920352", "failed": true, "invocation": {"module_args": {"_raw_params": "multipath -a /dev/sdb", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "sdb", "msg": "non-zero return code", "rc": 1, "start": "2021-03-23 13:07:58.913565", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Reload multipathd] *******************
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/blacklist_mpath_devices.yml:55
changed: [thorst.penguinpages.local] => {"changed": true, "cmd": "systemctl reload multipathd", "delta": "0:00:00.016994", "end": "2021-03-23 13:08:05.905751", "rc": 0, "start": "2021-03-23 13:08:05.888757", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
changed: [odinst.penguinpages.local] => {"changed": true, "cmd": "systemctl reload multipathd", "delta": "0:00:00.017955", "end": "2021-03-23 13:08:06.098434", "rc": 0, "start": "2021-03-23 13:08:06.080479", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
changed: [medusast.penguinpages.local] => {"changed": true, "cmd": "systemctl reload multipathd", "delta": "0:00:00.019766", "end": "2021-03-23 13:08:06.627639", "rc": 0, "start": "2021-03-23 13:08:06.607873", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

TASK [gluster.infra/roles/backend_setup : Gather facts to determine the OS distribution] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:29
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Change to Install lvm tools for debian systems.] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:37
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Change to Install lvm tools for RHEL systems.] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:43
ok: [thorst.penguinpages.local] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []}
ok: [odinst.penguinpages.local] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []}
ok: [medusast.penguinpages.local] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []}

TASK [gluster.infra/roles/backend_setup : Install python-yaml package for Debian systems] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:49
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Initialize vdo_devs array] ***********
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:57
ok: [thorst.penguinpages.local] => {"ansible_facts": {"vdo_devs": []}, "changed": false}
ok: [odinst.penguinpages.local] => {"ansible_facts": {"vdo_devs": []}, "changed": false}
ok: [medusast.penguinpages.local] => {"ansible_facts": {"vdo_devs": []}, "changed": false}

TASK [gluster.infra/roles/backend_setup : Record VDO devices (if any)] *********
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/main.yml:64
ok: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_facts": {"vdo_devs": ["gluster_vg_sdb"]}, "ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}}
ok: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_facts": {"vdo_devs": ["gluster_vg_sdb"]}, "ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}}
ok: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}) => {"ansible_facts": {"vdo_devs": ["gluster_vg_sdb"]}, "ansible_loop_var": "item", "changed": false, "item": {"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}}

TASK [gluster.infra/roles/backend_setup : Configure lvm thinpool extend threshold] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/lvm_config.yml:5
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Configure lvm thinpool extend percentage] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/lvm_config.yml:13
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Check if vdo block device exists] ****
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:4
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "test -b /dev/sdb && echo "1" || echo "0"", "delta": "0:00:00.002147", "end": "2021-03-23 13:08:18.774769", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:18.772622", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "test -b /dev/sdb && echo "1" || echo "0"", "delta": "0:00:00.002614", "end": "2021-03-23 13:08:18.981226", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:18.978612", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "test -b /dev/sdb && echo "1" || echo "0"", "delta": "0:00:00.003058", "end": "2021-03-23 13:08:19.481630", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:19.478572", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}

TASK [gluster.infra/roles/backend_setup : Record for missing devices for phase 2] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:11
skipping: [thorst.penguinpages.local] => (item={'cmd': 'test -b /dev/sdb && echo "1" || echo "0"', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-23 13:08:18.772622', 'end': '2021-03-23 13:08:18.774769', 'delta': '0:00:00.002147', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'test -b /dev/sdb && echo "1" || echo "0"', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}, 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "test -b /dev/sdb && echo "1" || echo "0"", "delta": "0:00:00.002147", "end": "2021-03-23 13:08:18.774769", "failed": false, "invocation": {"module_args": {"_raw_params": "test -b /dev/sdb && echo "1" || echo "0"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:18.772622", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item={'cmd': 'test -b /dev/sdb && echo "1" || echo "0"', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-23 13:08:18.978612', 'end': '2021-03-23 13:08:18.981226', 'delta': '0:00:00.002614', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'test -b /dev/sdb && echo "1" || echo "0"', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}, 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "test -b /dev/sdb && echo "1" || echo "0"", "delta": "0:00:00.002614", "end": "2021-03-23 13:08:18.981226", "failed": false, "invocation": {"module_args": {"_raw_params": "test -b /dev/sdb && echo "1" || echo "0"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:18.978612", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item={'cmd': 'test -b /dev/sdb && echo "1" || echo "0"', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-23 13:08:19.478572', 'end': '2021-03-23 13:08:19.481630', 'delta': '0:00:00.003058', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'test -b /dev/sdb && echo "1" || echo "0"', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}, 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "test -b /dev/sdb && echo "1" || echo "0"", "delta": "0:00:00.003058", "end": "2021-03-23 13:08:19.481630", "failed": false, "invocation": {"module_args": {"_raw_params": "test -b /dev/sdb && echo "1" || echo "0"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:19.478572", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : set fact if it will at least install 1 vdo device] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:17
ok: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_facts": {"gluster_infra_vdo_will_create_vdo": true}, "ansible_index_var": "index", "ansible_loop_var": "item", "changed": false, "index": 0, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}}
ok: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_facts": {"gluster_infra_vdo_will_create_vdo": true}, "ansible_index_var": "index", "ansible_loop_var": "item", "changed": false, "index": 0, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}}
ok: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_facts": {"gluster_infra_vdo_will_create_vdo": true}, "ansible_index_var": "index", "ansible_loop_var": "item", "changed": false, "index": 0, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}}

TASK [gluster.infra/roles/backend_setup : Install VDO dependencies] ************
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:26
ok: [thorst.penguinpages.local] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []}
ok: [odinst.penguinpages.local] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []}
ok: [medusast.penguinpages.local] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []}

TASK [gluster.infra/roles/backend_setup : set fact about vdo installed deps] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:38
ok: [thorst.penguinpages.local] => {"ansible_facts": {"gluster_infra_installed_vdo_deps": true}, "changed": false}
ok: [odinst.penguinpages.local] => {"ansible_facts": {"gluster_infra_installed_vdo_deps": true}, "changed": false}
ok: [medusast.penguinpages.local] => {"ansible_facts": {"gluster_infra_installed_vdo_deps": true}, "changed": false}

TASK [gluster.infra/roles/backend_setup : Enable and start vdo service] ********
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:44
ok: [thorst.penguinpages.local] => {"changed": false, "enabled": true, "name": "vdo", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:49 UTC", "ActiveEnterTimestampMonotonic": "10327466", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-remount-fs.service systemd-journald.socket sysinit.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:48 UTC", "AssertTimestampMonotonic": "9961008", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:48 UTC", "ConditionTimestampMonotonic": "9961007", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/vdo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "VDO volume services", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Mon 2021-03-22 20:45:49 UTC", "ExecMainExitTimestampMonotonic": "10327105", "ExecMainPID": "1804", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:48 UTC", "ExecMainStartTimestampMonotonic": "9961943", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/vdo ; argv[]=/usr/bin/vdo start --all --confFile /etc/vdoconf.yml ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:48 UTC] ; stop_time=[Mon 2021-03-22 20:45:49 UTC] ; pid=1804 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/vdo ; argv[]=/usr/bin/vdo stop --all --confFile /etc/vdoconf.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/vdo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "vdo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:48 UTC", "InactiveExitTimestampMonotonic": "9961974", "InvocationID": "d3b783aaa0094428b21ef8775aa7960d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "674747", "LimitNPROCSoft": "674747", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "674747", "LimitSIGPENDINGSoft": "674747", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "vdo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-03-22 20:45:49 UTC", "StateChangeTimestampMonotonic": "10327466", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "1079596", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}}
ok: [odinst.penguinpages.local] => {"changed": false, "enabled": true, "name": "vdo", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:52 UTC", "ActiveEnterTimestampMonotonic": "10624840", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target systemd-journald.socket systemd-remount-fs.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:52 UTC", "AssertTimestampMonotonic": "10313451", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:52 UTC", "ConditionTimestampMonotonic": "10313451", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/vdo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "VDO volume services", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Mon 2021-03-22 20:45:52 UTC", "ExecMainExitTimestampMonotonic": "10624379", "ExecMainPID": "1642", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:52 UTC", "ExecMainStartTimestampMonotonic": "10314416", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/vdo ; argv[]=/usr/bin/vdo start --all --confFile /etc/vdoconf.yml ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:52 UTC] ; stop_time=[Mon 2021-03-22 20:45:52 UTC] ; pid=1642 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/vdo ; argv[]=/usr/bin/vdo stop --all --confFile /etc/vdoconf.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/vdo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "vdo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:52 UTC", "InactiveExitTimestampMonotonic": "10314451", "InvocationID": "64374992a17f4b63b516fca6e8aa6bd2", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "384569", "LimitNPROCSoft": "384569", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "384569", "LimitSIGPENDINGSoft": "384569", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "vdo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-03-22 20:45:52 UTC", "StateChangeTimestampMonotonic": "10624840", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "615311", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}}
ok: [medusast.penguinpages.local] => {"changed": false, "enabled": true, "name": "vdo", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-03-22 20:45:18 UTC", "ActiveEnterTimestampMonotonic": "7321089", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target system.slice systemd-remount-fs.service basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-03-22 20:45:17 UTC", "AssertTimestampMonotonic": "6961248", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-03-22 20:45:17 UTC", "ConditionTimestampMonotonic": "6961245", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/vdo.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "VDO volume services", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Mon 2021-03-22 20:45:18 UTC", "ExecMainExitTimestampMonotonic": "7320472", "ExecMainPID": "1421", "ExecMainStartTimestamp": "Mon 2021-03-22 20:45:17 UTC", "ExecMainStartTimestampMonotonic": "6962128", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/vdo ; argv[]=/usr/bin/vdo start --all --confFile /etc/vdoconf.yml ; ignore_errors=no ; start_time=[Mon 2021-03-22 20:45:17 UTC] ; stop_time=[Mon 2021-03-22 20:45:18 UTC] ; pid=1421 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/vdo ; argv[]=/usr/bin/vdo stop --all --confFile /etc/vdoconf.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/vdo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "vdo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-03-22 20:45:17 UTC", "InactiveExitTimestampMonotonic": "6962164", "InvocationID": "90811ddc2d2f474498f9baf7df254a84", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "255391", "LimitNPROCSoft": "255391", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "255391", "LimitSIGPENDINGSoft": "255391", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "vdo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-03-22 20:45:18 UTC", "StateChangeTimestampMonotonic": "7321089", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "408625", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}}

TASK [gluster.infra/roles/backend_setup : Create VDO with specified size] ******
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:53
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_index_var": "index", "ansible_loop_var": "item", "changed": true, "index": 0, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}}
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_index_var": "index", "ansible_loop_var": "item", "changed": true, "index": 0, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}}
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_index_var": "index", "ansible_loop_var": "item", "changed": true, "index": 0, "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}}

TASK [gluster.infra/roles/backend_setup : Set VDO maxDiscardSize as 16M] *******
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:80
changed: [thorst.penguinpages.local] => {"changed": true, "cmd": ["vdo", "modify", "-a", "--maxDiscardSize", "16M"], "delta": "0:00:00.133696", "end": "2021-03-23 13:08:39.993739", "rc": 0, "start": "2021-03-23 13:08:39.860043", "stderr": "", "stderr_lines": [], "stdout": "Note: Changes will not apply until VDO vdo_sdb is restarted", "stdout_lines": ["Note: Changes will not apply until VDO vdo_sdb is restarted"]}
changed: [odinst.penguinpages.local] => {"changed": true, "cmd": ["vdo", "modify", "-a", "--maxDiscardSize", "16M"], "delta": "0:00:00.127182", "end": "2021-03-23 13:08:40.030399", "rc": 0, "start": "2021-03-23 13:08:39.903217", "stderr": "", "stderr_lines": [], "stdout": "Note: Changes will not apply until VDO vdo_sdb is restarted", "stdout_lines": ["Note: Changes will not apply until VDO vdo_sdb is restarted"]}
changed: [medusast.penguinpages.local] => {"changed": true, "cmd": ["vdo", "modify", "-a", "--maxDiscardSize", "16M"], "delta": "0:00:00.182108", "end": "2021-03-23 13:08:40.633274", "rc": 0, "start": "2021-03-23 13:08:40.451166", "stderr": "", "stderr_lines": [], "stdout": "Note: Changes will not apply until VDO vdo_sdb is restarted", "stdout_lines": ["Note: Changes will not apply until VDO vdo_sdb is restarted"]}

TASK [gluster.infra/roles/backend_setup : Stop VDO volumes] ********************
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:83
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["vdo", "stop", "-n", "vdo_sdb"], "delta": "0:00:00.395068", "end": "2021-03-23 13:08:44.370664", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:43.975596", "stderr": "", "stderr_lines": [], "stdout": "Stopping VDO vdo_sdb", "stdout_lines": ["Stopping VDO vdo_sdb"]}
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["vdo", "stop", "-n", "vdo_sdb"], "delta": "0:00:00.272026", "end": "2021-03-23 13:08:44.358750", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:44.086724", "stderr": "", "stderr_lines": [], "stdout": "Stopping VDO vdo_sdb", "stdout_lines": ["Stopping VDO vdo_sdb"]}
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": ["vdo", "stop", "-n", "vdo_sdb"], "delta": "0:00:00.382940", "end": "2021-03-23 13:08:44.949358", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:44.566418", "stderr": "", "stderr_lines": [], "stdout": "Stopping VDO vdo_sdb", "stdout_lines": ["Stopping VDO vdo_sdb"]}

TASK [gluster.infra/roles/backend_setup : Start VDO volumes] *******************
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vdo_create.yml:87
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "vdo start -n vdo_sdb", "delta": "0:00:00.261853", "end": "2021-03-23 13:08:48.260583", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:47.998730", "stderr": "", "stderr_lines": [], "stdout": "Starting VDO vdo_sdb\nStarting compression on VDO vdo_sdb\nVDO instance 4 volume is ready at /dev/mapper/vdo_sdb", "stdout_lines": ["Starting VDO vdo_sdb", "Starting compression on VDO vdo_sdb", "VDO instance 4 volume is ready at /dev/mapper/vdo_sdb"]}
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "vdo start -n vdo_sdb", "delta": "0:00:00.265204", "end": "2021-03-23 13:08:48.433303", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:48.168099", "stderr": "", "stderr_lines": [], "stdout": "Starting VDO vdo_sdb\nStarting compression on VDO vdo_sdb\nVDO instance 3 volume is ready at /dev/mapper/vdo_sdb", "stdout_lines": ["Starting VDO vdo_sdb", "Starting compression on VDO vdo_sdb", "VDO instance 3 volume is ready at /dev/mapper/vdo_sdb"]}
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}) => {"ansible_loop_var": "item", "changed": true, "cmd": "vdo start -n vdo_sdb", "delta": "0:00:00.306264", "end": "2021-03-23 13:08:49.020303", "item": {"blockmapcachesize": "128M", "device": "/dev/sdb", "emulate512": "off", "logicalsize": "11000G", "maxDiscardSize": "16M", "name": "vdo_sdb", "slabsize": "32G", "writepolicy": "auto"}, "rc": 0, "start": "2021-03-23 13:08:48.714039", "stderr": "", "stderr_lines": [], "stdout": "Starting VDO vdo_sdb\nStarting compression on VDO vdo_sdb\nVDO instance 4 volume is ready at /dev/mapper/vdo_sdb", "stdout_lines": ["Starting VDO vdo_sdb", "Starting compression on VDO vdo_sdb", "VDO instance 4 volume is ready at /dev/mapper/vdo_sdb"]}

TASK [gluster.infra/roles/backend_setup : Check if valid disktype is provided] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml:8
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Set PV data alignment for JBOD] ******
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml:17
ok: [thorst.penguinpages.local] => {"ansible_facts": {"pv_dataalign": "256K"}, "changed": false}
ok: [odinst.penguinpages.local] => {"ansible_facts": {"pv_dataalign": "256K"}, "changed": false}
ok: [medusast.penguinpages.local] => {"ansible_facts": {"pv_dataalign": "256K"}, "changed": false}

TASK [gluster.infra/roles/backend_setup : Set PV data alignment for RAID] ******
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml:24
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Set VG physical extent size for RAID] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml:34
skipping: [thorst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => {"changed": false, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : include_tasks] ***********************
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml:44
included: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/get_vg_groupings.yml for thorst.penguinpages.local, odinst.penguinpages.local, medusast.penguinpages.local

TASK [gluster.infra/roles/backend_setup : Group devices by volume group name, including existing devices] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/get_vg_groupings.yml:3
ok: [thorst.penguinpages.local] => {"ansible_facts": {"gluster_volumes_by_groupname_pre": {"gluster_vg_sdb": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}}, "changed": false}
ok: [odinst.penguinpages.local] => {"ansible_facts": {"gluster_volumes_by_groupname_pre": {"gluster_vg_sdb": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}}, "changed": false}
ok: [medusast.penguinpages.local] => {"ansible_facts": {"gluster_volumes_by_groupname_pre": {"gluster_vg_sdb": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}}, "changed": false}

TASK [gluster.infra/roles/backend_setup : Check if vg block device exists] *****
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/get_vg_groupings.yml:29
changed: [thorst.penguinpages.local] => (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": true, "cmd": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "delta": "0:00:00.002439", "end": "2021-03-23 13:08:53.074273", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "rc": 0, "start": "2021-03-23 13:08:53.071834", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}
changed: [odinst.penguinpages.local] => (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": true, "cmd": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "delta": "0:00:00.002585", "end": "2021-03-23 13:08:53.360495", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "rc": 0, "start": "2021-03-23 13:08:53.357910", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}
changed: [medusast.penguinpages.local] => (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": true, "cmd": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "delta": "0:00:00.003226", "end": "2021-03-23 13:08:53.750371", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "rc": 0, "start": "2021-03-23 13:08:53.747145", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}

TASK [gluster.infra/roles/backend_setup : Filter none-existing devices] ********
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/get_vg_groupings.yml:38
ok: [thorst.penguinpages.local] => {"ansible_facts": {"gluster_volumes_by_groupname": {"gluster_vg_sdb": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}}, "changed": false}
ok: [odinst.penguinpages.local] => {"ansible_facts": {"gluster_volumes_by_groupname": {"gluster_vg_sdb": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}}, "changed": false}
ok: [medusast.penguinpages.local] => {"ansible_facts": {"gluster_volumes_by_groupname": {"gluster_vg_sdb": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}}, "changed": false}

TASK [gluster.infra/roles/backend_setup : Record for missing devices for phase 2] ***
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml:49
skipping: [thorst.penguinpages.local] => (item={'cmd': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-23 13:08:53.071834', 'end': '2021-03-23 13:08:53.074273', 'delta': '0:00:00.002439', 'changed': True, 'invocation': {'module_args': {'_raw_params': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}, 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "delta": "0:00:00.002439", "end": "2021-03-23 13:08:53.074273", "failed": false, "invocation": {"module_args": {"_raw_params": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "rc": 0, "start": "2021-03-23 13:08:53.071834", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}, "skip_reason": "Conditional result was False"}
skipping: [odinst.penguinpages.local] => (item={'cmd': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-23 13:08:53.357910', 'end': '2021-03-23 13:08:53.360495', 'delta': '0:00:00.002585', 'changed': True, 'invocation': {'module_args': {'_raw_params': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}, 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "delta": "0:00:00.002585", "end": "2021-03-23 13:08:53.360495", "failed": false, "invocation": {"module_args": {"_raw_params": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "rc": 0, "start": "2021-03-23 13:08:53.357910", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}, "skip_reason": "Conditional result was False"}
skipping: [medusast.penguinpages.local] => (item={'cmd': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-23 13:08:53.747145', 'end': '2021-03-23 13:08:53.750371', 'delta': '0:00:00.003226', 'changed': True, 'invocation': {'module_args': {'_raw_params': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}, 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "delta": "0:00:00.003226", "end": "2021-03-23 13:08:53.750371", "failed": false, "invocation": {"module_args": {"_raw_params": " test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "rc": 0, "start": "2021-03-23 13:08:53.747145", "stderr": "", "stderr_lines": [], "stdout": "1", "stdout_lines": ["1"]}, "skip_reason": "Conditional result was False"}

TASK [gluster.infra/roles/backend_setup : Create volume groups] ****************
task path: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/vg_create.yml:59
failed: [thorst.penguinpages.local] (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": false, "err": " Device /dev/dm-12 excluded by a filter.\n", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "msg": "Creating physical volume '/dev/dm-12' failed", "rc": 5}
failed: [odinst.penguinpages.local] (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": false, "err": " Device /dev/dm-12 excluded by a filter.\n", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "msg": "Creating physical volume '/dev/dm-12' failed", "rc": 5}
failed: [medusast.penguinpages.local] (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": false, "err": " Device /dev/dm-12 excluded by a filter.\n", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "msg": "Creating physical volume '/dev/dm-12' failed", "rc": 5}

NO MORE HOSTS LEFT *************************************************************

NO MORE HOSTS LEFT *************************************************************

PLAY RECAP *********************************************************************
medusast.penguinpages.local : ok=32 changed=11 unreachable=0 failed=1 skipped=21 rescued=0 ignored=1
odinst.penguinpages.local : ok=32 changed=11 unreachable=0 failed=1 skipped=21 rescued=0 ignored=1
thorst.penguinpages.local : ok=33 changed=12 unreachable=0 failed=1 skipped=21 rescued=0 ignored=1

Please check /var/log/cockpit/ovirt-dashboard/gluster-deployment.log for more informations.

@penguinpages
Copy link
Author

Round two Ansible fail for HCI Gluster Deploy

hc_nodes:
hosts:
thorst.penguinpages.local:
gluster_infra_volume_groups:
- vgname: gluster_vg_sdb
pvname: /dev/mapper/vdo_sdb
gluster_infra_mount_devices:
- path: /gluster_bricks/engine
lvname: gluster_lv_engine
vgname: gluster_vg_sdb
- path: /gluster_bricks/data
lvname: gluster_lv_data
vgname: gluster_vg_sdb
- path: /gluster_bricks/vmstore
lvname: gluster_lv_vmstore
vgname: gluster_vg_sdb
gluster_infra_vdo:
- name: vdo_sdb
device: /dev/sdb
slabsize: 32G
logicalsize: 11000G
blockmapcachesize: 128M
emulate512: 'off'
writepolicy: auto
maxDiscardSize: 16M
blacklist_mpath_devices:
- sdb
gluster_infra_thick_lvs:
- vgname: gluster_vg_sdb
lvname: gluster_lv_engine
size: 1000G
gluster_infra_thinpools:
- vgname: gluster_vg_sdb
thinpoolname: gluster_thinpool_gluster_vg_sdb
poolmetadatasize: 3G
gluster_infra_lv_logicalvols:
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_data
lvsize: 5000G
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_vmstore
lvsize: 5000G
odinst.penguinpages.local:
gluster_infra_volume_groups:
- vgname: gluster_vg_sdb
pvname: /dev/mapper/vdo_sdb
gluster_infra_mount_devices:
- path: /gluster_bricks/engine
lvname: gluster_lv_engine
vgname: gluster_vg_sdb
- path: /gluster_bricks/data
lvname: gluster_lv_data
vgname: gluster_vg_sdb
- path: /gluster_bricks/vmstore
lvname: gluster_lv_vmstore
vgname: gluster_vg_sdb
gluster_infra_vdo:
- name: vdo_sdb
device: /dev/sdb
slabsize: 32G
logicalsize: 11000G
blockmapcachesize: 128M
emulate512: 'off'
writepolicy: auto
maxDiscardSize: 16M
blacklist_mpath_devices:
- sdb
gluster_infra_thick_lvs:
- vgname: gluster_vg_sdb
lvname: gluster_lv_engine
size: 1000G
gluster_infra_thinpools:
- vgname: gluster_vg_sdb
thinpoolname: gluster_thinpool_gluster_vg_sdb
poolmetadatasize: 3G
gluster_infra_lv_logicalvols:
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_data
lvsize: 5000G
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_vmstore
lvsize: 5000G
medusast.penguinpages.local:
gluster_infra_volume_groups:
- vgname: gluster_vg_sdb
pvname: /dev/mapper/vdo_sdb
gluster_infra_mount_devices:
- path: /gluster_bricks/engine
lvname: gluster_lv_engine
vgname: gluster_vg_sdb
- path: /gluster_bricks/data
lvname: gluster_lv_data
vgname: gluster_vg_sdb
- path: /gluster_bricks/vmstore
lvname: gluster_lv_vmstore
vgname: gluster_vg_sdb
gluster_infra_vdo:
- name: vdo_sdb
device: /dev/sdb
slabsize: 32G
logicalsize: 11000G
blockmapcachesize: 128M
emulate512: 'off'
writepolicy: auto
maxDiscardSize: 16M
blacklist_mpath_devices:
- sdb
gluster_infra_thick_lvs:
- vgname: gluster_vg_sdb
lvname: gluster_lv_engine
size: 1000G
gluster_infra_thinpools:
- vgname: gluster_vg_sdb
thinpoolname: gluster_thinpool_gluster_vg_sdb
poolmetadatasize: 3G
gluster_infra_lv_logicalvols:
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_data
lvsize: 5000G
- vgname: gluster_vg_sdb
thinpool: gluster_thinpool_gluster_vg_sdb
lvname: gluster_lv_vmstore
lvsize: 5000G
vars:
gluster_infra_disktype: JBOD
gluster_set_selinux_labels: true
gluster_infra_fw_ports:
- 2049/tcp
- 54321/tcp
- 5900/tcp
- 5900-6923/tcp
- 5666/tcp
- 16514/tcp
gluster_infra_fw_permanent: true
gluster_infra_fw_state: enabled
gluster_infra_fw_zone: public
gluster_infra_fw_services:
- glusterfs
gluster_features_force_varlogsizecheck: false
cluster_nodes:
- thorst.penguinpages.local
- odinst.penguinpages.local
- medusast.penguinpages.local
gluster_features_hci_cluster: '{{ cluster_nodes }}'
gluster_features_hci_volumes:
- volname: engine
brick: /gluster_bricks/engine/engine
arbiter: 0
- volname: data
brick: /gluster_bricks/data/data
arbiter: 0
- volname: vmstore
brick: /gluster_bricks/vmstore/vmstore
arbiter: 0
################# Logs below

PLAY [Setup backend] ***********************************************************

TASK [Gathering Facts] *********************************************************
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [Check if valid hostnames are provided] ***********************************
changed: [thorst.penguinpages.local] => (item=thorst.penguinpages.local)
changed: [thorst.penguinpages.local] => (item=odinst.penguinpages.local)
changed: [thorst.penguinpages.local] => (item=medusast.penguinpages.local)

TASK [Check if provided hostnames are valid] ***********************************
ok: [thorst.penguinpages.local] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [odinst.penguinpages.local] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [medusast.penguinpages.local] => {
"changed": false,
"msg": "All assertions passed"
}

TASK [Check if /var/log has enough disk space] *********************************
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [Check if the /var is greater than 15G] ***********************************
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [Check if block device is 512B] *******************************************
changed: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
changed: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
changed: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})

TASK [Check if block device is 4KN] ********************************************
changed: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
changed: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
changed: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})

TASK [fail] ********************************************************************
skipping: [thorst.penguinpages.local] => (item=[{'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-24 19:33:06.595458', 'end': '2021-03-24 19:33:06.599271', 'delta': '0:00:00.003813', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}, {'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-24 19:33:10.331205', 'end': '2021-03-24 19:33:10.334869', 'delta': '0:00:00.003664', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}])
skipping: [odinst.penguinpages.local] => (item=[{'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-24 19:33:06.722951', 'end': '2021-03-24 19:33:06.726894', 'delta': '0:00:00.003943', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}, {'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-24 19:33:10.414137', 'end': '2021-03-24 19:33:10.417899', 'delta': '0:00:00.003762', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}])
skipping: [medusast.penguinpages.local] => (item=[{'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-24 19:33:07.219801', 'end': '2021-03-24 19:33:07.224148', 'delta': '0:00:00.004347', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "512" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}, {'cmd': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', 'stdout': 'false', 'stderr': 'blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory', 'rc': 0, 'start': '2021-03-24 19:33:10.918546', 'end': '2021-03-24 19:33:10.923330', 'delta': '0:00:00.004784', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'blockdev --getss /dev/mapper/vdo_sdb | grep -Po -q "4096" && echo true || echo false\n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['false'], 'stderr_lines': ['blockdev: cannot open /dev/mapper/vdo_sdb: No such file or directory'], 'failed': False, 'item': {'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}, 'ansible_loop_var': 'item'}])

TASK [Check if disks have logical block size of 512B] **************************
skipping: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
skipping: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
skipping: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})

TASK [Check if logical block size is 512 bytes] ********************************
skipping: [thorst.penguinpages.local] => (item=Logical Block Size)
skipping: [odinst.penguinpages.local] => (item=Logical Block Size)
skipping: [medusast.penguinpages.local] => (item=Logical Block Size)

TASK [Get logical block size of VDO devices] ***********************************
skipping: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
skipping: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
skipping: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})

TASK [Check if logical block size is 512 bytes for VDO devices] ****************
skipping: [thorst.penguinpages.local] => (item=Logical Block Size)
skipping: [odinst.penguinpages.local] => (item=Logical Block Size)
skipping: [medusast.penguinpages.local] => (item=Logical Block Size)

TASK [gluster.infra/roles/firewall_config : Start firewalld if not already started] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/firewall_config : check if required variables are set] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/firewall_config : Open/Close firewalld ports] ********
ok: [thorst.penguinpages.local] => (item=2049/tcp)
ok: [odinst.penguinpages.local] => (item=2049/tcp)
ok: [medusast.penguinpages.local] => (item=2049/tcp)
ok: [thorst.penguinpages.local] => (item=54321/tcp)
ok: [odinst.penguinpages.local] => (item=54321/tcp)
ok: [medusast.penguinpages.local] => (item=54321/tcp)
ok: [thorst.penguinpages.local] => (item=5900/tcp)
ok: [odinst.penguinpages.local] => (item=5900/tcp)
ok: [medusast.penguinpages.local] => (item=5900/tcp)
ok: [thorst.penguinpages.local] => (item=5900-6923/tcp)
ok: [odinst.penguinpages.local] => (item=5900-6923/tcp)
ok: [medusast.penguinpages.local] => (item=5900-6923/tcp)
ok: [thorst.penguinpages.local] => (item=5666/tcp)
ok: [odinst.penguinpages.local] => (item=5666/tcp)
ok: [thorst.penguinpages.local] => (item=16514/tcp)
ok: [medusast.penguinpages.local] => (item=5666/tcp)
ok: [odinst.penguinpages.local] => (item=16514/tcp)
ok: [medusast.penguinpages.local] => (item=16514/tcp)

TASK [gluster.infra/roles/firewall_config : Add/Delete services to firewalld rules] ***
ok: [thorst.penguinpages.local] => (item=glusterfs)
ok: [odinst.penguinpages.local] => (item=glusterfs)
ok: [medusast.penguinpages.local] => (item=glusterfs)

TASK [gluster.infra/roles/backend_setup : Check if vdsm-python package is installed or not] ***
changed: [thorst.penguinpages.local]
changed: [odinst.penguinpages.local]
changed: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Remove the existing LVM filter] ******
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Check that the multipath.conf exists] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Ensure that multipathd services is enabled if not] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Ensure that multipathd services is running] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Create /etc/multipath/conf.d if doesn't exists] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Get the UUID of the devices] *********
changed: [thorst.penguinpages.local] => (item=sdb)
changed: [odinst.penguinpages.local] => (item=sdb)
changed: [medusast.penguinpages.local] => (item=sdb)

TASK [gluster.infra/roles/backend_setup : Check that the blacklist.conf exists] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Create blacklist template content] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Add wwid to blacklist in blacklist.conf file] ***
changed: [thorst.penguinpages.local] => (item={'cmd': 'multipath -a /dev/sdb', 'stdout': "wwid 'Samsung_SSD_850_PRO_512GB_S250NXAGA15787L' added", 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:00.992290', 'end': '2021-03-24 19:34:00.998209', 'delta': '0:00:00.005919', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'multipath -a /dev/sdb', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ["wwid 'Samsung_SSD_850_PRO_512GB_S250NXAGA15787L' added"], 'stderr_lines': [], 'failed': False, 'item': 'sdb', 'ansible_loop_var': 'item'})
changed: [odinst.penguinpages.local] => (item={'cmd': 'multipath -a /dev/sdb', 'stdout': "wwid 'Micron_1100_MTFDDAV512TBN_17401F699137' added", 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:01.096660', 'end': '2021-03-24 19:34:01.103400', 'delta': '0:00:00.006740', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'multipath -a /dev/sdb', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ["wwid 'Micron_1100_MTFDDAV512TBN_17401F699137' added"], 'stderr_lines': [], 'failed': False, 'item': 'sdb', 'ansible_loop_var': 'item'})
changed: [medusast.penguinpages.local] => (item={'cmd': 'multipath -a /dev/sdb', 'stdout': "wwid 'SAMSUNG_SSD_PM851_mSATA_512GB_S1EWNYAF609306' added", 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:01.616028', 'end': '2021-03-24 19:34:01.624180', 'delta': '0:00:00.008152', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'multipath -a /dev/sdb', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ["wwid 'SAMSUNG_SSD_PM851_mSATA_512GB_S1EWNYAF609306' added"], 'stderr_lines': [], 'failed': False, 'item': 'sdb', 'ansible_loop_var': 'item'})

TASK [gluster.infra/roles/backend_setup : Reload multipathd] *******************
changed: [thorst.penguinpages.local]
changed: [odinst.penguinpages.local]
changed: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Gather facts to determine the OS distribution] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Change to Install lvm tools for debian systems.] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Change to Install lvm tools for RHEL systems.] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Install python-yaml package for Debian systems] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Initialize vdo_devs array] ***********
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Record VDO devices (if any)] *********
ok: [thorst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
ok: [odinst.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})
ok: [medusast.penguinpages.local] => (item={'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'})

TASK [gluster.infra/roles/backend_setup : Configure lvm thinpool extend threshold] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Configure lvm thinpool extend percentage] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Check if vdo block device exists] ****
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})

TASK [gluster.infra/roles/backend_setup : Record for missing devices for phase 2] ***
skipping: [thorst.penguinpages.local] => (item={'cmd': 'test -b /dev/sdb && echo "1" || echo "0"', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:25.005850', 'end': '2021-03-24 19:34:25.008135', 'delta': '0:00:00.002285', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'test -b /dev/sdb && echo "1" || echo "0"', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}, 'ansible_loop_var': 'item'})
skipping: [odinst.penguinpages.local] => (item={'cmd': 'test -b /dev/sdb && echo "1" || echo "0"', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:25.141603', 'end': '2021-03-24 19:34:25.144156', 'delta': '0:00:00.002553', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'test -b /dev/sdb && echo "1" || echo "0"', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}, 'ansible_loop_var': 'item'})
skipping: [medusast.penguinpages.local] => (item={'cmd': 'test -b /dev/sdb && echo "1" || echo "0"', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:25.629387', 'end': '2021-03-24 19:34:25.632282', 'delta': '0:00:00.002895', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'test -b /dev/sdb && echo "1" || echo "0"', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'}, 'ansible_loop_var': 'item'})

TASK [gluster.infra/roles/backend_setup : set fact if it will at least install 1 vdo device] ***
ok: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
ok: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
ok: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})

TASK [gluster.infra/roles/backend_setup : Install VDO dependencies] ************
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : set fact about vdo installed deps] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Enable and start vdo service] ********
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Create VDO with specified size] ******
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})

TASK [gluster.infra/roles/backend_setup : Set VDO maxDiscardSize as 16M] *******
changed: [odinst.penguinpages.local]
changed: [thorst.penguinpages.local]
changed: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Stop VDO volumes] ********************
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})

TASK [gluster.infra/roles/backend_setup : Start VDO volumes] *******************
changed: [thorst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [odinst.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})
changed: [medusast.penguinpages.local] => (item={'name': 'vdo_sdb', 'device': '/dev/sdb', 'slabsize': '32G', 'logicalsize': '11000G', 'blockmapcachesize': '128M', 'emulate512': 'off', 'writepolicy': 'auto', 'maxDiscardSize': '16M'})

TASK [gluster.infra/roles/backend_setup : Check if valid disktype is provided] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Set PV data alignment for JBOD] ******
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Set PV data alignment for RAID] ******
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Set VG physical extent size for RAID] ***
skipping: [thorst.penguinpages.local]
skipping: [odinst.penguinpages.local]
skipping: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : include_tasks] ***********************
included: /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks/get_vg_groupings.yml for thorst.penguinpages.local, odinst.penguinpages.local, medusast.penguinpages.local

TASK [gluster.infra/roles/backend_setup : Group devices by volume group name, including existing devices] ***
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Check if vg block device exists] *****
changed: [thorst.penguinpages.local] => (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]})
changed: [odinst.penguinpages.local] => (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]})
changed: [medusast.penguinpages.local] => (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]})

TASK [gluster.infra/roles/backend_setup : Filter none-existing devices] ********
ok: [thorst.penguinpages.local]
ok: [odinst.penguinpages.local]
ok: [medusast.penguinpages.local]

TASK [gluster.infra/roles/backend_setup : Record for missing devices for phase 2] ***
skipping: [thorst.penguinpages.local] => (item={'cmd': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:56.198121', 'end': '2021-03-24 19:34:56.200515', 'delta': '0:00:00.002394', 'changed': True, 'invocation': {'module_args': {'_raw_params': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}, 'ansible_loop_var': 'item'})
skipping: [odinst.penguinpages.local] => (item={'cmd': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:56.240674', 'end': '2021-03-24 19:34:56.243435', 'delta': '0:00:00.002761', 'changed': True, 'invocation': {'module_args': {'_raw_params': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}, 'ansible_loop_var': 'item'})
skipping: [medusast.penguinpages.local] => (item={'cmd': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', 'stdout': '1', 'stderr': '', 'rc': 0, 'start': '2021-03-24 19:34:56.761034', 'end': '2021-03-24 19:34:56.763962', 'delta': '0:00:00.002928', 'changed': True, 'invocation': {'module_args': {'_raw_params': ' test -b /dev/mapper/vdo_sdb && echo "1" || echo "0"; \n', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['1'], 'stderr_lines': [], 'failed': False, 'item': {'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}, 'ansible_loop_var': 'item'})

TASK [gluster.infra/roles/backend_setup : Create volume groups] ****************
failed: [thorst.penguinpages.local] (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": false, "err": " Device /dev/dm-12 excluded by a filter.\n", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "msg": "Creating physical volume '/dev/dm-12' failed", "rc": 5}
failed: [odinst.penguinpages.local] (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": false, "err": " Device /dev/dm-13 excluded by a filter.\n", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "msg": "Creating physical volume '/dev/dm-13' failed", "rc": 5}
failed: [medusast.penguinpages.local] (item={'key': 'gluster_vg_sdb', 'value': [{'vgname': 'gluster_vg_sdb', 'pvname': '/dev/mapper/vdo_sdb'}]}) => {"ansible_loop_var": "item", "changed": false, "err": " Device /dev/dm-12 excluded by a filter.\n", "item": {"key": "gluster_vg_sdb", "value": [{"pvname": "/dev/mapper/vdo_sdb", "vgname": "gluster_vg_sdb"}]}, "msg": "Creating physical volume '/dev/dm-12' failed", "rc": 5}

NO MORE HOSTS LEFT *************************************************************

NO MORE HOSTS LEFT *************************************************************

PLAY RECAP *********************************************************************
medusast.penguinpages.local : ok=33 changed=12 unreachable=0 failed=1 skipped=20 rescued=0 ignored=0
odinst.penguinpages.local : ok=33 changed=12 unreachable=0 failed=1 skipped=20 rescued=0 ignored=0
thorst.penguinpages.local : ok=34 changed=13 unreachable=0 failed=1 skipped=20 rescued=0 ignored=0

Please check /var/log/cockpit/ovirt-dashboard/gluster-deployment.log for more informations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment