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.