Pavel,
On Tue, Aug 9, 2016 at 5:29 PM, Pavel Grunt wrote:
> On Tue, 2016-08-09 at 15:57 +0100, Daniel P. Berrange wrote:
>> On Tue, Aug 09, 2016 at 04:40:02PM +0200, Pavel Grunt wrote:
>> >
>> > On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote:
>> > >
>> > > On Tue, Aug 09, 2016 at 04:
[snip]
What could help track it down is:
>
> - See if latest virt-install --location works with a ubuntu-14.04 era ISO
> - If so, compare the file layout of 14.04 and 16.04 and list the
> differences
> here. Maybe the file layout changed and virtinst/urlfetcher.py needs to be
> extended to handl
This is how I tested :
1. Download -
http://mirror.centos.org/altarch/7/isos/ppc64le/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso
to /root
2. Save the content from https://da.gd/NLuP to /root/centos-7ppc64le.ks
3. Loop mount /root/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso
to /mnt/cdrom
4. Th
On 07/28/2016 10:43 AM, Cole Robinson wrote:
> On 07/28/2016 07:51 AM, Tristan Helmich wrote:
>> Hi,
>>
>> just a quick patch to allow creation of ZFS zvol via virt-manager.
>> Please let me know if anything else needs to be changed.
>>
>
> Thanks Tristan, patch looks fine to me, but can you provi
On Tue, Aug 09, 2016 at 05:17:31PM +0200, Pavel Grunt wrote:
> Just connect to the signal
I'm tempted to ask "why?". I think it's recommended (more efficient) to
just override the vfunc directly when you can (ie when you derive a new
widget) rather than connecting to a signal.
Christophe
signat
On 08/09/2016 06:21 AM, Manjunath A Kumatagi wrote:
> In CentOS 7 ppc64le platform initrd and kernel files are present under
> ppc/ppc64 folder. Currently GenericDistro module will find only under
> images/pxeboot folder. So to support custom boot the CentOS 7 ppc64le
> platform I've added the c
Please add something like this to the commit message body:
API will be available in upcoming libvirt 2.2.0
On 08/08/2016 03:41 PM, Jovanka Gulicoska wrote:
> ---
> virtManager/connection.py | 37 +
> virtManager/nodedev.py| 3 +++
> 2 files changed, 40
On Tue, 2016-08-09 at 15:57 +0100, Daniel P. Berrange wrote:
> On Tue, Aug 09, 2016 at 04:40:02PM +0200, Pavel Grunt wrote:
> >
> > On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote:
> > >
> > > On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote:
> > > >
> > > >
> > > > Due t
Just connect to the signal
---
src/virt-viewer-display.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/virt-viewer-display.c b/src/virt-viewer-display.c
index 2dbaba1..20ae9af 100644
--- a/src/virt-viewer-display.c
+++ b/src/virt-viewer-display.c
@@ -91,7 +91,6 @@ vir
On Tue, Aug 09, 2016 at 04:40:02PM +0200, Pavel Grunt wrote:
> On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote:
> > On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote:
> > >
> > > Due to recent changes in gtk+ the content of window is not rendered
> > > properly in Windows 10
On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote:
> On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote:
> >
> > Due to recent changes in gtk+ the content of window is not rendered
> > properly in Windows 10 when the client side decorations are used.
> >
> > It is possible to d
On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote:
> Due to recent changes in gtk+ the content of window is not rendered
> properly in Windows 10 when the client side decorations are used.
>
> It is possible to disable the client side decorations using
> the GTK_CSD="0" environment variab
Due to recent changes in gtk+ the content of window is not rendered
properly in Windows 10 when the client side decorations are used.
It is possible to disable the client side decorations using
the GTK_CSD="0" environment variable.
Keep them disabled to avoid issues.
Related:
https://bugzilla.re
In CentOS 7 ppc64le platform initrd and kernel files are present under
ppc/ppc64 folder. Currently GenericDistro module will find only under
images/pxeboot folder. So to support custom boot the CentOS 7 ppc64le platform
I've added the code to search under ppc/ppc64 folder as well.
---
virtinst/
14 matches
Mail list logo