Displaying 13 results from an estimated 13 matches for "vdg".
Did you mean:
vd
2013 Dec 03
0
Problem booting guest with more than 8 disks
...ool/arch_test2-storage5'>
| <host name='192.168.0.35' port='6789'/>
| <host name='192.168.0.2' port='6789'/>
| <host name='192.168.0.40' port='6789'/>
| </source>
| <target dev='vdg' bus='virtio' />
| </disk>
| <disk type='network' device='disk'>
| <driver name='qemu'/>
| <source protocol='rbd' name='libvirt-pool/arch_test2-storage6'>
| <host name='192.168.0.35'...
2013 Jul 31
1
recover a imagefile
i have a converted img file
format i think are raw
it are converted from qcow2
are it possible to convert it back to qcow2?
i tryed with
qemu-img convert -O qcow2 w.img w.qcow2
w.img are 75 gb
fdisk w.img -l shows correct size
but fdisk -l w.qcow2 shows totaly wrong!
0 mb
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Nov 27
3
core_udp_sendto: no mapping
On Mon, 2017-11-27 at 18:18 -0500, Gene Cumm wrote:
>
> On Mon, Nov 27, 2017 at 6:07 PM, Joakim Tjernlund
> <Joakim.Tjernlund at infinera.com> wrote:
> > On Mon, 2017-11-27 at 18:03 -0500, Gene Cumm wrote:
> > > On Mon, Nov 27, 2017 at 2:14 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> > > > On Mon, Nov 27, 2017 at 12:07 PM, Joakim Tjernlund
>
2013 Apr 07
0
2 Problems with attaching/detaching disks with virsh and KVM
...ev='/dev/nbd3'/>
<target dev='vde' bus='virtio'/>
</disk>
<disk type='block' device='disk'>
<driver name='qemu' type='raw'/>
<source dev='/dev/nbd4'/>
<target dev='vdg' bus='virtio'/>
</disk>
<disk type='block' device='disk'>
<driver name='qemu' type='raw'/>
<source dev='/dev/nbd5'/>
<target dev='vdi' bus='virtio'/>
</disk>...
2014 May 06
2
Virsh Attach Volume Fails
Hi,
When trying to attach a created volume to an instance using the virsh utility I am running into this error :-
[] $ sudo virsh attach-device instance-00000015 disk.xml
error: Failed to attach device from disk.xml
error: internal error unable to execute QEMU command '__com.redhat_drive_add': Device 'drive-virtio-disk21' could not be initialized
For experimental purpose I
2017 May 31
2
[PATCH 3/4] Removing the udp_reader efi_binding
On Wed, May 31, 2017 at 10:06 AM, Matt Fleming <matt at codeblueprint.co.uk> wrote:
> On Wed, 31 May, at 07:45:00AM, Gene Cumm wrote:
>> > extern EFI_GUID Udp4ServiceBindingProtocol, Udp4Protocol;
>> >
>> > -/*
>> > - * This UDP binding is configured to operate in promiscuous mode. It is
>> > - * only used for reading packets. It has no
2017 May 31
3
[PATCH 3/4] Removing the udp_reader efi_binding
On Wed, May 31, 2017 at 3:56 AM, Julien Viard de Galbert via Syslinux
<syslinux at zytor.com> wrote:
> This extra socket cause the EFI udp stack to duplicate every packet
> to be able to provide them to both udp_reader and socket->net.efi.binding.
> The ones in socket->net.efi.binding were never read so they accumulated in
> the stack on EFI side making the stack slower and
2017 Nov 28
0
core_udp_sendto: no mapping
...>>>>>>
>>>>>>>
Which version of syslinux are you using ?
This might not be your problem as it doesn?t seams to start the TFTP transfer but I send a few patches that were accepted in syslinux git repo to better handle the EFI PXE case.
Best Regards,
Julien VdG
>>>>>>> OUI 54-E1-AD
>>>>>>>
>>>>>>> lspci -s 0:1f.6 -v
>>>>>>> 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4)
>>>>>>> I219-V (rev 21)
>>>>>>>...
2012 Sep 05
3
BTRFS thinks device is busy [kernel 3.5.3]
Hi,
I''m running OpenSuse 12.2 with kernel 3.5.3
HBA= LSI 1068e using the MPTSAS driver (patched)
(https://patchwork.kernel.org/patch/1379181/)
SANOS1:/media # uname -a
Linux SANOS1 3.5.3 #3 SMP Sun Sep 2 18:44:37 CEST 2012 x86_64 x86_64
x86_64 GNU/Linux
I''ve tried to simulate a disk replacement but it seems that now
/dev/sdg is stuck in the btrfs pool (RAID10)
SANOS1:/media #
2012 Oct 25
46
[RFC] New attempt to a better "btrfs fi df"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
this is a new attempt to improve the output of the command "btrfs fi df".
The previous attempt received a good reception. However there was no a
general consensus about the wording.
Moreover I still didn''t understand how btrfs was using the disks.
A my first attempt was to develop a new command which shows how the
disks
2004 Aug 23
0
NBT size problem
Hello all,
I'm working on a simple CIFS/SMB client program which has to store data
on a NAS running with Samba 3.0.0 beta3, but I have a problem with it.
Unfortunately my knowledge with the SMB/CIFS protocol is limited. The
problem I encountered was when I wanted to send a SMB packet that was
larger than 255 bytes. Specifically when the NETBIOS session header was
larger than 0x0000FE as
2004 Sep 01
1
Successive writing to a Samba 3 Beta 3 server problem
Hello,
I'm currently working on a CIFS client program which has to store data
on a NAS running with Samba 3 beta 3, but I have a problem with it when
I want to write large amounts of data to the NAS. The problem occurs
after about 5-10 min (sometimes less, sometimes longer) when I don't get
a ANDX_WRITE_RESPONSE. The funny thing is that the data packet which
doesn't
2004 Sep 27
0
"Trans2 request" after an "andx create request" problem (bug?)
Hello everyone,
I'm currently writing an SMB client program but I ran into a nasty bug.
The problem occurs if I send an trans2 request (find first2 for example)
after an andx create request; the returned error in the trans2 request
is STATUS_INVALID_INFO_CLASS. I have no idea what that means...did not
find any information regarding this.
The error/problem does not occur when I don't