Hi All, I am noticing the following messages in my log on the dom0: -- (cdrom_add_media_watch() file=/usr/src/linux-2.6.29-xen- r4/drivers/xen/blkback/cdrom.c, line=108) nodename:backend/vbd/9/2068 (cdrom_is_type() file=/usr/src/linux-2.6.29-xen- r4/drivers/xen/blkback/cdrom.c, line=95) type:0 -- I get this for every domU that I start. I don''t share a CDROM-drive (or any ISO-images) to any of the domUs. I don''t even have a CDROM-drive in the physical machine. All the disks that are used by the domUs are LVM LVs. Is there anything I missed in the configuration as I don''t think it should be trying to use any cdrom-code if I don''t connect a cdrom to a domU? Thanks, Joost _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> From: joost@antarean.org > To: xen-users@lists.xensource.com > Date: Wed, 17 Mar 2010 15:56:29 +0100 > Subject: [Xen-users] "strange" cdrom-messages in logs > > Hi All, > > I am noticing the following messages in my log on the dom0: > -- > (cdrom_add_media_watch() file=/usr/src/linux-2.6.29-xen- > r4/drivers/xen/blkback/cdrom.c, line=108) nodename:backend/vbd/9/2068 > (cdrom_is_type() file=/usr/src/linux-2.6.29-xen- > r4/drivers/xen/blkback/cdrom.c, line=95) type:0 > -- >I gather /usr/src/linux-2.6.29-xen-r4 is where your kernel source resides?> I get this for every domU that I start.I would have assumed you would have only got the kind of message if there was a cdrom-like entry under the disk= option in the DomU config though.> I don''t share a CDROM-drive (or any ISO-images) to any of the domUs. I don''t > even have a CDROM-drive in the physical machine. > > All the disks that are used by the domUs are LVM LVs. > > Is there anything I missed in the configuration as I don''t think it should be > trying to use any cdrom-code if I don''t connect a cdrom to a domU? > > Thanks, > > Joost > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_________________________________________________________________ Check your Hotmail from your phone. http://go.microsoft.com/?linkid=9712957 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wednesday 17 March 2010 16:07:25 Mike Viau wrote:> > From: joost@antarean.org > > To: xen-users@lists.xensource.com > > Date: Wed, 17 Mar 2010 15:56:29 +0100 > > Subject: [Xen-users] "strange" cdrom-messages in logs > > > > Hi All, > > > > I am noticing the following messages in my log on the dom0: > > -- > > (cdrom_add_media_watch() file=/usr/src/linux-2.6.29-xen- > > r4/drivers/xen/blkback/cdrom.c, line=108) nodename:backend/vbd/9/2068 > > (cdrom_is_type() file=/usr/src/linux-2.6.29-xen- > > r4/drivers/xen/blkback/cdrom.c, line=95) type:0 > > -- > > I gather /usr/src/linux-2.6.29-xen-r4 is where your kernel source resides?yes, it is.> > I get this for every domU that I start. > > I would have assumed you would have only got the kind of message if there > was a cdrom-like entry under the disk= option in the DomU config though.-- kernel = "/boot/domU_linux-2.6.29-xen-r4" memory = 1024 maxmem = 4096 name = "domU" vif = [''mac=00:16:3E:06:01:E5,bridge=lanbr''] disk = [''phy:vg/domU_root,sda1,w'', ''phy:vg/domU_home,sda2,w'', ''phy:vg/domU_opt,sda3,w'', ''phy:vg/domU_tmp,sda4,w'', ''phy:vg/domU_usr,sda5,w'', ''phy:vg/domU_var,sda6,w'', ''phy:vg/domU_vartmp,sda7,w'', ''phy:vg/domU_swap,sda8,w''] root = "/dev/sda1" extra=''xencons=tty'' -- This is the domU config I use. Any ideas? :) -- Joost _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users