search for: test_metadata

Displaying 3 results from an estimated 3 matches for "test_metadata".

Did you mean: get_metadata
2016 Mar 08
1
unable to create preallocated image with gluster protocol
Hi All, When I tried to create preallocated image with gluster , I am unable to create one The image gets created but not preallocated. [root@ ]# qemu-img create -f qcow2 -o preallocation=full gluster://host1.lab.eng.blr.redhat.com/rep3vol/vm3.img 3G Formatting 'gluster://dhcp37-61.lab.eng.blr.redhat.com/rep3vol/newvm3.img', fmt=qcow2 size=3221225472 encryption=off cluster_size=65536
2007 Apr 16
0
Patch : Fix includes
..._H /* * These are not tests, just utility functions used by the metadata tests diff -u -r1.7 metadata.h --- src/test_libFLAC/metadata.h 2 Feb 2007 06:58:24 -0000 1.7 +++ src/test_libFLAC/metadata.h 16 Apr 2007 10:24:34 -0000 @@ -22,5 +22,7 @@ #include "FLAC/ordinals.h" FLAC__bool test_metadata(void); +FLAC__bool test_metadata_file_manipulation(void); +FLAC__bool test_metadata_object(void) ; #endif diff -u -r1.25 metadata_object.c --- src/test_libFLAC/metadata_object.c 2 Feb 2007 06:58:24 -0000 1.25 +++ src/test_libFLAC/metadata_object.c 16 Apr 2007 10:24:38 -0000 @@ -23,6 +23,7 @@ #i...
2007 Jul 14
2
PATCH : Fix missing protoypes
...#include <stdio.h> static const char *true_false_string_[2] = { "false", "true" }; --- src/test_libFLAC/metadata.h 2007-07-14 08:45:49 +0000 +++ src/test_libFLAC/metadata.h 2007-07-15 01:26:07 +0000 @@ -22,5 +22,7 @@ #include "FLAC/ordinals.h" FLAC__bool test_metadata(void); +FLAC__bool test_metadata_file_manipulation(void); +FLAC__bool test_metadata_object(void) ; #endif --- src/test_libFLAC/metadata_manip.c 2007-07-14 08:45:49 +0000 +++ src/test_libFLAC/metadata_manip.c 2007-07-15 01:24:02 +0000 @@ -42,6 +42,7 @@ #include "share/grabbag.h" #inc...