Displaying 13 results from an estimated 13 matches for "btrfssubvolumecreate".
Did you mean:
btrfs_subvolume_create
2014 Nov 21
2
Re: [PATCH 1/6] btrfs: correct words about subvolume and snapshot
...; };
> +Delete the named btrfs subvolume or snapshot." };
>
> { defaults with
> name = "btrfs_subvolume_create";
> style = RErr, [Pathname "dest"], [];
> proc_nr = Some 324;
> optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
> - shortdesc = "create a btrfs snapshot";
> + shortdesc = "create a btrfs subvolume";
> longdesc = "\
> Create a btrfs subvolume. The C<dest> argument is the destination
> -directory and the name of the snapshot, in the form
> C&...
2014 Nov 21
2
Re: [PATCH 4/6] btrfs: add optional parameter `qgroupid' to btrfs_subvolume_create
...aults with
> name = "btrfs_subvolume_create";
> - style = RErr, [Pathname "dest"], [];
> + style = RErr, [Pathname "dest"], [OString "qgroupid"];
> proc_nr = Some 324;
> optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
> shortdesc = "create a btrfs subvolume";
Like in patch 2, you need once_had_no_optargs = true for this as well.
> longdesc = "\
> Create a btrfs subvolume. The C<dest> argument is the destination
> -directory and the name of the subvolume, in t...
2014 Nov 24
1
Re: [PATCH 4/6] btrfs: add optional parameter `qgroupid' to btrfs_subvolume_create
...subvolume_create";
> > > - style = RErr, [Pathname "dest"], [];
> > > + style = RErr, [Pathname "dest"], [OString "qgroupid"];
> > > proc_nr = Some 324;
> > > optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
> > > shortdesc = "create a btrfs subvolume";
> >
> > Like in patch 2, you need once_had_no_optargs = true for this as well.
>
> Yes.
>
> >
> > > longdesc = "\
> > > Create a btrfs subvolume. The C<dest&g...
2014 Nov 21
0
[PATCH 1/6] btrfs: correct words about subvolume and snapshot
...te the named btrfs subvolume." };
+Delete the named btrfs subvolume or snapshot." };
{ defaults with
name = "btrfs_subvolume_create";
style = RErr, [Pathname "dest"], [];
proc_nr = Some 324;
optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
- shortdesc = "create a btrfs snapshot";
+ shortdesc = "create a btrfs subvolume";
longdesc = "\
Create a btrfs subvolume. The C<dest> argument is the destination
-directory and the name of the snapshot, in the form C</path/to/dest/name>.&quo...
2014 Nov 21
0
[PATCH 4/6] btrfs: add optional parameter `qgroupid' to btrfs_subvolume_create
...shot." };
{ defaults with
name = "btrfs_subvolume_create";
- style = RErr, [Pathname "dest"], [];
+ style = RErr, [Pathname "dest"], [OString "qgroupid"];
proc_nr = Some 324;
optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
shortdesc = "create a btrfs subvolume";
longdesc = "\
Create a btrfs subvolume. The C<dest> argument is the destination
-directory and the name of the subvolume, in the form C</path/to/dest/name>." };
+directory and the name of the subvolume, in th...
2014 Nov 24
0
Re: [PATCH 1/6] btrfs: correct words about subvolume and snapshot
...rfs subvolume or snapshot." };
> >
> > { defaults with
> > name = "btrfs_subvolume_create";
> > style = RErr, [Pathname "dest"], [];
> > proc_nr = Some 324;
> > optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
> > - shortdesc = "create a btrfs snapshot";
> > + shortdesc = "create a btrfs subvolume";
> > longdesc = "\
> > Create a btrfs subvolume. The C<dest> argument is the destination
> > -directory and the name of the snap...
2014 Nov 24
0
Re: [PATCH 4/6] btrfs: add optional parameter `qgroupid' to btrfs_subvolume_create
...name = "btrfs_subvolume_create";
> > - style = RErr, [Pathname "dest"], [];
> > + style = RErr, [Pathname "dest"], [OString "qgroupid"];
> > proc_nr = Some 324;
> > optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
> > shortdesc = "create a btrfs subvolume";
>
> Like in patch 2, you need once_had_no_optargs = true for this as well.
Yes.
>
> > longdesc = "\
> > Create a btrfs subvolume. The C<dest> argument is the destination
> > -dir...
2014 Nov 21
13
[PATCH 0/6] btrfs support part1: subvolume commands
Hi,
This is the part1 of improving btrfs support. This series adds missing
parameters to btrfs_subvolume_snapshot and btrfs_subvolume_create, and
adds two new API btrfs_subvolume_get_default and btrfs_subvolume_show.
Other parts will follow.
Regards,
Hu
Hu Tao (6):
btrfs: correct words about subvolume and snapshot
btrfs: add optional parameter `ro' to btrfs_subvolume_snapshot
btrfs:
2014 Nov 26
7
[PATCH v2 0/5] btrfs support part1: subvolume commands
Hi,
This is the part1 of improving btrfs support. This series adds missing
parameters to btrfs_subvolume_snapshot and btrfs_subvolume_create, and
adds two new API btrfs_subvolume_get_default and btrfs_subvolume_show.
Other parts will follow.
Regards,
Hu
changes:
v2:
- add 'once_had_no_optargs = true' for btrfs_subvolume_snapshot and
btrfs_subvolume_create
- improved documents
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in:
https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html
Rich.
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...me_create"; added = (1, 17, 35);
- style = RErr, [Pathname "dest"], [OString "qgroupid"];
+ style = RErr, [String (Pathname, "dest")], [OString "qgroupid"];
once_had_no_optargs = true;
optional = Some "btrfs"; camel_name = "BTRFSSubvolumeCreate";
shortdesc = "create a btrfs subvolume";
@@ -7473,7 +7473,7 @@ created subvolume will be added to." };
{ defaults with
name = "btrfs_subvolume_list"; added = (1, 17, 35);
- style = RStructList ("subvolumes", "btrfssubvolume"), [Mo...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator.
Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.