commit | f9fefb5d4906ac651993294d63ba52b62f46a12d | [log] [tgz] |
---|---|---|
author | Rico Lin <rlin@vexxhost.com> | Wed Sep 18 23:57:06 2024 +0800 |
committer | GitHub <noreply@github.com> | Wed Sep 18 15:57:06 2024 +0000 |
tree | b2f2296dc852d1213433f8f633219fbc0df50bf6 | |
parent | 2473faec52df6462bed5aaf3dd8b4437858f20c0 [diff] [blame] |
[ATMOSPHERE-345] fix: Ensure iscsid starts (#1874) This make sure initiatorname gets properly configured And avoid GenerateName=yes that failed Nova on attach cinder volume.
diff --git a/playbooks/openstack.yml b/playbooks/openstack.yml index a69a5c3..e82693a 100644 --- a/playbooks/openstack.yml +++ b/playbooks/openstack.yml
@@ -75,6 +75,10 @@ tags: - multipathd + - role: iscsi + tags: + - iscsi + - name: Deploy Open vSwitch hosts: controllers:computes become: true