search for: tapaio

Displaying 6 results from an estimated 6 matches for "tapaio".

Did you mean: apoio
2006 Sep 19
1
Help/problems with blktap on xen-unstable
...mp]# xm block-attach 0 tap:aio:/tmp/sparse.img /dev/xvda1 w 0 ... [root@dom0-0-50-45-5d-59-aa tmp]# xm block-list 0 Vdev BE handle state evt-ch ring-ref BE-path 51713 0 0 3 15 8 /local/domain/0/backend/tap/0/51713 But [root@dom0-0-50-45-5d-59-aa tmp]# mount /dev/xvda1 /mnt/tapaio mount: you must specify the filesystem type [root@dom0-0-50-45-5d-59-aa tmp]# mount -t ext3 /dev/xvda1 /mnt/tapaio mount: special device /dev/xvda1 does not exist And, indeed, there''s no /dev/xvda1. Help! Roland _______________________________________________ Xen-users mailing list Xen...
2010 Jun 11
0
blk_tap: Error initialising /dev/xen/blktap - No more devices
...blktap: remove XENBUS_PATH=backend/tap/136/51728 Jun 7 16:12:09 alca2 logger: /etc/xen/scripts/blktap: remove XENBUS_PATH=backend/tap/136/51728 Jun 7 16:12:09 alca2 logger: /etc/xen/scripts/blktap: remove XENBUS_PATH=backend/tap/136/51712 Screeshot of a booting VM: ftp://ftp.ehess.fr/incoming/pb-tapaio.png I am looking for any idea of how to get rid of this. Is someone exerienced the same ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jun 19
1
[PATCH 4/4] Add libvdisk, and vdisk_tool
[PATCH 4/4] Add libvdisk, and vdisk_tool vdisk-support.patch provides libvdisk, and vdisk_tool, as described in [PATCH 0/4] Signed-off-by: Boris Ostrovsky <bostrovsky@virtualiron.com> Signed-off-by: Ben Guthro <bguthro@virtualiron.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
...ap/drivers/block-qcow2.c | 9 ++++---- tools/blktap/drivers/block-ram.c | 7 ------ tools/blktap/drivers/block-sync.c | 5 ---- tools/blktap/drivers/img2qcow.c | 7 +----- tools/blktap/drivers/qcow2raw.c | 6 ++--- tools/blktap/drivers/tapaio.c | 1 tools/blktap/drivers/tapdisk.c | 18 ++++++++-------- tools/blktap/lib/xenbus.c | 11 ++++----- tools/blktap/lib/xs_api.c | 32 ++++++++++++++--------------- tools/blktap2/control/tap-ctl-check.c | 1 tools/blktap2...
2008 Sep 28
3
Stubdom and blktap
Recently we had a try of stubdom, whose general status is good. One issue we found is with aio/sync blktap as backend, disk performance is obviously slower, and there are some IDE kernel error messages (like irq timeout) at boot time. Another issue (not stubdom specific) comes from blktap''s support for QCOW image which is based on a backing file. We never tried this configure
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *