search for: 46976e81d64c

Displaying 5 results from an estimated 5 matches for "46976e81d64c".

2015 Mar 05
2
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...stfish -N fs:btrfs btrfs-filesystem-show /dev/sda1 libguestfs: error: btrfs_filesystem_show: /dev/sda1: When I tried the btrfs-filesystem-show-all API, I see a lot of structure in the output: $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c Total devices 1 FS bytes used 28.00KiB devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 Btrfs v3.18 Usually we should try to turn that text into structs, otherwise every consumer of libguestfs has to write parsing code themselves. *However* in this case I'm having...
2015 Mar 06
3
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...trfs-progs. v3.17 works fine. > I'll fix it. > > > When I tried the btrfs-filesystem-show-all API, I see a lot of > > structure in the output: > > > > $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all > > Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c > > Total devices 1 FS bytes used 28.00KiB > > devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 > > > > Btrfs v3.18 > > > > Usually we should try to turn that text into structs, otherwise every > > consumer of libguestfs has to wr...
2015 Mar 06
0
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...a1: > That might be a bug of btrfs-progs. v3.17 works fine. I'll fix it. > When I tried the btrfs-filesystem-show-all API, I see a lot of > structure in the output: > > $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all > Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c > Total devices 1 FS bytes used 28.00KiB > devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 > > Btrfs v3.18 > > Usually we should try to turn that text into structs, otherwise every > consumer of libguestfs has to write parsing code themselves. >...
2015 Mar 25
0
Re: [PATCH 1/2] New API: btrfs_filesystem_show
...; > I'll fix it. > > > > > When I tried the btrfs-filesystem-show-all API, I see a lot of > > > structure in the output: > > > > > > $ ./run guestfish -N fs:btrfs btrfs-filesystem-show-all > > > Label: none uuid: f7754d86-baa1-40e7-a563-46976e81d64c > > > Total devices 1 FS bytes used 28.00KiB > > > devid 1 size 99.88MiB used 12.00MiB path /dev/sda1 > > > > > > Btrfs v3.18 > > > > > > Usually we should try to turn that text into structs, otherwise every > > >...
2015 Mar 05
3
[PATCH 0/2] btrfs: add support to btrfs filesystem show
Chen Hanxiao (2): New API: btrfs_filesystem_show New API: btrfs_filesystem_show_all daemon/btrfs.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 21 +++++++++++++++++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 73 insertions(+), 1 deletion(-) -- 2.1.0