Displaying 5 results from an estimated 5 matches for "btrfsfilesystemgetlabel".
2015 Jan 05
2
Re: [PATCH 3/5] New API: btrfs_filesystem_get_label
...ir a btrfs filesystem offline." };
>
> + { defaults with
> + name = "btrfs_filesystem_get_label";
> + style = RString "label", [Pathname "path"], [];
> + proc_nr = Some 437;
> + optional = Some "btrfs"; camel_name = "BTRFSFilesystemGetLabel";
> + tests = [
> + InitPartition, Always, TestResultString (
> + [["mkfs_btrfs"; "/dev/sda1"; ""; ""; "NOARG"; ""; "label"; "NOARG"; ""; ""];
> + ["mount...
2015 Jan 07
1
Re: [PATCH 3/5] New API: btrfs_filesystem_get_label
...; > > + { defaults with
> > > + name = "btrfs_filesystem_get_label";
> > > + style = RString "label", [Pathname "path"], [];
> > > + proc_nr = Some 437;
> > > + optional = Some "btrfs"; camel_name = "BTRFSFilesystemGetLabel";
> > > + tests = [
> > > + InitPartition, Always, TestResultString (
> > > + [["mkfs_btrfs"; "/dev/sda1"; ""; ""; "NOARG"; ""; "label"; "NOARG"; ""; ""...
2014 Dec 26
0
[PATCH 3/5] New API: btrfs_filesystem_get_label
...gdesc = "\
Check or repair a btrfs filesystem offline." };
+ { defaults with
+ name = "btrfs_filesystem_get_label";
+ style = RString "label", [Pathname "path"], [];
+ proc_nr = Some 437;
+ optional = Some "btrfs"; camel_name = "BTRFSFilesystemGetLabel";
+ tests = [
+ InitPartition, Always, TestResultString (
+ [["mkfs_btrfs"; "/dev/sda1"; ""; ""; "NOARG"; ""; "label"; "NOARG"; ""; ""];
+ ["mount"; "/dev/s...
2015 Jan 06
0
Re: [PATCH 3/5] New API: btrfs_filesystem_get_label
..." };
> >
> > + { defaults with
> > + name = "btrfs_filesystem_get_label";
> > + style = RString "label", [Pathname "path"], [];
> > + proc_nr = Some 437;
> > + optional = Some "btrfs"; camel_name = "BTRFSFilesystemGetLabel";
> > + tests = [
> > + InitPartition, Always, TestResultString (
> > + [["mkfs_btrfs"; "/dev/sda1"; ""; ""; "NOARG"; ""; "label"; "NOARG"; ""; ""];
> > +...
2014 Dec 26
10
[PATCH 0/5] btrfs: add API for btrfs filesystem, check and scrub
Hi,
There is one problem: btrfs_filesystem_set_label just doesnt work,
giving error message:
libguestfs: error: btrfs_filesystem_set_label: /: ERROR: unable to set label Bad address
I'm almost sure the patch has no problem, but can't figure out what's
the cause. So patch 5 is only for review.
Other APIs have no problem.
Regards,
Hu
Hu Tao (5):
New API: btrfs_scrub
New API: