Menu

#4761 [fvt]2.11:there are error info duing kvm provision if install nic and primary nic not set

2.11
open
yangsong
None
unknown
5
2015-07-27
2015-07-24
junxiaw
No

1.download the latest build
2.install xcat
3.c910f04x12:~ # lsdef c910f04x30
Object name: c910f04x30
arch=x86_64
bmc=10.4.30.254
bmcpassword=PASSW0RD
bmcusername=USERID
currchain=boot
currstate=boot
groups=all
initrd=xcat/osimage/rhels7.1-x86_64-install-kvm/initrd.img
ip=10.4.30.1
kcmdline=quiet inst.repo=http://!myipfn!:80/install/rhels7.1/x86_64 inst.ks=http://!myipfn!:80/install/autoinst/c910f04x30 ip=dhcp inst.cmdline console=tty0 console=ttyS0,115200n8r
kernel=xcat/osimage/rhels7.1-x86_64-install-kvm/vmlinuz
mac=34:40:b5:b9:ba:d4
mgt=ipmi
netboot=xnba
nodetype=osi
os=rhels7.1
postbootscripts=otherpkgs
postscripts=syslog,remoteshell,syncfiles,xHRM bridgeprereq eth0:virbr0
profile=kvm
provmethod=rhels7.1-x86_64-install-kvm
serialflow=hard
serialport=0
serialspeed=115200
status=booted
statustime=07-23-2015 08:58:55
vmstorage=dir:///var/lib/libvirt/images/
4.nodeset compute node osimage
rsetboot compute node net
rpower compute node boot
rcons compute node:
Error: either "dev" is duplicate, or "virbr0" is a garbage.
----------------->
5.tabdump nodelist
c910f04x12:~ # tabdump nodelist

node,groups,status,statustime,appstatus,appstatustime,primarysn,hidden,updatestatus,updatestatustime,zonename,comments,disable

"c910f04x30","all","booting","07-23-2015 08:58:55",,,,,,,,,

Discussion

  • XiaoPeng Wang

    XiaoPeng Wang - 2015-07-27

    The work around for this bug is to run 'xHRM' in postbootscript instead of postscript.

     
  • junxiaw

    junxiaw - 2015-07-27
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -18,8 +18,8 @@
         netboot=xnba
         nodetype=osi
         os=rhels7.1
    -    postbootscripts=otherpkgs,xHRM bridgeprereq eth0:virbr0
    -    postscripts=syslog,remoteshell,syncfiles
    +    postbootscripts=otherpkgs
    +    postscripts=syslog,remoteshell,syncfiles,xHRM bridgeprereq eth0:virbr0
         profile=kvm
         provmethod=rhels7.1-x86_64-install-kvm
         serialflow=hard