search for: bofy

Displaying 4 results from an estimated 4 matches for "bofy".

Did you mean: body
2006 Oct 31
0
6309399 gcc and bofi don''t get along
Author: mike_s Repository: /hg/zfs-crypto/gate Revision: 1e50029b6341eb8c25e8d3feaf0e24f32afe6eba Log message: 6309399 gcc and bofi don''t get along Files: update: usr/src/uts/common/io/bofi.c
2006 Oct 31
0
4907042 Some drivers should use ddi_prop_op for cb_prop_op implementation
Author: cth Repository: /hg/zfs-crypto/gate Revision: 1a9c806ca73782f515dbf16c69b97657e93e4dab Log message: 4907042 Some drivers should use ddi_prop_op for cb_prop_op implementation Files: update: usr/src/uts/common/io/bofi.c update: usr/src/uts/common/io/devpoll.c
2018 Jun 05
0
Re: [PATCH] v2v: Log full imageio response on failure.
.... > + > + # Only a short error is included in the exception. > + raise RuntimeError("%s: %d: %s" % (msg, status, reason)) > And instead include the start of the body in the error text like this: raise RuntimeError("%s: [%d] %s: %r", msg, status, reason, bofy[:200]) (Using %r to avoid unwanted newlines in the response). > + > # For documentation see: > # https://github.com/oVirt/ovirt-imageio/blob/master/docs/random-io.md > # For examples of working code to read/write from the server, see: > @@ -248,16 +271,14 @@ def pread(h, count,...
2018 Jun 05
2
[PATCH] v2v: Log full imageio response on failure.
Thanks: Nir Soffer --- v2v/rhv-upload-plugin.py | 66 ++++++++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py index 791c9e7d2..c3de7d555 100644 --- a/v2v/rhv-upload-plugin.py +++ b/v2v/rhv-upload-plugin.py @@ -228,6 +228,29 @@ def can_flush(h): def get_size(h): return