On Thu, Mar 26, 2015 at 09:12:03AM +0000, Richard W.M. Jones wrote: > > What was wrong with detecting ENOTSUP and turning it into a warning > then? > > For reference see: > > https://github.com/libguestfs/libguestfs/blob/master/sparsify/in_place.ml#L38-L46
Or EPERM. I've added G.Errno.errno_EPERM to the list of errnos accessible from OCaml: https://github.com/libguestfs/libguestfs/commit/6297534091666ccb7a5192763b53a4350cb550e3 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/ _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
