Merge "Non-lvm iscsi backends should run iscsid on compute and storage nodes" into stable/pike

This commit is contained in:
Zuul 2018-04-05 08:42:47 +00:00 committed by Gerrit Code Review
commit 56fe28a733
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- "/sys/kernel/config:/configfs"
- "cinder:/var/lib/cinder"
- "iscsi_info:/etc/iscsi"
when: ( ( inventory_hostname in groups['compute'] or inventory_hostname in groups['cinder-volume'] ) and enable_cinder_backend_lvm | bool )
when: ( ( inventory_hostname in groups['compute'] or inventory_hostname in groups['cinder-volume'] ) and enable_cinder_backend_iscsi | bool )
or ( inventory_hostname in groups['ironic-conductor'] and enable_ironic | bool )
- name: Starting tgtd container