search for: blkbk

Displaying 20 results from an estimated 30 matches for "blkbk".

2013 Feb 28
1
[PATCH RFC 09/12] xen-blkback: move pending handles list from blkbk to pending_req
Moving grant ref handles from blkbk to pending_req will allow us to get rid of the shared blkbk structure. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: xen-devel@lists.xen.org --- drivers/block/xen-blkback/blkback.c | 16 ++++------------ 1 files changed,...
2012 Aug 10
1
How to load backend drivers in 4.2
...n-netback ; alias: xen-backend:vif xen-blkback ; alias: xen-backend:vbd xen-pciback ; alias: xen-backend:pci These aliases have been in the tree since at least 3.2, which is a long time. The sles11sp2 kernel has more backend drivers, but they have no alias: netbk blkbk xen-scsibk usbbk tpmbk pciback I''m sure adding ad a MODULE_ALIAS() entry to netbk, blkbk and pciback to match mainline is trivial. I wonder why libxl does not do a ''modprobe xen-backend:vif &>/dev/null'' if it is about to configure an interface for the fir...
2012 Aug 16
0
[RFC v1 3/5] VBD: enlarge max segment per request in blkfront
...64 id, - unsigned short op, int st); - -/* - * Retrieve from the ''pending_reqs'' a free pending_req structure to be used. - */ -static struct pending_req *alloc_req(void) -{ - struct pending_req *req = NULL; - unsigned long flags; - - spin_lock_irqsave(&blkbk->pending_free_lock, flags); - if (!list_empty(&blkbk->pending_free)) { - req = list_entry(blkbk->pending_free.next, struct pending_req, - free_list); - list_del(&req->free_list); - } - spin_unlock_irqrestore(&blkbk->pending_fr...
2010 Apr 05
2
Kernel BUG
An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100405/b0bb4b91/attachment-0003.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: GilbertoNunesFerreira_html_185aa38c.jpg Type: image/jpeg Size: 16538 bytes Desc: not available URL:
2010 Apr 05
0
Kernel BUG
...: Apr 5 09:03:07 zebra kernel: [<ffffffff8023824d>] kref_get+0x38/0x3d Apr 5 09:03:07 zebra kernel: [<ffffffff8025a440>] kobject_get+0x12/0x17 Apr 5 09:03:07 zebra kernel: [<ffffffff8024b57f>] blk_get_queue+0x1f/0x26 Apr 5 09:03:07 zebra kernel: [<ffffffff887198f7>] :blkbk:dispatch_rw_block_io+0x4db/0x5a2 Apr 5 09:03:07 zebra kernel: [<ffffffff80340368>] __next_cpu+0x19/0x28 Apr 5 09:03:07 zebra kernel: [<ffffffff8026082b>] error_exit+0x0/0x6e Apr 5 09:03:07 zebra kernel: [<ffffffff8028792a>] find_busiest_group+0x1db/0x44d Apr 5 09:03:07 zebr...
2012 Aug 16
0
[RFC v1 5/5] VBD: enlarge max segment per request in blkfront
...MODULE_PARM_DESC(blk_ring_type, "type of ring for blk device"); + /* Run-time switchable: /sys/module/blkback/parameters/ */ static unsigned int log_stats; module_param(log_stats, int, 0644); @@ -125,7 +129,7 @@ static struct pending_req *alloc_req(struct xen_blkif *blkif) struct xen_blkbk *blkbk = blkif->blkbk; struct pending_req *req = NULL; unsigned long flags; - unsigned int max_seg = BLKIF_MAX_SEGMENTS_PER_REQUEST; + unsigned int max_seg = blkif->ops->max_seg; spin_lock_irqsave(&blkbk->pending_free_lock, flags); if (!list_empty(&blkbk->pending_f...
2007 Mar 26
8
Backend device not found error
Hi, Sometimes when I mount a disk image, unmount it, and then try to create a domU using the disk image I get the following error: Error: Device 2049 (vbd) could not be connected. Backend device not found. Im using a FC4 image. Here is the config file: kernel = "/boot/vmlinuz-2.6.16-rc3-xenU" memory=256 name=Domain1 vif = [''bridge=xenbr0''] disk = [
2013 Feb 19
0
kernel BUG at kernel-xen-3.7.9/linux-3.7/fs/buffer.c:2952
...en kernel > 3.4 like this: kernel BUG at /home/abuild/rpmbuild/BUILD/kernel- xen-3.7.9/linux-3.7/fs/buffer.c:2952! [ 628.054552] invalid opcode: 0000 [#1] SMP [ 628.054557] Modules linked in: bridge stp llc iptable_filter ip_tables x_tables nbd blktap2 pciback usbbk xen_scsibk openvswitch blkbk blkback_pagemap netbk xenbus_be gntdev evtchn ocfs2_dlmfs ocfs2_stack_o2cb ocfs2_dlm bonding af_packet edd ocfs2 ocfs2_nodemanager configfs ocfs2_stackglue quota_tree coretemp domctl crc32c_intel ghash_clmulni_intel joydev iTCO_wdt aesni_intel iTCO_vendor_support ablk_helper cryptd lrw aes_x86...
2008 Aug 27
4
Modules not loading
...ake xen # make install-tools # make install-xen Development deps were all meet, everything compiled w/o error. Used yum to install kernel-xen bridge-utils bridge-utils gtk-vnc (did I need that?) Edited grub to use 3.3''s hypervisor. chkconfig xend on After a reboot, netbk, xenblk, blktap, blkbk, and netloop modules were not loaded, so moprobe''ing them in got everything working. What''s the right way to get this accomplished? Thanks, jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-us...
2010 Jan 29
7
with Xen4 config -> (pci-passthrough-strict-check no), DomU init reports "Error: pci: PCI Backend and pci-stub don''t own device"
...p passthrough /etc/xen/xend-config.sxp (pci-passthrough-strict-check no) grep hide /etc/modprobe.d/99-local.conf options pciback hide=(0000:04:07.0)(0000:04:06.0) and checking, lsmod | egrep -i "pciback|xen" pciback 54471 0 xenbus_be 3474 4 netbk,blkbk,blktap,pciback xenblk 26117 0 cdrom 42939 2 sr_mod,xenblk xennet 37545 0 @ DomU init. xm create -c ./test.cfg returns, Using config file "./test.cfg". Error: pci: PCI Backend and pci-stub don''t own device 0000:04:07...
2010 Oct 28
0
HVM + IGD Graphics + 4GB RAM = Soft Lockup
...[<ffffffff80116ace>] sys_open+0x2e/0x50 [ 244.340508] [<ffffffff8000c8c8>] system_call_fastpath+0x16/0x1b [ 244.340523] [<00007ffee4ff2267>] 0x7ffee4ff2267 [ 244.344364] BUG: soft lockup - CPU#0 stuck for 192s! [xend:3119] [ 244.344364] Modules linked in: usbbk gntdev netbk blkbk blkback_pagemap blktap edd af_packet bridge stp llc microcode fuse loop ppdev i2c_i801 parport_pc iTCO_wdt intel_agp e1000e wmi heci(C) i2c_core dcdbas serio_raw pcspkr sg parport iTCO_vendor_support agpgart 8250_pci 8250_pnp button 8250 serial_core linear dm_snapshot dm_mod xenblk cdrom xennet fan...
2010 Oct 28
0
HVM + IGD Graphics + 4GB RAM = Soft Lockup
...[<ffffffff80116ace>] sys_open+0x2e/0x50 [ 244.340508] [<ffffffff8000c8c8>] system_call_fastpath+0x16/0x1b [ 244.340523] [<00007ffee4ff2267>] 0x7ffee4ff2267 [ 244.344364] BUG: soft lockup - CPU#0 stuck for 192s! [xend:3119] [ 244.344364] Modules linked in: usbbk gntdev netbk blkbk blkback_pagemap blktap edd af_packet bridge stp llc microcode fuse loop ppdev i2c_i801 parport_pc iTCO_wdt intel_agp e1000e wmi heci(C) i2c_core dcdbas serio_raw pcspkr sg parport iTCO_vendor_support agpgart 8250_pci 8250_pnp button 8250 serial_core linear dm_snapshot dm_mod xenblk cdrom xennet fan...
2012 Nov 02
2
[PATCH] xen-blk: persistent-grants fixes
...| 3 ++- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c index 663d42d..a059616 100644 --- a/drivers/block/xen-blkback/blkback.c +++ b/drivers/block/xen-blkback/blkback.c @@ -503,7 +503,7 @@ static int xen_blkbk_map(struct blkif_request *req, * We are using persistent grants and * the grant is already mapped */ - new_map = 0; + new_map = false; } else if (use_persistent_gnts && blkif->persistent_gnt_c < max_mapped_grant_pages(blkif->blk_protocol)) { @@ -...
2010 Jun 06
11
Hotplug scripts not working - Networking woes on opensuse 11.3 m7 with XEN4 on W510 Thinkpad
Anyone can help me with this problem I''ve described here: https://bugzilla.novell.com/show_bug.cgi?id=612006 I''ve had XEN4.0 working on CentOS 5.4 platform without these problems.  I''m trying to do the same now with a newer laptop and CentOS didn''t recognise half hte drivers.  The latest opensuse 11.3 does have these drivers and specifically nouveau
2010 Dec 30
2
Having stability problems with Linux-2.6.34.7-0.5-xen
...5.342537] last sysfs file: /sys/devices/xen-backend/vbd-2-768/statistics/wr_sect Dec 29 09:30:47 toddb05 kernel: [78295.342541] CPU 0 Dec 29 09:30:47 toddb05 kernel: [78295.342543] Modules linked in: rndis_wlan cfg80211 rfkill rndis_host cdc_ether usbnet snd_seq_dummy tun fuse usbbk gntdev netbk blkbk blkback_pagemap blktap domctl xenbus_be evtchn snd_pcm_oss snd_mixer_oss snd_seq snd_seq_device edd nls_utf8 cifs bridge stp llc radeon ttm drm_kms_helper drm i2c_algo_bit loop dm_mod snd_hda_codec_atihdmi snd_hda_codec_idt snd_hda_intel snd_hda_codec snd_hwdep firewire_ohci firewire_core snd_p...
2009 Nov 23
18
OpenSuSE 11.2 bug, dom0-cpus limit causes xenwatch_cb running 100% and xm command freeze and xend dead
...ar/log/messages every 65 sec Nov 23 13:55:14 dom0-u2 kernel: [ 3112.781517] BUG: soft lockup - CPU#4 stuck for 61s! [xenwatch_cb:4532] Nov 23 13:55:14 dom0-u2 kernel: [ 3112.781517] Modules linked in: sha1_generic hmac cryptomgr aead pcompress crypto_ blkcipher crypto_hash crypto_algapi drbd netbk blkbk blkback_pagemap blktap xenbus_be binfmt_misc xt_tcpudp ip6t_REJ ECT nf_conntrack_ipv6 ip6table_raw xt_NOTRACK ipt_REJECT xt_physdev xt_state iptable_raw iptable_filter ip6table_man gle nf_conntrack_netbios_ns nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip_tables ip6table_filter ip6_tables x_tab l...
2011 Oct 30
2
Module Error
...ku kernel: [ 4472.130562] CPU 0 Oct 28 23:40:35 goku kernel: [ 4472.130615] Modules linked in: pagecache ocfs2_dlmfs ocfs2_stack_o2cb ocfs2_dlm ocfs2_nodemanager ocfs2_stackglue configfs drbd crc32c libcrc32c bridge stp llc nfsd lockd nfs_acl snd_pcm_oss auth_rpcgss snd_mixer_oss usbbk gntdev netbk blkbk blkback_pagemap blktap domctl xenbus_be snd_seq evtchn snd_seq_device sunrpc exportfs edd fuse loop snd_hda_codec_realtek firewire_ohci snd_hda_intel firewire_core snd_hda_codec crc_itu_t snd_hwdep snd_pcm snd_timer ohci1394 iTCO_wdt snd soundcore sr_mod xhci_hcd ieee1394 i2c_i801 iTCO_vendor_suppo...
2011 Oct 30
2
Module Error
...ku kernel: [ 4472.130562] CPU 0 Oct 28 23:40:35 goku kernel: [ 4472.130615] Modules linked in: pagecache ocfs2_dlmfs ocfs2_stack_o2cb ocfs2_dlm ocfs2_nodemanager ocfs2_stackglue configfs drbd crc32c libcrc32c bridge stp llc nfsd lockd nfs_acl snd_pcm_oss auth_rpcgss snd_mixer_oss usbbk gntdev netbk blkbk blkback_pagemap blktap domctl xenbus_be snd_seq evtchn snd_seq_device sunrpc exportfs edd fuse loop snd_hda_codec_realtek firewire_ohci snd_hda_intel firewire_core snd_hda_codec crc_itu_t snd_hwdep snd_pcm snd_timer ohci1394 iTCO_wdt snd soundcore sr_mod xhci_hcd ieee1394 i2c_i801 iTCO_vendor_suppo...
2012 Sep 19
27
[PATCH] Persistent grant maps for xen blk drivers
...AP_host_map, + pers_gnt->handle); + + pages[i] = pers_gnt->page; + } + + ret = gnttab_unmap_refs(unmap, pages, segs_to_unmap, false); + BUG_ON(ret); + + blkif->pers_gnt_c -= segs_to_unmap; + + } + if (log_stats) print_stats(blkif); @@ -343,13 +391,28 @@ static void xen_blkbk_unmap(struct pending_req *req) static int xen_blkbk_map(struct blkif_request *req, struct pending_req *pending_req, - struct seg_buf seg[]) + struct seg_buf seg[], + struct page *pages[]) { struct gnttab_map_grant_ref map[BLKIF_MAX_SEGMENTS_PER_REQUEST]; + struct pers_gnt *new_p...
2010 May 31
0
Kernel panic is occured when multi VMs is booting togeter
...nable to handle kernel paging request at ffff880074ec2b68 RIP: [<ffffffff804158eb>] skb_copy_bits+0x114/0x1d3 PGD 11a4067 PUD 13a6067 PMD 154e067 PTE 0 Oops: 0000 [1] SMP last sysfs file: /devices/xen-backend/vbd-1-51712/statistics/wr_sect CPU 2 Modules linked in: bridge netloop netbk blktap blkbk sg bonding ipv6 xfrm_nalgo crypto_api ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi2 scsi_transport_iscsi2 scsi_transport_iscsi dm_mirror dm_multipath scsi_dh video hwmon backlight sbs i2c_ec i2c_core button battery asus_acpi ac parport_pc lp parport e1000...