summaryrefslogtreecommitdiffstats
path: root/templates/node.xml
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-10 16:24:58 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-10 16:24:58 +1000
commit6a211ae0c11db8690a590b406a8357bca410be11 (patch)
tree77e32121115cccd8c0160c3aed08630d232327f0 /templates/node.xml
parent193a67bb70e5a510e277039a94965d41076ddb25 (diff)
downloadautocluster-6a211ae0c11db8690a590b406a8357bca410be11.tar.gz
autocluster-6a211ae0c11db8690a590b406a8357bca410be11.tar.xz
autocluster-6a211ae0c11db8690a590b406a8357bca410be11.zip
- disabled double shared disks
- fixed boot_base.sh
Diffstat (limited to 'templates/node.xml')
-rw-r--r--templates/node.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/node.xml b/templates/node.xml
index bec1b0d..ddc23fa 100644
--- a/templates/node.xml
+++ b/templates/node.xml
@@ -35,6 +35,7 @@
<target dev='sdd' bus='scsi'/>
</disk>
<!-- We list all the shared disks twice, so we can play with multipath -->
+ <!-- disable this for now - it causes trouble in the SoFS GUI
<disk type='file' device='disk'>
<source file='@@VIRTBASE@@/@@CLUSTER@@/shared1'/>
<target dev='sde' bus='scsi'/>
@@ -47,6 +48,7 @@
<source file='@@VIRTBASE@@/@@CLUSTER@@/shared3'/>
<target dev='sdg' bus='scsi'/>
</disk>
+ -->
<interface type='network'>
<mac address='@@MAC1@@'/>
<model type='@@NICMODEL@@'/>