Skip to content

Commit

Permalink
Merge pull request #1108 from scality/development/1.1
Browse files Browse the repository at this point in the history
Forward-port development/1.1 into development/1.2
  • Loading branch information
NicolasT committed May 14, 2019
2 parents 5963cd2 + 75142df commit 6e97701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/prepare_os/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
with_items:
- ipvsadm
- libselinux-python
- nfs-utils
when: ansible_os_family == 'RedHat'

- import_tasks: persistent_logs.yml
2 changes: 1 addition & 1 deletion roles/setup_lvm_vg/action_plugins/validate_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def is_drive_raw_device(device, ansible_devices):
if device in ansible_devices:
return True, ansible_devices[device]

return False
return False, None


def get_drive_attributes(device, ansible_devices, unused=False):
Expand Down

0 comments on commit 6e97701

Please sign in to comment.