search for: metada

Displaying 17 results from an estimated 17 matches for "metada".

Did you mean: metade
2016 May 17
2
Can I specify qcow2 preallocation method with virt-builder?
When creating qcow2 images using virt-builder, is there a way to specify the qcow2 preallocation, as possible with qemu-img create -o preallocation=metada , for example? TIA, Y.
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
...17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote: > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > > When creating qcow2 images using virt-builder, is there a way to specify > > the qcow2 preallocation, as possible with qemu-img create -o > > preallocation=metada , for example? > > No .. but .. it does default to preallocation=metadata provided that > the output format is qcow2: > > https://github.com/libguestfs/libguestfs/blob/master/builder/builder.ml#L582-L585 I should say this only applies when the image needs to be resized (ie. you su...
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
...wrote: > > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > > > > When creating qcow2 images using virt-builder, is there a way to > > specify > > > > the qcow2 preallocation, as possible with qemu-img create -o > > > > preallocation=metada , for example? > > > > > > No .. but .. it does default to preallocation=metadata provided that > > > the output format is qcow2: > > > > > > > > https://github.com/libguestfs/libguestfs/blob/master/builder/builder.ml#L582-L585 > > > >...
2011 Nov 26
2
Time for a distributed VCS?
...nly a huge improvement on CVS, but any modern DVCS really beats the snot out of it on just about any level - with support for code analysis, off-net operation, much faster speed of common actions such as commits, and in many other ways too. The way I can help is by making the conversion perfectly metadata-preserving, rapid and painless. All three of these are difficult with an ad-hoc, by hand conversion, but easy with my repository-surgery tools and experience at the job. (And every time I do one of these my tools get a bit better in the process - that's *my* motivation.) By "rapid&quot...
2013 Nov 13
0
[LLVMdev] How to get information from llvm's metadata
I have two questions: 1) Given the getelementPtr instruction, how can I get the field name using metada?? eg. %b = getelementptr inbounds %struct.T* %7, i32 0, i32 1, !dbg !31 I want get it's field name "b". 2) Given a llvm.dbg.declare, how can I get it's llvm value. eg. call void @llvm.dbg.declare(metadata !{i32** %r}, metadata !23), !dbg !24 I want get the Value i32** %r....
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > When creating qcow2 images using virt-builder, is there a way to specify > the qcow2 preallocation, as possible with qemu-img create -o > preallocation=metada , for example? No .. but .. it does default to preallocation=metadata provided that the output format is qcow2: https://github.com/libguestfs/libguestfs/blob/master/builder/builder.ml#L582-L585 https://github.com/libguestfs/libguestfs/blob/master/src/create.c#L281-L295 Rich. -- Richard Jones,...
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
...0100, Richard W.M. Jones wrote: > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > > > When creating qcow2 images using virt-builder, is there a way to > specify > > > the qcow2 preallocation, as possible with qemu-img create -o > > > preallocation=metada , for example? > > > > No .. but .. it does default to preallocation=metadata provided that > > the output format is qcow2: > > > > > https://github.com/libguestfs/libguestfs/blob/master/builder/builder.ml#L582-L585 > > I should say this only applies when the...
2004 Aug 06
0
PATCH: Client queue cleanup
...a [configurable] queue size in bytes instead of number of refbufs (see the footnote). Regards, <p>[*] I was doing some testing with MP3, aside it has some nasty bugs [**], lame encoder sends very small packages, about 350 bytes in size, therefore the client queue becomes very large with metadata, and the client is disconnected. <p>[**] For example where it check for metada pointer but it's never NULL (because a strdup() is done at the very begining), and the it sends rubish to the client. <p> -- ricardo galli GPG id C8114D34 -------------- next part ------...
2004 Oct 13
0
Logging and chroot
...way out of sync. After a little digging (and changing the rsync code to include the time zone in the timestamp) I found out that different messages use different time zones: 2004/10/13 11:06:06-CEST [8470] rsyncd version 2.6.3 starting, ... 2004/10/13 11:06:16-CEST [8473] rsync on gentoo-portage//metada... 2004/10/13 09:06:16-UTC [8473] wrote 501 bytes read 192 bytes ... 2004/10/13 11:06:17-CEST [8474] rsync on gentoo-portage// ... 2004/10/13 09:06:23-UTC [8474] wrote 2307005 bytes read ... (lines shortened for readability) A little thinking tells me that the "wrote" lines are genera...
2020 Apr 19
0
Stop opusenc from generating any comments?
The opusenc tool automatically adds metadata - even if you don't specify any. For example, these tags are created by default on my files: ENCODER=opusenc from opus-tools 0.2 ENCODER_OPTIONS=--bitrate 6 --comp 10 --framesize 60 --padding 0 I've tried using `--discard-comments` but that has no effect. I've tried using `--comment...
2020 Jun 19
0
Antw: [EXT] Stop opusenc from generating any comments?
>>> Terence Eden <terence.eden at gmail.com> schrieb am 19.04.2020 um 12:48 in Nachricht <12670_1592540909_5EEC3EEC_12670_238_1_CABV2FHjaGEd4u4r7BfHaAyj=P1wP_8z7u7pWuMHy hV6XqSXVA at mail.gmail.com>: > The opusenc tool automatically adds metadata - even if you don't specify > any. > For example, these tags are created by default on my files: > ENCODER=opusenc from opus-tools 0.2 > ENCODER_OPTIONS=--bitrate 6 --comp 10 --framesize 60 --padding 0 > > I've tried using `--discard-comments` but that has no effect. &g...
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
...; On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote: > > > > > When creating qcow2 images using virt-builder, is there a way to > > > specify > > > > > the qcow2 preallocation, as possible with qemu-img create -o > > > > > preallocation=metada , for example? > > > > > > > > No .. but .. it does default to preallocation=metadata provided that > > > > the output format is qcow2: > > > > > > > > > > > > https://github.com/libguestfs/libguestfs/blob/master/builder/builde...
2019 May 07
0
Source client with HTTP PUT
...guered out to send a mp3 stream to IceCast with TCP Socket communication. Now I'm challenged with the correct timing for the data packets. Are there any API calls for getting the state of IceCast's buffer? I'm programming now on a scheduler for sending the mp3 frames, depending on the metada of each frame. I hope, that this is precisly enough. Can you tell me in a nutshell, how libshout is handling this problem? Thanks for your help. With best regards, Jürgen -----Ursprüngliche Nachricht----- Von: Icecast <icecast-bounces at xiph.org> Im Auftrag von Philipp Schafft Gesend...
2019 May 06
2
Source client with HTTP PUT
Good morning, On Mon, 2019-05-06 at 08:44 +0000, Jürgen Bund wrote: > Hello again, > thanks for your response. > > I have still some questions: > I want to stream a 24/7 radiochannel with mp3s. So I can't send all mp3s with one http PUT request. > So is there a possibility for that with http PUT? > If yes, how can I send the next mp3, so that icecast is playing it
2006 Mar 31
6
Radrails: workspace in use, choose a different one
I''ve just begun using Radrails and am experiencing a puzzling error. When I set my workspace to my home directory/some subdirectory, Radrails starts correctly. I would like to set the workspace to /var/rails where I have all of my existing rails apps but Radrails fails to start with the error: workspace in use, choose a different one. Any ideas? I want to edit the code in the directory in
2010 Sep 10
11
Large directory performance
We have been struggling with our Lustre performance for some time now especially with large directories. I recently did some informal benchmarking (on a live system so I know results are not scientifically valid) and noticed a huge drop in performance of reads(stat operations) past 20k files in a single directory. I''m using bonnie++, disabling IO testing (-s 0) and just creating, reading,
2012 Dec 17
5
Feeback on RAID1 feature of Btrfs
...ze 10.00GB used 9.76GB path /dev/vdd devid 2 size 10.00GB used 10.00GB path /dev/vdc devid 1 size 9.77GB used 9.77GB path /dev/vdb # btrfs fi df . Data, RAID1: total=13.50GB, used=10.56GB Data: total=8.00MB, used=0.00 System, RAID1: total=8.00MB, used=4.00KB System: total=4.00MB, used=0.00 Metadata, RAID1: total=1.25GB, used=1.01GB Metadata: total=8.00MB, used=0.00 I have choosen a _raid1_ filesystem, so I expect every disk be able to die and fs still usuable without data lost. I used chksfv[1] to make checksum of tarball on disk and check my data are safe. I killed the first disk via li...