search for: vdx

Displaying 20 results from an estimated 42 matches for "vdx".

Did you mean: idx
2003 Dec 17
0
Visio vsd/vdx vs. svg
Tom, I note that you use Visio for your network diagrams. Have you considered placing SVG source in CVS? I believe Visio can import/export SVG now. If you''re not using the newest version, I think the VDXtoSVG project can convert Visio 2002 VDX files to SVG. If you''re using a version older than that, I doubt an acceptable solution is achievable. VDX to SVG http://vdxtosvg.sourceforge.net/ Visio 2003 Overview http://www.microsoft.com/office/visio/prodinfo/overview.mspx...
2003 Dec 23
1
.vdx files
I have recreated one lost .vsd file (State_Diagram.vsd) and have exported XML Diagram Files (.vdx) corresponding to all of the .vsd files that I have. All of these files are now available in CVS (Shorewall-docs/images/) -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2010 May 13
1
[PATCH] Fix import of RHEL 3 kvm guests using kmod-virtio
RHEL 3 doesn't have a dynamic /dev. kmod-virtio creates devices nodes for vdX block devices based on what the major number of virtblk was at the time it was installed. This is, in turn, based on the order the modules were loaded in initrd. To try to preserve this precarious state of affairs, when adding virtio drivers to a new initrd we always load the same drivers as kmod-...
2010 Mar 14
2
Boot GSP node with KVM and VirtIO
I'm trying to boot a virtual GSP node with Linux KVM and VirtIO. While the install itself detects both the VirtIO harddisk (/dev/vdx) and VirtIO ethernet nic and completes successfully, I'm not able to boot the virtual machine from it. After POST I can only see the GSP boot message and the countdown timer, but when the timer reach 0 it stalls. When I reassign the _same_ disk as IDE or SCSI device, the virtual machine boots a...
2020 Jan 24
0
Repetitive RBD disk definitions
....z.2" port="6789"/> <host name="x.y.z.3" port="6789"/> </source> <auth username="libvirt"> <secret type="ceph" usage="libvirt_key"/> </auth> <target dev="vdX"/> </disk> ... apart from the VOLNAME and vdX words. Is there a way to factor out (at least part of) the common stuff? This repetition isn't totally unmanageable, just not pretty. Creating a libvirt storage pool seemed like a good solution at first, but I couldn't find...
2008 Aug 29
1
[RFC] [PATCH] SCSI passthrough for virtio-blk
...virtio-blk driver. Principle is quite simple, just put the missing fields (cdb, sense and status header) on the virtio queue and then call the SG_IO ioctl on the host. So when using '-drive file=/dev/sgXX,if=virtio,format=host_device' you can happily call any sg_XX command on the resulting vdX device. Quite neat, methinks. And it's even backwards compatible, so each of these patches should work without the other one applied. As one would have guessed there are two patches, one for the linux kernel to modify the virtio-blk driver in the guest and one for the qemu/kvm userland program...
2008 Aug 29
1
[RFC] [PATCH] SCSI passthrough for virtio-blk
...virtio-blk driver. Principle is quite simple, just put the missing fields (cdb, sense and status header) on the virtio queue and then call the SG_IO ioctl on the host. So when using '-drive file=/dev/sgXX,if=virtio,format=host_device' you can happily call any sg_XX command on the resulting vdX device. Quite neat, methinks. And it's even backwards compatible, so each of these patches should work without the other one applied. As one would have guessed there are two patches, one for the linux kernel to modify the virtio-blk driver in the guest and one for the qemu/kvm userland program...
2006 Feb 21
6
invert u32 match selector
Is it possible to negate the "match" to the ip? I want to match all traffic to dport 80 NOT going to dst 1.2.3.4: $TC filter add dev ${DEV_IFB} parent 1:0 prio 2 protocol ip u32 \ match ip protocol 0x6 0xff \ match ip dport 80 0xffff \ match ip dst 1.2.3.4/32 \ classid 1:14 I can''t find it in the docs. I tried "!" "\!" and "not" in several
2009 Jun 02
5
(Dar)Wine and The Bat!
...d confirmed it is working for simple Windows applications. (Btw, is this Wine or Darwine, since MacPorts seems to download and compile the official Wine sources?) After installing The Bat!, it starts up and immediately quits with the following error message: Code: Error Themida Cannot open oreans.vdx driver. Make sure that oreans.vdx is not open by another program. I found out that Themida is some kind of anti-cracking solution which seems to cause problems with other applications and Wine, too (e.g. Maple Story). But since people claimed The Bat! is working with Wine, I tried to run it on U...
2010 Jun 24
3
[PATCH 0/2] v2: Add 'serial' attribute to virtio-blk devices
...uggestion I've respun the patch removing the special copy function. I've tested this patch in a guest kernel with and without qemu supplying serial numbers for the block devices and it's working as expected. When qemu supplies serial numbers, the correct value is supplied to /sys/block/vdX/serial and can be used by udev for generating disk/by-id paths (without separate utility). When running without serial number support the path still exists in sysfs but produces no output. Signed-off-by: Ryan Harper <ryanh at us.ibm.com>
2010 Jun 24
3
[PATCH 0/2] v2: Add 'serial' attribute to virtio-blk devices
...uggestion I've respun the patch removing the special copy function. I've tested this patch in a guest kernel with and without qemu supplying serial numbers for the block devices and it's working as expected. When qemu supplies serial numbers, the correct value is supplied to /sys/block/vdX/serial and can be used by udev for generating disk/by-id paths (without separate utility). When running without serial number support the path still exists in sysfs but produces no output. Signed-off-by: Ryan Harper <ryanh at us.ibm.com>
2020 Feb 20
0
[PATCH] daemon: Translate device names if Linux device ordering is unstable (RHBZ#1804207).
...+ * Libguestfs defines a few standard formats for device names. + * (see also L<guestfs(3)/BLOCK DEVICE NAMING> and + * L<guestfs(3)/guestfs_canonical_device_name>). They are: + * + * =over 4 + * + * =item F</dev/sdX[N]> + * + * =item F</dev/hdX[N]> + * + * =item F</dev/vdX[N]> + * + * These mean the Nth partition on the Xth device. Because + * Linux no longer enumerates devices in the order they are + * passed to qemu, we must translate these by looking up + * the actual device using /dev/disk/by-path/ + * + * =item F</dev/mdX> + * + * =item F</dev/VG/LV...
2006 Feb 06
2
p2p marking, again
....8.1_rc1 --ipp2p CONNMARK save 183300 33333958 MARK udp -- any any anywhere anywhere ipp2p v0.8.1_rc1 --ipp2p MARK set 0x7 Only few Kbytes of tcp, ant few mbytes of udp.. but downloading was up on 320kbps all night ______________________________________ Vaidas VDXnet sistemų administratorius _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2010 Mar 31
1
[PATCH] Default to IDE when VirtIO isn't available
...{ $_ = $map{$_} } @$devices; } - - # Otherwise we leave it alone } # We now assume that $devices contains an ordered list of device names, as @@ -1030,8 +1034,16 @@ sub remap_block_devices # device names. my %map; - # Everything will be converted to either vdX or sdX - my $prefix = $virtio ? 'vd' : 'sd'; + # Everything will be converted to either vdX, sdX or hdX + my $prefix; + if ($virtio) { + $prefix = 'vd'; + } elsif ($libata) { + $prefix = 'sd'; + } else { + $prefix = 'hd'...
2016 Dec 20
1
Re: virDomainBlockInfo for local volume
...ht or expected answer, then investigation could be done. The API "works" using the <target dev='nnX' bus='$BUS'/> such that "block" is how the guest is viewing things - e.g. /dev/nnX if nnX were valid. Typically for bus='virtio', it's dev='vdX' where X is a, b, c, etc. Still it the <source ...> part of the domain XML which will get the answer for an inactive domain, while for an active domain there's matching going on from a qemu call to get the block info from the domain. > 2. Does the virDomainBlockInfo return th...
2017 Nov 13
0
how to add mount options for root filesystem inside lxc container
...0 or /dev/root / rootfs remount,discard,nobarrier,defaults 0 0 or /dev/root / rootfs remount,discard,nobarrier 0 0 I found 2 solutions: 1) use 2 lvm partitions - one for base OS system, and second - for data. Second lvs attach as block device /dev/vdX inside container. Now we can mount /dev/vd? with desirable options inside container 2) more tricky variant - before container start, mount her root filesystem on hardware node with desirable options. Then after container started, her filesystem would be mounted with same options as on hardware node...
2006 Feb 02
1
marking and limiting P2P packets
...p2p mark… then it is working, I’m thinking that the problem is on marking p2p packets…what is wrong? Linux Debian 2.4.32.v1 #1 SMP Mon Jan 30 00:14:04 UTC 2006 i686 GNU/Linux iptables v1.3.4 ip utility, iproute2-ss041019 IPP2P v0.8.1_rc1 ______________________________________ Vaidas VDXnet sistemų administratorius _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Oct 20
3
bridge or vlan
Hello to everyone, Here is the situation: [LAN1]---[eth3]/----------\ | LinuxBR |[eth2]---[LAN0]---[linuxGW]---[internet] [LAN2]---[eth4]\----------/ Whole LAN is in subnet 10.0.0.0/24. So I need: LAN0, LAN1, LAN2 could not see each other. LAN0, LAN1, LAN2 is in same subnet (10.0.0.0/24). All LANs have to get only internet. How can I configure LinuxBR to do so?
2013 Mar 09
1
kickstart %pre vda/sda troubles
hi, The problem: for kvm/qemu disks are /dev/vdx devices when using the virtio driver. For vmware, drives are /dev/sdx devices. For hp servers, /dev/ccisss/whatever (sorry, no proliant with an array controller handy to check it). in order to just have one kickstart script to maintain I am trying to use the %pre section but getting a bit stuck. T...
2012 Aug 20
2
Options for hotplugging
...ist_devices which returns a list of device names, opaque strings that you pass to other functions. In the first case (using "/dev/sdX" names), some magic already happens translating these to the real names underneath, but currently that magic is just "/dev/sdX" -> "/dev/vdX" for the virtio case. Note that we cannot change this API or break existing programs. (b) The hidden appliance drive The libguestfs appliance has to have its own root drive. Currently this is added after the user-added drives. For example, if the user adds two drives, then the appliance w...