similar to: Using ZFS for replication

Displaying 20 results from an estimated 600 matches similar to: "Using ZFS for replication"

2010 Aug 04
4
KS Test question (2)
Hi R Users, I have two vectors, x and y, of equal length representing two types of data from two studies. I would like to test if they are similar enough to use them interchangeably. No assumptions about distributions can be made (initial tests clearly show that they are not normal). Here some result: Two-sample Kolmogorov-Smirnov test data: x and y D = 0.1091, p-value < 2.2e-16 alternative
2008 Sep 15
1
[attachment_fu] Allways triggering after_attachment_saved callback
Hi, I use attachment_fu in one of my apps and recently I''ve realized that udpates are taking too much time. After some debugging I''ve found that attachment_fu is calling after_attachment_saved callback no mather if attachemnt has changed or not. For example this code: after_attachment_saved do |photo| logger.info "after_attachment_saved" end # in console - always
2014 May 26
3
[LLVMdev] Why can't atomic loads and stores handle floats?
David provided one good answer. I'll give another. The current design pushes complexity into the language frontend for - as far as I know - no good reason. I can say from recent experience that the corner cases around atomics are both surprising and result in odd looking hacks in the frontend. To say this differently, why should marking loads and stores atomic required me to rewrite
2016 Jul 29
2
Target Acceptance Policy
On Fri, Jul 29, 2016 at 2:08 PM, Renato Golin <renato.golin at linaro.org> wrote: > I'm not hung up on the fixed number of months. I don't even think it's the > best idea, but I was expecting people to give their own ideas... :-) > > But saying "as soon as they are ready" may be hard to assess. And writing > it specific for the Lanai back end would not
2010 Oct 18
15
SIP DNS SRV
Hello list. When using SIP DNS SRV to define a production Asterisk server with high priority and a backup Asterisk server with a lower priority on this DNS-server, will this work as follow : - production server is reachable, so registration of the IP-phone goes to this server - production server is unreachable, so registration goes to the backup Asterisk server - production server is
2019 May 11
2
Is this an issue?
    I just set up a UPS on a Debian Stretch system for my sister-in-law.  Obviously, I want NUT to properly shut down the unit when the battery gets low.  This means upsmon must be running and healthy.  When I run 'systemctl status nut-monitor`, I see the following in the journal: nut-monitor.service: Supervising process 778 which is not our child. We'll most likely not notice when
2007 Jan 10
1
Why does disable loading of zfs module in boot causes
Hello, I tried to disable loading of the zfs module by adding "exclude zfs" in /etc/system. I rebooted and got into "maintainance mode" with many services disbaled (as svcs -xv shows). I don''t have any zfs partitons on this machine. So my question is: for what is the zfs module in booting of solaris ? Why can''t it be disabled? Regards, David This message
2016 Jul 29
0
Target Acceptance Policy
On 29 July 2016 at 12:16, Andrey Bokhanko <andreybokhanko at gmail.com> wrote: > 1) Leave the wording as is, and make Lanai an official back-end no earlier > than Sep 28th. I don't want to *have* to do that just because we introduced a policy after the Lanai back-end started the process... And making Lanai official just before the policy goes public would be cheeky. :) > 2)
2008 Jun 20
2
New convert
All, Apologies for cluttering the list, but I just wanted to say hello and prepare all for a barage of silly discussions from a tech-hypochondriac! We have recently purchased two servers running CentOS, and as I'm from more of a Debian based background, it would be good if someone could point out the two or three main differences please? I'm reading up on the package management as I
2013 Jan 14
1
Extrange Hiera error
Hi: I work on puppet 3 and hiera, but i cannt load a yaml file on a subdir. my hiera.yaml looks like: --- :backends: - yaml - json :yaml: :datadir: /etc/puppet/hieradata :json: :datadir: /etc/puppet/hieradata :hierarchy: - "servidores/%{clientcert}" - %{::ve} - common :puppet: :datasource: data problem is on "servidores/%{clientcert}". If it is %{::clientcert}
2004 Mar 02
1
vorbisfile_example.c
Hi again, I can compile and run the file example. When it comes to the ov_open, the cursor keeps blinking.... I can not open my ogg file , no mather what i write or do... <p>How do I use this example?? should i use the cmd prompt in windows to make it work?? I want to debug it.... thanks a lot <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2004 Aug 06
1
Source Authentification
Hi, I've just switched to icecast 2... I was using some shell script that were re-encoding stream at differents bitrate but they aren't working anymore with icecast 2 :-( What is the new authentification protocol ? Previously, I was sending : SOURCE $PASSWORD $DESTMOUNTPOINT x-audiocast-name: $NAME x-audiocast-url: $URL x-audiocast-genre: $GENRE x-audiocast-bitrate: $BITRATE
2007 Sep 29
1
samba with iptables
Hi, system info: ubuntu 7.04 (Host OS) samba 3.0.24 (installed with apt-get) vmware-server 6.0.1 windows XP (Guest OS) I was using the iptables script provided by iptablesrocks.org. It's been quite useful, but I ran into a problem when I tried to connect samba. Without any iptables rules, I have no problem when connecting host os(ubuntu samba server) from guest os Windows XP. I referenced
2007 Apr 01
2
FLAC: decoding to WAV in the future
Hi, I'm a FLAC beginner and I had a question. Suppose I encode my whole CD collection now in the FLAC format, using the FLAC encoder version 1.1.4 (the most recent one at this time). Will I still be able to decode all FLAC files to WAV files in the future using the latest FLAC decoder, when for example version 2.0 of FLAC (or a later version) is released or is it possible that at some point
2009 Jun 05
4
Recover ZFS destroyed dataset?
I was asked by a coworker about recovering destroyed datasets on ZFS - and whether it is possible at all? As a related question, if a filesystem dataset was recursively destroyed along with all its snapshots, is there some means to at least find some pointers whether it existed at all? I remember "zpool import -D" can be used to import whole destroyed pools. But crawling around the
2013 Mar 22
1
Virtio and GEOM labels
I'm running FreeBSD 9-STABLE as a guest under RHEL 6.4 KVM virtualisation. I have networking and storage in the FreeBSD guest using the Virtio drivers (with the virtual disk set to "Virtio" in the definition on the host). Everything is working nicely: I have a vtnet network adapter and see vtbd devices for my virtual disks in FreeBSD. Performance is much better compared with an
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
Hi, I''m trying to figure the most efficient way to model the following. I can think of at least two ways to relate the tables but from a client/server perspective! I''m wondering how to best (and elegantly)relate them from an AR perspective. A project has many people, A person can work on many projects at any time, A project has many roles, A role is performed by a person, A
2006 Jul 28
20
3510 JBOD ZFS vs 3510 HW RAID
Hi there Is it fair to compare the 2 solutions using Solaris 10 U2 and a commercial database (SAP SD scenario). The cache on the HW raid helps, and the CPU load is less... but the solution costs more and you _might_ not need the performance of the HW RAID. Has anybody with access to these units done a benchmark comparing the performance (and with the pricelist in hand) came to a conclusion.
2007 Oct 16
2
CentOS to support ICH9
Hi, full ICH9 support for Centos 5 can be found http://fs12.vsb.cz/hrb33/pub/ Take it as a workaround until CentOS 5.1 is released. I hope ICH9 to be included in this version. Support is done by backporting from new kernel versions. Delta file is created with mkdeltaiso from CentOS-5.0-i386-bin-DVD.iso, so full image can be created with applydeltaiso. Regards, David Hrb??
2009 Jul 23
1
help with randomisation test...
Dear R-people, I hope asking this is not too cheeky, but I do have a R Problem. I hope that some of you like to play around with R and can help me. Its like this. I have several plant species (A,B,C) and 10 replicates per species. 5 plants per species are damaged, 5 not. I let a caterpillar feed on each plant and measured the growth of the caterpillars on control plants (CR) and on damaged