search for: mountcount

Displaying 11 results from an estimated 11 matches for "mountcount".

2011 Nov 09
6
[PATCH] Add tune2fs support to libguestfs.
At the moment OpenStack uses kpartx and nbd to resize filesystems and inject files to guests. I sincerely hope they don't allow untrusted users to upload guest images / AMIs :-( To fix this I'm looking into adding libguestfs support as an optional backend in OpenStack. The only missing feature in libguestfs is the ability to call tune2fs on a filesystem. This patch series adds tune2fs
2011 Nov 10
5
[PATCH v2] Add tune2fs command.
The changes since the previous patch: - safe ADD_ARG macro for adding arguments to a fixed size stack array - support for testing functions that return RHashtable, ie. tune2fs-l. - add tests that set (tune2fs) and get (tune2fs-l) various parameters. - only one 'intervalbetweenchecks' parameter (in seconds) Rich.
2012 Jan 09
1
[PATCH 1/2] generator: Rename java_structs to camel_structs to better reflect their purpose
This map was originally included just for the java bindings, but is generally useful to any binding which uses camel case by requirement or convention. --- generator/generator_haskell.ml | 4 ++-- generator/generator_java.ml | 10 +++++----- generator/generator_main.ml | 2 +- generator/generator_structs.ml | 12 +++++------- generator/generator_structs.mli | 8 ++++---- 5
2019 Aug 12
1
[PATCH] Fix small issues in documentations of APIs
...lt;Block count> @@ -6463,18 +6463,18 @@ The optional parameters are: =item C<force> Force tune2fs to complete the operation even in the face of errors. -This is the same as the tune2fs C<-f> option. +This is the same as the L<tune2fs(8)> C<-f> option. =item C<maxmountcount> Set the number of mounts after which the filesystem is checked by L<e2fsck(8)>. If this is C<0> then the number of mounts is -disregarded. This is the same as the tune2fs C<-c> option. +disregarded. This is the same as the L<tune2fs(8)> C<-c> option. =ite...
2008 Aug 21
0
kickstart error on 5.2 exception
...format: 0 ismounted: 1 options: 'defaults' bytesPerInode: 4096 label: None , fsentry -- device: sda2 mountpoint: swap fsystem: swap format: True ismounted: 1 options: 'defaults' bytesPerInode: 4096 label: SWAP-sda2 ] id.fsset.anaconda: Already dumped id.fsset.mountcount: 5 id.desktop: Desktop instance, containing members: id.desktop.info: {'DESKTOP': } id.desktop.runlevel: 5 id.rootParts: None id.x_already_set: 0 id.upgradeRemove: [] id.partitions: Partitions instance, containing members: id.partitions.useFdisk: 0 id.partitions.us...
2012 Jan 20
11
[PATCH 01/10] Revert "Revert "generator: Add CamelName flag""
...@@ -6379,7 +6379,7 @@ is for copying blocks within existing files. See C<guestfs_cp>, C<guestfs_cp_a> and C<guestfs_mv> for general file copying and moving functions."); - ("tune2fs", (RErr, [Device "device"], [OBool "force"; OInt "maxmountcount"; OInt "mountcount"; OString "errorbehavior"; OInt64 "group"; OInt "intervalbetweenchecks"; OInt "reservedblockspercentage"; OString "lastmounteddirectory"; OInt64 "reservedblockscount"; OInt64 "user"]), 298, [], +...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
..."]; progress = true; tests = [ InitScratchFS, Always, TestResult ( @@ -6641,7 +6641,7 @@ moving functions." }; { defaults with name = "tune2fs"; added = (1, 15, 4); - style = RErr, [Device "device"], [OBool "force"; OInt "maxmountcount"; OInt "mountcount"; OString "errorbehavior"; OInt64 "group"; OInt "intervalbetweenchecks"; OInt "reservedblockspercentage"; OString "lastmounteddirectory"; OInt64 "reservedblockscount"; OInt64 "user"]; + style...
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 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 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.