search for: bigdir

Displaying 20 results from an estimated 28 matches for "bigdir".

Did you mean: bigdirs
2012 Sep 24
0
[PATCH] Fix tests/bigdirs/test-big-dirs.pl to use mke2fs
Let tests/bigdirs/test-big-dirs.pl uses mke2fs to create small inode ratio files. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- TODO | 6 ------ tests/bigdirs/test-big-dirs.pl | 18 ++++-------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/...
2002 Jul 30
2
Rsync recursion
Hello, I'm trying to break up my rsync process by separating a directory tree into multiple rsync processes because I'm witnessing some errors trying to rsync large directory trees on Windows machines. After breaking up the tree I tried to rsync each individual directory starting from the bottom directory on up using the command: foreach ($array as $directory){ /* $array = list of
2015 Oct 20
0
[PATCH 2/2] actions: turn some params into RelativePathnameList (RHBZ#1174551).
...sequence, test-big-dirs.pl does not need to prepend the directory name anymore before calling listing-alike APIs: previously they didn't fail, but the returned lists contained only invalid elements (and only their size was checked). --- generator/actions.ml | 14 +++++++------- tests/bigdirs/test-big-dirs.pl | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/generator/actions.ml b/generator/actions.ml index 274ef3f..a6de484 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -2655,7 +2655,7 @@ See also C<guestfs_write>." }; { defaults wi...
2011 Jun 20
1
Per-directory brick preference?
Hi, I operate a distributed replicated (1:2) setup that looks like this: server1:bigdisk,server1:smalldisk,server2:bigdisk,server2:smalldisk replica sets are bigdisk-bigdisk and smalldisk-smalldisk. This setup will be extended by another set of four bricks (same setup) within the next few days, and I could make those into another volume entirely, but I'd prefer not to, leaving me with more
2015 Oct 20
3
[PATCH 1/2] generator: add a RelativePathnameList parameter type
Mostly like StringList (so it can used in current StringList parameters), but checking client- and daemon-side that the elements are relative paths. --- generator/bindtests.ml | 3 ++- generator/c.ml | 29 ++++++++++++++++++++++++----- generator/csharp.ml | 4 ++-- generator/daemon.ml | 20 ++++++++++++++++++-- generator/erlang.ml | 2 +- generator/fish.ml |
2015 Oct 05
1
[PATCH] Fix shebang in perl scripts
...| 3 ++- perl/examples/inspect_vm.pl | 3 ++- pick-guests.pl.in | 3 ++- podwrapper.pl.in | 2 +- rescue/test-virt-rescue.pl | 3 ++- resize/test-virt-resize.pl | 2 +- tests/bigdirs/test-big-dirs.pl | 2 +- tests/btrfs/test-btrfs-misc.pl | 2 +- tests/btrfs/test-btrfs-subvolume-default.pl | 2 +- tests/daemon/test-btrfs.pl | 2 +- tests/daemon/test-daemon-start.pl | 2 +- tests/discard/test-blkdiscard.pl...
2015 Oct 21
2
[PATCH 1/2] generator: add a FilenameList parameter type
Mostly like StringList (so it can used in current StringList parameters), but checking client- and daemon-side that the elements are file names. --- generator/bindtests.ml | 3 ++- generator/c.ml | 29 ++++++++++++++++++++++++----- generator/csharp.ml | 4 ++-- generator/daemon.ml | 20 ++++++++++++++++++-- generator/erlang.ml | 2 +- generator/fish.ml | 10
2014 May 29
2
Re: libguestfs error
Hi Rich I using ubuntu 13.10 with powerpc arch. I tried the above stepss and below are the output of the related commands.. nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent 0000def0 T tgetent ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so However I'm not able to perform rm -f config.cache
2018 Jun 18
2
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
On Mon, Jun 18, 2018 at 08:55:13PM +0300, Nir Soffer wrote: > On Mon, Jun 18, 2018 at 1:37 PM Richard W.M. Jones <rjones@redhat.com> > wrote: > > > On Thu, Jun 14, 2018 at 09:24:48PM +0300, Nir Soffer wrote: > > > On Thu, Jun 14, 2018 at 9:16 PM Nir Soffer <nirsof@gmail.com> wrote: > > > > + headers = {"Content-Type":
2014 Oct 04
4
[PATCH v4 0/4] tests: Introduce test harness for running tests.
This converts more of the tests (basically everything under tests/) to use the test harness, revealing some problems which have subsequently been fixed. Rich.
2008 Jan 24
1
zfs showing more filesystem using ls than df actually has
...007 apps dr-xr-xr-x 2 root root 512 Jan 17 2007 appsc drwxr-xr-x 2 root root 512 Jul 23 16:11 b drwxr-xr-x 2 root root 512 Jun 5 2007 backup drwxr-xr-x 2 root root 512 Apr 11 2007 barry drwxr-xr-x 2 root root 512 Feb 7 2007 bigdir lrwxrwxrwx 1 root root 9 Jan 17 2007 bin -> ./usr/bin drwxr-xr-x 2 root root 512 Jul 23 16:39 c dr-xr-xr-x 2 root root 512 Jan 17 2007 cadds drwxr-xr-x 3 root root 512 Dec 18 16:21 cdrom drwxr-xr-x 2 root root 512 Apr 10...
2014 Oct 05
12
[PATCH v5 0/7] tests: Introduce test harness for running tests.
Since v4: - More tests have been converted. - Testing local guests fixed. - Drop no-exec-stack test.
2014 Oct 23
10
[PATCH v6 00/10] tests: Introduce test harness for running tests.
For v6: This is mainly just a rebase, but I have also added tests in the ocaml/ language bindings directory, and for all the OCaml-written virt tools. Rich.
2014 Oct 24
10
[PATCH v7 00/10] tests: Introduce test harness for running tests.
v7: The only changes since v6 are those suggested by Pino in the review of v5.
2015 Jul 28
10
[PATCH 00/10] tests: Introduce test harness for running tests.
I should probably start by saying this patch series isn't ready for review yet. This patch series adds a test harness to libguestfs. It allows us to run the tests outside the ordinary 'make check' path in the build tree. In particular, you can use this to run tests when libguestfs has been installed. 'make check' and the other 'make check-*' rules still work. The
2014 May 29
2
Re: libguestfs error
...g directory `/home/ubuntu/libguestfs-1.26.1/tests/9p' Making all in tests/rsync make[2]: Entering directory `/home/ubuntu/libguestfs-1.26.1/tests/rsync' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ubuntu/libguestfs-1.26.1/tests/rsync' Making all in tests/bigdirs make[2]: Entering directory `/home/ubuntu/libguestfs-1.26.1/tests/bigdirs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ubuntu/libguestfs-1.26.1/tests/bigdirs' Making all in tests/disk-labels make[2]: Entering directory `/home/ubuntu/libguestfs-1.26.1/tests/...
2012 Oct 08
3
[PATCH v3 0/3] Add support for disk labels and hotplugging.
This is, I guess, version 3 of this patch series which adds disk labels and hotplugging (only hot-add implemented so far). The good news is .. it works! Rich.
2014 May 29
3
Re: libguestfs error
...ext/guestfs/extconf.rb config.status: creating sparsify/Makefile config.status: creating src/Makefile config.status: creating src/libguestfs.pc config.status: creating sysprep/Makefile config.status: creating test-tool/Makefile config.status: creating tests/9p/Makefile config.status: creating tests/bigdirs/Makefile config.status: creating tests/btrfs/Makefile config.status: creating tests/c-api/Makefile config.status: creating tests/charsets/Makefile config.status: creating tests/create/Makefile config.status: creating tests/data/Makefile config.status: creating tests/discard/Makefile config.status:...
2015 Jul 31
14
[PATCH v2 00/14] tests: Introduce test harness for running tests.
This is a more complete patch to add the test harness. The only parts missing now are the language bindings (except OCaml). The language bindings need a bit more thought. At the moment most language binding tests are done through some sort of shell script like perl/run-perl-tests which either runs each test itself or uses some language-specific machinary to run each test. The problem with that
2015 Aug 04
16
[PATCH v3 01/16] tests: Introduce test harness for running tests.
Since v2: - Add perl tests. - Reworked and fixed the tests for virt-builder. - Some further minor bug fixes.