projects
/
invirt/packages/xvm-prodconfig.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
okay, I don't know what the s_master in here is, but it's clearly very wrong. replace...
[invirt/packages/xvm-prodconfig.git]
/
sysvms
/
s_master
diff --git
a/sysvms/s_master
b/sysvms/s_master
index
92c747f
..
0ea0b2e
100644
(file)
--- a/
sysvms/s_master
+++ b/
sysvms/s_master
@@
-1,24
+1,22
@@
import os
import os
-# temporary hack so we can get the sysvms off the old hardware
-#release = os.uname()[2]
-release = "2.6.24-32-xen"
+release = os.uname()[2]
kernel = '/boot/vmlinuz-%s' % release
ramdisk = '/boot/initrd.img-%s' % release
memory = '1024'
kernel = '/boot/vmlinuz-%s' % release
ramdisk = '/boot/initrd.img-%s' % release
memory = '1024'
-disk = ['phy:xenvg/s_master_hda,hda,w',
- 'phy:xenvg/s_master_hdb,hdb,w']
+disk = ['phy:xenvg/s_master_precise_xvda,xvda,w',
+ 'phy:xenvg/s_master_precise_xvdb,xvdb,w']
name = 's_master'
name = 's_master'
-vif = [ 'ip=18.181.0.62,mac=00:16:3E:5F:C1:D4' ]
+vif = [ 'ip=18.181.0.62,mac=00:16:3E:5F:C1:8A' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
-root = '/dev/hda1 ro'
-extra = '2 console=xvc0'
+root = '/dev/xvda1 ro'
+extra = '2 console=hvc0'