Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 987903 Details for
Bug 1188553
'btrfs qgroup show' output changed, breaks libguestfs
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix parsing of output of 'btrfs qgroup show'
0001-btrfs-fix-parsing-of-output-of-btrfs-qgroup-show.patch (text/plain), 952 bytes, created by
Hu Tao
on 2015-02-04 02:42:54 UTC
(
hide
)
Description:
fix parsing of output of 'btrfs qgroup show'
Filename:
MIME Type:
Creator:
Hu Tao
Created:
2015-02-04 02:42:54 UTC
Size:
952 bytes
patch
obsolete
>From 3e3add786f7fae91135f053f7a4229c36fa9ac4e Mon Sep 17 00:00:00 2001 >From: Hu Tao <hutao@cn.fujitsu.com> >Date: Wed, 4 Feb 2015 17:54:19 +0800 >Subject: [PATCH] btrfs: fix parsing of output of 'btrfs qgroup show' > >Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> >--- > daemon/btrfs.c | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/daemon/btrfs.c b/daemon/btrfs.c >index 5cab52a..402b7de 100644 >--- a/daemon/btrfs.c >+++ b/daemon/btrfs.c >@@ -1231,6 +1231,7 @@ do_btrfs_qgroup_show (const char *path) > ADD_ARG (argv, i, str_btrfs); > ADD_ARG (argv, i, "qgroup"); > ADD_ARG (argv, i, "show"); >+ ADD_ARG (argv, i, "--raw"); > ADD_ARG (argv, i, path_buf); > ADD_ARG (argv, i, NULL); > >@@ -1240,6 +1241,9 @@ do_btrfs_qgroup_show (const char *path) > return NULL; > } > >+ if (verbose) >+ fprintf (stderr, "output of 'btrfs qgroup show %s' is:\n%s\n", path_buf, out); >+ > lines = split_lines (out); > if (!lines) > return NULL; >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1188553
:
987903
|
987904