Richard W.M. Jones
2015-Jun-25 21:26 UTC
Re: [Libguestfs] Problem with supermin and symlink in ibm_powerkvm ppc64le distro
Or even ... cat > /usr/lib64/guestfs/supermin.d/00-directories <<EOF /opt /opt/ibm /opt/ibm/powerkvm /usr /usr/share /usr/share/doc /usr/share/doc/pkvm /usr/share/doc/pkvm/licenses EOF -- 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. http://fedoraproject.org/wiki/MinGW
Richard W.M. Jones
2015-Jun-25 21:28 UTC
Re: [Libguestfs] Problem with supermin and symlink in ibm_powerkvm ppc64le distro
On Thu, Jun 25, 2015 at 10:26:54PM +0100, Richard W.M. Jones wrote:> Or even ... > > cat > /usr/lib64/guestfs/supermin.d/00-directories <<EOF > /opt > /opt/ibm > /opt/ibm/powerkvm > /usr > /usr/share > /usr/share/doc > /usr/share/doc/pkvm > /usr/share/doc/pkvm/licenses > EOFOr another thing to try (if you don't care about /opt/ibm being added to the appliance) would be: cat > /usr/lib64/guestfs/supermin.d/00-ignore <<EOF -/opt/ibm EOF Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top
Daniel Henrique Barboza
2015-Jun-25 21:35 UTC
Re: [Libguestfs] Problem with supermin and symlink in ibm_powerkvm ppc64le distro
Hi Richard, The commit that fixes RHBZ#1155586 unfortunately does not fix this issue. The issue happens in upstream supermin as far as I've tested it. However I like your suggestion and I'll check if I can put the dir '/opt/ibm' in the ignore list of the appliance. Thanks, Daniel On 06/25/2015 06:28 PM, Richard W.M. Jones wrote:> On Thu, Jun 25, 2015 at 10:26:54PM +0100, Richard W.M. Jones wrote: >> Or even ... >> >> cat > /usr/lib64/guestfs/supermin.d/00-directories <<EOF >> /opt >> /opt/ibm >> /opt/ibm/powerkvm >> /usr >> /usr/share >> /usr/share/doc >> /usr/share/doc/pkvm >> /usr/share/doc/pkvm/licenses >> EOF > Or another thing to try (if you don't care about /opt/ibm being > added to the appliance) would be: > > cat > /usr/lib64/guestfs/supermin.d/00-ignore <<EOF > -/opt/ibm > EOF > > Rich. >
Possibly Parallel Threads
- Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
- Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
- Problem with supermin and symlink in ibm_powerkvm ppc64le distro
- Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
- Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)