From 807827346dc31cdaf464e9dc7b4b8028f72e395d Mon Sep 17 00:00:00 2001
From: Vladislav Belogrudov <vladislav.belogrudov@oracle.com>
Date: Tue, 9 Aug 2016 13:55:25 +0300
Subject: [PATCH] Cinder-backup requires iscsid running on the same host

Cinder-backup containers require iscsid to mount iscsi volumes
to backup if the volumes are on different storage host.

Change-Id: Ifc0a30584a4f086b71278616d34bf87863d3e6e5
Closes-Bug: 1611330
---
 ansible/inventory/all-in-one | 1 +
 ansible/inventory/multinode  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ansible/inventory/all-in-one b/ansible/inventory/all-in-one
index 507a30b06..5b6cc9657 100644
--- a/ansible/inventory/all-in-one
+++ b/ansible/inventory/all-in-one
@@ -161,6 +161,7 @@ storage
 # iSCSI
 [iscsid:children]
 compute
+storage
 
 [tgtd:children]
 storage
diff --git a/ansible/inventory/multinode b/ansible/inventory/multinode
index d1f9bf065..afc423569 100644
--- a/ansible/inventory/multinode
+++ b/ansible/inventory/multinode
@@ -174,6 +174,7 @@ storage
 # iSCSI
 [iscsid:children]
 compute
+storage
 
 [tgtd:children]
 storage
-- 
GitLab