similar to: Hot data Tracking

Displaying 20 results from an estimated 900 matches similar to: "Hot data Tracking"

2011 Jan 25
3
How to fasten btrfs?
Hi, I am using 2.6.36.3 kernel with btrfs, 512MB memory and a very slow disk, no special options for mounting btrfs except noatime. Now I found it very slow. When I rm a 5GB movie, it took 20 secs. -- 竹密岂妨流水过 山高哪阻野云飞 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at
2012 Feb 20
11
btrfs-convert processing time
Hi, I''m trying to convert two ext4 FS to btrfs, but I''m surprised by the time needed to do that conversion. The first FS is on a 500GiB block device, and btrfs-convert is running since more than 48h : root 1978 25.6 47.7 748308 732556 ? D Feb18 944:44 btrfs-convert /dev/vg-backup/backup The second is on a 340GiB block device, and the processing time is similar
2013 Feb 07
1
[PATCH] Btrfs: cleanup orphan reservation if truncate fails
I noticed we were getting lots of warnings with xfstest 83 because we have reservations outstanding. This is because we moved the orphan add outside of the truncate, but we don''t actually cleanup our reservation if something fails. This fixes the problem and I no longer see warnings. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- fs/btrfs/inode.c | 2 ++ 1
2005 Jul 27
3
Klicking sounds in background
Hello, I have an IVR with Intel HMP SIP stack, which is a peer behind my Asterisk box (Asterisk 1.0.7, Digium PRI). When dialing in via PSTN, there are klicking sounds in the background, which do not appear, when dialing in via SIP (using Asterisk as pbx). The issue does not seem to be an alaw/?law problem. I tried trunking two Asterisk boxes via IAX and then call via two asterisks, but the
2013 Oct 15
4
[PATCH] Btrfs: fix incorrect inode acl reset
When a directory has a default ACL and a subdirectory is created under that directory, btrfs_init_acl() is called when the subdirectory''s inode is created to initialize the inode''s ACL (inherited from the parent directory) but it was clearing the ACL from the inode after setting it if posix_acl_create() returned success, instead of clearing it only if it returned an error. To
2005 Feb 10
2
Replicated LDAP
Hello, I would like to have a central LDAP-Server in my main office and a replicated one in my satellite office, connected via VPN. Then I want my SAMBA-PDC in the satellite to use the local LDAP. I think this should end in: READ ---- Samba <-> Replicate WRITE ----- Samba -> Replicate <-referrer- Samba <-> Central
2012 Aug 01
1
Windows DomU with SSDs
Hi Everyone, We are thinking of venturing into the world of hosting Windows DomUs on our Xen infrastructure. As Windows generally requires a lot more IOPS than Linux does, we are trying to do everything we can to improve performance. While using SSDs would solve the IOPS problem, SSDs suffer from limited write cycles. So, we have the idea of using Flashcache from Facebook to use a single SSD as
2005 Feb 08
1
User Migration question
Hello, I would like to migrate my user-accounts from a Samba 2 to a Samba 3 setup. Old Setup: Samba 2 with PAM support. PAM uses LDAP to store PosixAccounts New Setup: Samba 3 with "native" LDAP. PosixAccounts are already migrated to my new LDAP server. I tried pdbedit with my old smbpasswd file: ---snip--- # pdbedit -i smbpasswd:./smbpasswd build_sam_account: smbpasswd database
2013 Jun 01
4
Re: Standalone guestfs
On Sat, 01 Jun 2013 20:54:15 +0100, Richard W.M. Jones wrote: > On Sat, Jun 01, 2013 at 02:27:50PM +0000, Gabriel de Perthuis wrote: >> Hello, >> As I understand it guestfs appliances normally work as servers >> and run high-level commands from some external channel. > > This is the normal architecture when you're using libguestfs to access > a VM or disk image:
2006 May 20
5
Can lmer() fit a multilevel model embedded in a regression?
I would like to fit a hierarchical regression model from Witte et al. (1994; see reference below). It's a logistic regression of a health outcome on quntities of food intake; the linear predictor has the form, X*beta + W*gamma, where X is a matrix of consumption of 82 foods (i.e., the rows of X represent people in the study, the columns represent different foods, and X_ij is the amount of
2005 Feb 07
2
smbpasswd -w
Hi, I try to set up samba (latest) to use LDAP. I get # smbpasswd -w secret -w not available unless configured --with-ldapsam I xompiled with LDAP support. Any hints? -- Jochen Witte <devnull@alpha-lab.net>
2012 Apr 23
1
Backup of btrfs with metadata?
I know this question was asked, oh, a year ago, and the answer was "No." But I''m wondering if anything''s changed in the interim. Specifically, shy of "dd", is there any way to back up the files and metadata on a btrfs partition? Thanks! -Ken -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message
2011 Feb 10
2
[PATCH] Btrfs-progs new btrfs_error() macro to deprecate fprintf(stderr, ...)
Hi, This patch add a new macro called btrfs_error(...) which deprecate the use of fprintf(stderr, ...) regards, Eduardo
2010 Mar 02
3
BackupPC, per-dir hard link limit, Debian packaging
I realise that the hard link limit is in the queue to fix, and I read the recent thread as well as the older (october I think) thread. I just wanted to note that BackupPC *does* in fact run into the hard link limit, and its due to the dpkg configuration scripts. BackupPC hard links files with the same content together by scanning new files and linking them together, whether or not they started
2013 Jan 30
8
RAID 0 across SSD and HDD
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''ve been unable to find anything definitive about what happens if I use RAID0 to join an SSD and HDD together with respect to performance (latency, throughput). The future is obvious (hot data tracking, using most appropriate device for the data, data migration). In my specific case I have a 250GB SSD and a 500GB HDD, and about 250GB of
2012 Jan 05
1
Set primary group of file on samba share from windows
Hi all! I want to use 'acl group control' setting to delegate privileges to specific administrators. Unfortunately, I'm unable to set the primary group using windows file permissions dialog, I can only add and remove ACL groups. I tried to do this by removing all groups but one from Windows. This doesn't work: the primary group has all privs removed and the extra group is
2012 Feb 13
1
Cross-subvolume reflink copy (BTRFS_IOC_CLONE over subvolume boundaries)
It''s been nearly a year since the patches needed to implement a reflinked copy between subvolumes have been posted (http://permalink.gmane.org/gmane.comp.file-systems.btrfs/9865 ) and I still get "Invalid cross-device link" error with Linux 3.2.4 while I try to do a cp --reflink between subvolumes. This is a *very* useful feature to have (think offline file-level
2012 Mar 27
13
Create subvolume from a directory?
Hi all, Just a quick question but can''t find an obvious answer. Can I create/convert a existing (btrfs) directory into a subvolume? It would be very helpful when transferring ''partitions'' into btrfs. I found a similar question way back in google, but that site is down now generally. Thanks in advance. -- To unsubscribe from this list: send the line
2015 Oct 15
2
[PATCH 2/4] Remove unused linker scripts
On Mon, Oct 5, 2015 at 2:15 PM, celelibi--- via Syslinux <syslinux at zytor.com> wrote: > From: Sylvain Gault <sylvain.gault at gmail.com> > > Some linker scripts were splitted into i386 and x86_64 versions in > commit d8eede3f2a360163235fad222a0190cd7c5bef38 but older scripts were > left there. > > Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
2012 Jun 11
11
KVM on top of BTRFS
What are the recommendations for running KVM images on BTRFS systems using kernel 3.4?  I saw older posts on the web complaining about poor performance, but I know a lot of work has gone into btrfs since then.  There also seemed to be the nocow option, but I didn''t find anything that said it actualy helped. Anybody have ideas? Thanks, Matt -- To unsubscribe from this list: send the line