Displaying 11 results from an estimated 11 matches for "xvdg".
Did you mean:
xvd
2012 Apr 16
4
CentOS 6.x, kernel-2.6.32-220.7.1, EC2 and drive enumeration
...3
device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: dm-devel at redhat.com
udev: starting version 147
dracut: Starting plymouth daemon
%Gxlblk_init: register_blkdev major: 202
blkfront: xvde1: barriers disabled
blkfront: xvdf: barriers disabled
xvdf: unknown partition table
%Gblkfront: xvdg: barriers disabled
xvdg: unknown partition table
dracut Warning: No root device "block:/dev/xvda1" found
%G%G
dracut Warning: Boot has failed. To debug this issue add "rdshell" to the kernel command line.
dracut Warning: Signal caught!
dracut Warning: Boot has failed. To...
2015 Sep 17
1
poor performance with dom0 on centos7
...179,69 69,31 1060,62 0,00 1060,62 38,46 100,00
xvde 0,00 0,00 0,00 0,00 0,00 0,00
0,00 0,00 0,00 0,00 0,00 0,00 0,00
xvdf 0,00 0,00 0,00 0,00 0,00 0,00
0,00 0,00 0,00 0,00 0,00 0,00 0,00
xvdg 0,00 0,00 0,00 0,00 0,00 0,00
0,00 0,00 0,00 0,00 0,00 0,00 0,00
xvdh 0,00 0,00 0,00 0,00 0,00 0,00
0,00 0,00 0,00 0,00 0,00 0,00 0,00
xvdi 0,00 0,00 0,00 0,00 0,00...
2020 Sep 24
1
helping whith pam_mount
On 24/09/2020 14:57, L.P.H. van Belle wrote:
> Kerberos does that fine with ip only you must have a PTR record to the hostname. ;-)
> And this only works if people didnt set rdns=no in krb5.conf
>
Kerberos does not work with ipaddresses, when did you last see an
ipaddress in a keytab, UPN or SPN ??
Rowland
2019 Apr 26
2
5.2.0 xen and maxGrantFrames
...v='xvdf' bus='xen'/>
</disk>
<disk type='block' device='disk'>
<driver name='phy' type='raw'/>
<source
dev='/dev/disk/by-uuid/3d50dfab-5ffe-4558-9ab3-36fd504607be'/>
<target dev='xvdg' bus='xen'/>
</disk>
<disk type='block' device='disk'>
<driver name='phy' type='raw'/>
<source
dev='/dev/disk/by-uuid/c4593072-0161-4bdc-b8b6-317fdd23f8ed'/>
<target dev='xvdh' b...
2009 Nov 25
0
dom0 hangs when rebooting debian lenny domU
...a,w',
'phy:store/debian50_root,xvdb,w',
'phy:store/debian50_usr,xvdc,w',
'phy:store/debian50_var,xvdd,w',
'phy:store/debian50_tmp,xvde,w',
'phy:store/debian50_home,xvdf,w',
'phy:store/debian50_swap,xvdg,w',
'phy:store/compile,xvdh,w']
hostname = "debian50.zimmermann.com"
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
pci = [ '0000:09:04.0' ]
Best Regards,
G?nter Zimmermann
2019 Apr 26
0
Re: 5.2.0 xen and maxGrantFrames
...;xen'/>
> </disk>
> <disk type='block' device='disk'>
> <driver name='phy' type='raw'/>
> <source
> dev='/dev/disk/by-uuid/3d50dfab-5ffe-4558-9ab3-36fd504607be'/>
> <target dev='xvdg' bus='xen'/>
> </disk>
> <disk type='block' device='disk'>
> <driver name='phy' type='raw'/>
> <source
> dev='/dev/disk/by-uuid/c4593072-0161-4bdc-b8b6-317fdd23f8ed'/>
> <ta...
2013 Jan 19
0
Cannot get eth0 to work on libvirt-lxc
...ink becomes ready
[ 348.997998] virbr0: topology change detected, propagating
[ 348.998001] virbr0: port 1(veth0) entered forwarding state
[ 348.998008] virbr0: port 1(veth0) entered forwarding state
[ 348.998017] IPv6: ADDRCONF(NETDEV_CHANGE): virbr0: link becomes ready
[ 349.784174] EXT4-fs (xvdg): re-mounted. Opts: (null)
---
Then I enter the guest and do
---
# ip link
5: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state
UP mode DEFAULT qlen 1000
link/ether 02:00:00:00:00:17 brd ff:ff:ff:ff:ff:ff
7: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue...
2009 Jun 18
12
Best way to use iSCSI in domU
Hello,
We need to use iSCSI in some of our domUs. By the moment, iSCSI is not
for system filesystem, but for data filesystem.
I am wondering what is the best way to use it. Is it better to
configure it in dom0 and then attach the device to the domU? Or is it
better to configure it directly in the domU?
I am thinking that if we configure it in the dom0, then we can''t share
that iscsi
2012 Jun 12
9
[PATCH v2 0/9]
More comprehensive support for virtio-scsi. Passes all the tests.
Rich.
2012 Jul 14
6
[PATCH 0/6] Allow non-optargs functions to gain optional arguments.
This rather complex set of patches allow non-optargs functions to gain
optional arguments, while preserving source and binary backwards
compatibility.
The problem is that we cannot add an optional argument to an existing
function. For example, we might want to add flags to the 'lvresize'
API which currently has no optional arguments.
2014 Sep 16
5
[PATCH 0/3] tests: Introduce test harness for running tests.
These are my thoughts on adding a test harness to run tests instead of
using automake. The aim of this exercise is to allow us to run the
full test suite on an installed copy of libguestfs. Another aim is to
allow us to work around all the limitations and problems of automake.
The first patch makes an observation that since the ./run script sets
up $PATH to contain all the directories