Change format of iscsi target ifaces to allow for the same portal on multiple interfaces. 1.1.32
authorQuentin Smith <quentin@mit.edu>
Sun, 12 Dec 2010 02:19:31 +0000 (21:19 -0500)
committerQuentin Smith <quentin@mit.edu>
Sun, 12 Dec 2010 02:19:31 +0000 (21:19 -0500)
debian/changelog
master.yaml

index dfc473e..a6d1835 100644 (file)
@@ -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 <quentin@mit.edu>  Sat, 11 Dec 2010 21:19:12 -0500
+
 xvm-prodconfig (1.1.31) unstable; urgency=low
 
   * Move iSCSI configuration from debconf to master.yaml
index 6e4e193..8b214dd 100644 (file)
@@ -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