[Libguestfs] [PATCH] inspect: get a better icon for ALT Linux guests (RHBZ#1433937)

2017-03-20 Thread Pino Toscano
Use a 64px icon which is in the menu-icons-default package, hopefully part of the default installation of any flavour. Updates commit 9928296c1ca8df5bd8f108ed00039adc6468cac3. Thanks to: Xiang Hua Chen. --- lib/inspect-icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Libguestfs] Guestmount seems not to sync changes

2017-03-20 Thread 张强
Hi all, It seems guestmount always fails to flush changes to the mounted qcow2 snapshot. To reproduce this problem: 1. take an external snapshot for a qcow2 2. guestmount the snapshot 3. do some changes, for example: `echo 123 > /test; cat /test`, right now /test can be seen created and

Re: [Libguestfs] Guestmount seems not to sync changes

2017-03-20 Thread Richard W.M. Jones
On Mon, Mar 20, 2017 at 07:40:18AM +, 张强 wrote: > Hi all, > > It seems guestmount always fails to flush changes to the mounted qcow2 > snapshot. > > To reproduce this problem: > 1. take an external snapshot for a qcow2 > 2. guestmount the snapshot > 3. do some changes, for example: `echo

Re: [Libguestfs] [PATCH] inspect: get a better icon for ALT Linux guests (RHBZ#1433937)

2017-03-20 Thread Richard W.M. Jones
On Mon, Mar 20, 2017 at 01:51:01PM +0100, Pino Toscano wrote: > Use a 64px icon which is in the menu-icons-default package, hopefully > part of the default installation of any flavour. > > Updates commit 9928296c1ca8df5bd8f108ed00039adc6468cac3. > > Thanks to: Xiang Hua Chen. > --- >

[Libguestfs] FYI: policycoreutils setfiles is broken in Fedora 26

2017-03-20 Thread Richard W.M. Jones
Policycoreutils, which includes the 'setfiles' utility which we use, is badly broken in Fedora 26. https://bugzilla.redhat.com/show_bug.cgi?id=1433577 This bug affects a few things because it completely breaks SELinux relabelling. In particular, firstboot functionality fails on Fedora guests

Re: [Libguestfs] [PATCH] btrfs_filesystem_show: work with another old btrfs version

2017-03-20 Thread Richard W.M. Jones
On Fri, Mar 17, 2017 at 04:21:33PM +0100, Pino Toscano wrote: > An old version of btrfs-progs (3.17 in this case) has a different > version string, so adapt our filtering to include this line as well. > > Related to/updates commit 839ae5bcd537b3dc4f13bbea6fe40091ebc2b7f0. > --- > daemon/btrfs.c

Re: [Libguestfs] [PATCH 4/4] p2v: virt-p2v-make-disk: prevent daemons to run on Debian

2017-03-20 Thread Richard W.M. Jones
ACK series. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported.