All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: 3.0.2 domu files not working on 3.0.3
@ 2006-11-09 18:47 jdsw
  2006-11-09 18:55 ` Keir Fraser
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: jdsw @ 2006-11-09 18:47 UTC (permalink / raw)
  To: xendevel


[-- Attachment #1.1: Type: text/plain, Size: 148 bytes --]

any ideas ? (did not get response on xen-users list)
/Jd


 
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.

[-- Attachment #1.2: Type: text/html, Size: 244 bytes --]

[-- Attachment #2: Type: message/rfc822, Size: 6261 bytes --]

[-- Attachment #2.1.1.1: Type: text/plain, Size: 929 bytes --]

Hi
   I have the following file, which is not working on 3.0.3. I am on a HVM capable machine with xen 3.0.3 installed.
It fails with 

Using config file "/etc/xen/T1".
Error: (22, 'Invalid argument')

--------
ramdisk = '/var/cache/xenman/anaconda_install/initrd.default'
kernel = '/var/cache/xenman/anaconda_install/vmlinuz.default'
#vif = ''
name = 'T1'
on_reboot = 'destroy'
on_crash = 'destroy'
memory = 256
disk = ['file:/mnt/images/dom_disks/T1.disk.xm,hda,w']
-----
I tried it with vif = "" and vif = [ '']  (similar to xmexample1)

The xend log file is attached.

Any ideas. 
a. I am assuming that on HVM capable machine, u can still run paravirtualized domUs

b. Where can I set of  changes in 3.0.3 ? (I remember reading about cdrom directive being changed...)

Thanks
/Jd


 
---------------------------------
Sponsored Link

For just $24.99/mo., Vonage offers unlimited local and long- distance calling. Sign up now.

[-- Attachment #2.1.1.2: Type: text/html, Size: 1105 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: 851806766-xend.log --]
[-- Type: text/x-log; name="xend.log", Size: 3240 bytes --]

[2006-11-07 15:13:20 xend.XendDomainInfo 3528] DEBUG (XendDomainInfo:190) XendDomainInfo.create(['vm', ['name', 'T1'], ['memory', 256], ['on_reboot', 'destroy'], ['on_crash', 'destroy'], ['vcpus', 1], ['image', ['linux', ['kernel', '/var/cache/xenman/anaconda_install/vmlinuz.default'], ['ramdisk', '/var/cache/xenman/anaconda_install/initrd.default']]], ['device', ['vbd', ['uname', 'file:/mnt/images/dom_disks/T1.disk.xm'], ['dev', 'hda'], ['mode', 'w']]]])
[2006-11-07 15:13:20 xend.XendDomainInfo 3528] DEBUG (XendDomainInfo:296) parseConfig: config is ['vm', ['name', 'T1'], ['memory', 256], ['on_reboot', 'destroy'], ['on_crash', 'destroy'], ['vcpus', 1], ['image', ['linux', ['kernel', '/var/cache/xenman/anaconda_install/vmlinuz.default'], ['ramdisk', '/var/cache/xenman/anaconda_install/initrd.default']]], ['device', ['vbd', ['uname', 'file:/mnt/images/dom_disks/T1.disk.xm'], ['dev', 'hda'], ['mode', 'w']]]]
[2006-11-07 15:13:20 xend.XendDomainInfo 3528] DEBUG (XendDomainInfo:395) parseConfig: result is {'shadow_memory': None, 'uuid': None, 'on_crash': 'destroy', 'on_reboot': 'destroy', 'localtime': None, 'image': ['linux', ['kernel', '/var/cache/xenman/anaconda_install/vmlinuz.default'], ['ramdisk', '/var/cache/xenman/anaconda_install/initrd.default']], 'on_poweroff': None, 'bootloader_args': None, 'cpus': None, 'name': 'T1', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'features': None, 'vcpu_avail': None, 'memory': 256, 'device': [('vbd', ['vbd', ['uname', 'file:/mnt/images/dom_disks/T1.disk.xm'], ['dev', 'hda'], ['mode', 'w']])], 'bootloader': None, 'cpu': None, 'maxmem': None}
[2006-11-07 15:13:20 xend.XendDomainInfo 3528] DEBUG (XendDomainInfo:1253) XendDomainInfo.construct: None
[2006-11-07 15:13:20 xend.XendDomainInfo 3528] DEBUG (XendDomainInfo:1285) XendDomainInfo.initDomain: 12 1.0
[2006-11-07 15:13:20 xend 3528] DEBUG (balloon:127) Balloon: 262732 KiB free; need 262144; done.
[2006-11-07 15:13:20 xend 3528] INFO (image:136) buildDomain os=linux dom=12 vcpus=1
[2006-11-07 15:13:20 xend 3528] DEBUG (image:191) dom            = 12
[2006-11-07 15:13:20 xend 3528] DEBUG (image:192) image          = /var/cache/xenman/anaconda_install/vmlinuz.default
[2006-11-07 15:13:20 xend 3528] DEBUG (image:193) store_evtchn   = 1
[2006-11-07 15:13:20 xend 3528] DEBUG (image:194) console_evtchn = 2
[2006-11-07 15:13:20 xend 3528] DEBUG (image:195) cmdline        =
[2006-11-07 15:13:20 xend 3528] DEBUG (image:196) ramdisk        = /var/cache/xenman/anaconda_install/initrd.default
[2006-11-07 15:13:20 xend 3528] DEBUG (image:197) vcpus          = 1
[2006-11-07 15:13:20 xend 3528] DEBUG (image:198) features       =
[2006-11-07 15:13:20 xend.XendDomainInfo 3528] ERROR (XendDomainInfo:202) Domain construction failed
Traceback (most recent call last):
  File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 195, in create
    vm.initDomain()
  File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1363, in initDomain
    raise VmError(str(exn))
VmError: (22, 'Invalid argument')
[2006-11-07 15:13:20 xend.XendDomainInfo 3528] DEBUG (XendDomainInfo:1449) XendDomainInfo.destroy: domid=12
[2006-11-07 15:13:20 xend.XendDomainInfo 3528] DEBUG (XendDomainInfo:1457) XendDomainInfo.destroyDomain(12)


[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-11-09 22:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09 18:47 Fwd: 3.0.2 domu files not working on 3.0.3 jdsw
2006-11-09 18:55 ` Keir Fraser
2006-11-09 18:59 ` Ewan Mellor
2006-11-09 19:00 ` Daniel P. Berrange
2006-11-09 21:53   ` jdsw
2006-11-09 22:10     ` Daniel P. Berrange
2006-11-09 22:21     ` Keir Fraser
2006-11-09 22:56       ` jdsw

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.