Hi!

I've just updated Koan from 2.2.2 to 2.2.3-2, and now I can't provision a
new Xen VM from my Cobbler server on my CentOS 5.8 machine.

Among the error messages, I noticed this:

  - warning: old python-virtinst detected, a lot of features will be disabled

Poking around the Koan source makes me think that I need a package that
supplies virtinst.py, but I can't find a package in the CentOS/EPEL 5.8
repos that supplies such a file.

Am I barking up the wrong tree?

PS: I've attached the full output from koan, in case it helps...

Regards, Msquared...
[root@localhost ~]# koan --virt --server=cobbler --virt-type=xenpv 
--profile=core-vm-c6 --virt-name=helpdesktest --virt-path vgvirt
- looking for Cobbler at http://cobbler:80/cobbler_api
- reading URL: http://192.168.1.11/cblr/svc/op/ks/profile/core-vm-c6
install_tree: http://192.168.1.11/cblr/links/centos-6-3-x86_64
libvirtd (pid  4243) is running...
downloading initrd initrd.img to /var/lib/xen/initrd.img_koan
url=http://192.168.1.11/cobbler/images/centos-6-3-x86_64/initrd.img
- reading URL: http://192.168.1.11/cobbler/images/centos-6-3-x86_64/initrd.img
downloading kernel vmlinuz to /var/lib/xen/vmlinuz_koan
url=http://192.168.1.11/cobbler/images/centos-6-3-x86_64/vmlinuz
- reading URL: http://192.168.1.11/cobbler/images/centos-6-3-x86_64/vmlinuz
vgs -o vg_name
File descriptor 3 (/var/log/koan/koan.log) leaked on vgs invocation. Parent PID 
5574: /usr/bin/python
  VG             
  vgsys_itmanager
  vgvirt         

LANG=C vgs --noheadings -o vg_free --units g vgvirt
File descriptor 3 (/var/log/koan/koan.log) leaked on vgs invocation. Parent PID 
5574: /usr/bin/python
(25.00)
lvs -o lv_name vgvirt
File descriptor 3 (/var/log/koan/koan.log) leaked on lvs invocation. Parent PID 
5574: /usr/bin/python
  LV                    
  VMwinxp-prosis        
  VMwinxp-prosis-base   
  VMwinxpBase           
  backuptux-disk0       
  centos6-disk0         
  cobblerbackup-disk0   
  helpdesk-disk0        
  helpdesktest-disk0    
  prosis-discs          
  redmine-disk0         
  router-disk0          
  test                  
  testserv1-disk0       
  testserv1-disk0-base  
  testserv2-disk0       
  testserv3-disk0       
  testserv3-disk0-base  
  tfxtest-disk0         
  tfxtest-disk0-base    
  ubuntu-disk0          
  ubuntu-paravirt-disk0 
  winxp-disk0           
  winxp-disk0-base      
  xenbr1-kane-disk0     
  xenbr1-kane-disk0-base
  xenbr1-lono-disk0     
  xenbr1-lono-disk0-base
  xenbr1-router-disk0   

/usr/bin/chcon -t virt_image_t /dev/mapper/vgvirt-helpdesktest--disk0
/usr/sbin/semanage fcontext -a -t virt_image_t 
/dev/mapper/vgvirt-helpdesktest--disk0
- warning: old python-virtinst detected, a lot of features will be disabled
- adding disk: /dev/mapper/vgvirt-helpdesktest--disk0 of size 12 (driver 
type=raw)
- ['virt-install', '--connect', 'xen:///', '--name', 'helpdesktest', '--ram', 
'768', '--vcpus', '1', '--uuid', '8bc57e97-e9ad-b246-9987-5a52431b2fa6', 
'--vnc', '--paravirt', '--boot', 
'kernel=/var/lib/xen/vmlinuz_koan,initrd=/var/lib/xen/initrd.img_koan,kernel_args=ks=http://192.168.1.11/cblr/svc/op/ks/profile/core-vm-c6
 ksdevice=link kssendmac lang= text ', '--os-variant', 'rhel6', '--disk', 
'path=/dev/mapper/vgvirt-helpdesktest--disk0,size=12', '--network', 
'bridge=xenbr0', '--wait', '0', '--noautoconsole']
usage: virt-install --name NAME --ram RAM STORAGE INSTALL [options]

virt-install: error: no such option: --boot
command failed (2)
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to