summaryrefslogtreecommitdiffstats
path: root/templates/node.xml
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-11 11:57:49 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-11 11:57:49 +1000
commitec8db97e337ff493e2859c64d9369bf21fdeac98 (patch)
tree41cf71fed03bafdcbd9faaa24482413e17b93f9f /templates/node.xml
parent65d2a4fe2cf4f8952dcd2625ef7847dfda1c04e2 (diff)
downloadautocluster-ec8db97e337ff493e2859c64d9369bf21fdeac98.tar.gz
autocluster-ec8db97e337ff493e2859c64d9369bf21fdeac98.tar.xz
autocluster-ec8db97e337ff493e2859c64d9369bf21fdeac98.zip
added multipath support to autocluster
Diffstat (limited to 'templates/node.xml')
-rw-r--r--templates/node.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/node.xml b/templates/node.xml
index e57461a..8732340 100644
--- a/templates/node.xml
+++ b/templates/node.xml
@@ -4,7 +4,7 @@
<uuid>@@UUID@@</uuid>
<memory>@@MEM@@</memory>
<currentMemory>@@MEM@@</currentMemory>
- <vcpu>1</vcpu>
+ <vcpu>@@NUMCPUS@@</vcpu>
<os>
<type>hvm</type>
<boot dev='hd'/>
@@ -34,8 +34,6 @@
<source file='@@VIRTBASE@@/@@CLUSTER@@/shared3'/>
<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'/>
@@ -48,7 +46,6 @@
<source file='@@VIRTBASE@@/@@CLUSTER@@/shared3'/>
<target dev='sdg' bus='scsi'/>
</disk>
- -->
<interface type='network'>
<mac address='@@MAC1@@'/>
<model type='@@NICMODEL@@'/>