From d9e3b90699bcd62bda2bdaa7e89e422d7380b487 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sat, 11 Dec 2010 21:19:31 -0500 Subject: [PATCH] Change format of iscsi target ifaces to allow for the same portal on multiple interfaces. --- debian/changelog | 7 +++++++ master.yaml | 12 +++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index dfc473e..a6d1835 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-prodconfig (1.1.32) unstable; urgency=low + + * Change format of iscsi target ifaces to allow for the same portal on + multiple interfaces. + + -- Quentin Smith Sat, 11 Dec 2010 21:19:12 -0500 + xvm-prodconfig (1.1.31) unstable; urgency=low * Move iSCSI configuration from debconf to master.yaml diff --git a/master.yaml b/master.yaml index 6e4e193..8b214dd 100644 --- a/master.yaml +++ b/master.yaml @@ -162,13 +162,15 @@ xen: iscsi: targets: - ip: 10.5.128.128 - iface: eth0 - - ip: 10.5.128.128 - iface: eth1 + ifaces: + - eth0 + - eth1 - ip: 10.5.128.139 - iface: eth0 + ifaces: + - eth0 - ip: 10.6.128.139 - iface: eth1 + ifaces: + - eth1 lvm: vg: xenvg -- 1.7.9.5