Your Parcel is in DHL COMPANY.

2021-01-30 Thread mrs daniella kyle
Hello, How are you? Happy 2021, hope this letter will meet you in good health? Please hear me, I have something important to share with you, This is about your parcel that was due for shipment to your address, till now your parcel is still there in DHL courier express company Burkina Faso. You c

Re: df missing filesystem when run on subvolume

2016-11-09 Thread Kyle Gates
Resending, hopefully correct formatting. As the title suggests, running the df command on a subvolume doesn't return a filesystem. I'm not sure where the problem lies or if anyone else has noticed this. Some programs fail to detect free space as a result. Example for clarification:

df missing filesystem when run on subvolume

2016-11-02 Thread Kyle Gates
As the title suggests, running the df command on a subvolume doesn't return a filesystem. I'm not sure where the problem lies or if anyone else has noticed this. Some programs fail to detect free space as a result. Example for clarification: kyle@home:~$ sudo mount -o subvol=@data

Re: Monitoring Btrfs

2016-10-17 Thread Kyle Manna
On Mon, Oct 17, 2016 at 9:44 AM, Stefan Malte Schumacher wrote: > Hello > > I would like to monitor my btrfs-filesystem for missing drives. On > Debian mdadm uses a script in /etc/cron.daily, which calls mdadm and > sends an email if anything is wrong with the array. I would like to do > the same

Re: your mail

2016-09-01 Thread Kyle Gates
f -h / > > Filesystem Size Used Avail Use% Mounted on > > /dev/sda296G 61G 33G 66% / > > > I think you're using an old kernel, this has been working since at least 4.5, > but > was broken in some older releases. M G is running 4.7.2 The problem

Re: btrfs-balance causes system-freeze on full disk

2015-10-21 Thread Kyle Manna
I had a number of similar btrfs balance crashes in the past few days, but the disk wasn't full. You should try tailing the system logs from a remote machine when it happens. You'll likely see some bug info before the system dies and becomes unusable. The issue I encountered is described @ https:/

Re: How to remove missing device on RAID1?

2015-10-21 Thread Kyle Manna
ize as missing disk on >> some other filesystem >> - btrfs replace start 1 /dev/loopX >> - remove /dev/loopX from the filesystem >> - remount filesystyem without degraded >> And remove /dev/loopX >> >> >> On Tue, Oct 20, 2015 at 11:48 PM, Kyle Manna &l

Re: How to remove missing device on RAID1?

2015-10-20 Thread Kyle Manna
missing device ID: btrfs device usage ᐧ On Tue, Oct 20, 2015 at 1:58 PM, Duncan <1i5t5.dun...@cox.net> wrote: > Kyle Manna posted on Tue, 20 Oct 2015 10:24:48 -0700 as excerpted: > >> Hi all, >> >> I have a collection of three (was 4) 1-2TB devices with data and >&g

How to remove missing device on RAID1?

2015-10-20 Thread Kyle Manna
-progs git repo shows that `stat("missing")` is called, which of course fails since missing isn't a block device. Nothing other then `btrfs replace` seemed intuitive and all the docs mention the older command. What's the move? Thanks! - Kyle Versions: Kernel: 4.2.3-

possible enhancement: failing device converted to a seed device

2015-07-02 Thread Kyle Gates
tem? This would make the failing device RO, while keeping the filesystem as a whole RW thereby allowing the user additional protection when recovering/balancing. Is this a feasible/realistic request? Thanks, Kyle -- To unsubscribe from this list: send the lin

Re: RAID1, SSD+non-SSD

2015-02-07 Thread Kyle Manna
On Fri Feb 06 2015 at 12:06:33 PM Brian B wrote: > > My laptop has two disks, a SSD and a traditional magnetic disk. I plan > to make a partition on the mag disk equal in size the SSD and set up > BTRFS RAID1. This I know how to do. > > The only reason I'm doing the RAID1 is for the self-healing.

ssd mode on rotational media

2015-01-07 Thread Kyle Gates
What issues would arise if ssd mode is activated because of a block layer setting the rotational flag to zero? This happens for me running btrfs on bcache. Would it be beneficial to pass the no_ssd flag? Thanks, Kyle -- To unsubscribe from this list

RE: [PATCH] Btrfs-progs: rebuild the crc tree with --init-csum-tree

2014-10-01 Thread Kyle Gates
opies? Thanks, Kyle > From: jba...@fb.com > To: linux-btrfs@vger.kernel.org > Subject: [PATCH] Btrfs-progs: rebuild the crc tree with --init-csum-tree > Date: Wed, 1 Oct 2014 10:34:51 -0400 > > We have --init-csum-tree, which just empties the csum tree. I'm not sure why > we

RE: general thoughts and questions + general and RAID5/6 stability?

2014-09-23 Thread Kyle Gates
8.518887] BTRFS info (device sde5): disk space caching is enabled [    8.524064] BTRFS: has skinny extents [    9.634285] BTRFS info (device sdd6): enabling auto defrag [    9.639308] BTRFS info (device sdd6): disk space caching is enabled [    9.644338] BTRFS: has skinny extents Thanks, Kyle

RE: btrfs balance enospc

2014-09-16 Thread Kyle Gates
> From: li...@colorremedies.com > Date: Tue, 16 Sep 2014 11:26:16 -0600 > > > On Sep 16, 2014, at 10:51 AM, Mark Murawski > wrote: > >> >> Playing around with this filesystem I hot-removed a device from the >> array and put in a replacement. >> >> Label: 'Root' uuid: d71404d4-468e-47d5-8f06-3b65f

Re: Questions on using BtrFS for fileserver

2014-08-19 Thread Kyle Manna
ecause you can add/remove/resize the cache without recreating the filesystem. If you're interested, take a peek at the man page for lvmcache. - Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More ma

RE: [PATCH] btrfs-progs: mkfs: remove experimental tag

2014-08-01 Thread Kyle Gates
> From: dste...@suse.cz > To: linux-btrfs@vger.kernel.org > CC: dste...@suse.cz > Subject: [PATCH] btrfs-progs: mkfs: remove experimental tag > Date: Thu, 31 Jul 2014 14:21:34 +0200 > > Make it consistent with kernel status and documentation. > > Signed-of

RE: [PATCH 2/2] btrfs-progs: Unify the messy error message formats

2014-07-29 Thread Kyle Gates
> Date: Tue, 29 Jul 2014 11:18:17 +0900 > From: takeuchi_sat...@jp.fujitsu.com > To: kylega...@hotmail.com; linux-btrfs@vger.kernel.org > Subject: Re: [PATCH 2/2] btrfs-progs: Unify the messy error message formats > > Hi Kyle, > >

RE: [PATCH 2/2] btrfs-progs: Unify the messy error message formats

2014-07-28 Thread Kyle Gates
small wording error inline below > Date: Fri, 25 Jul 2014 15:17:05 +0900 > From: takeuchi_sat...@jp.fujitsu.com > To: linux-btrfs@vger.kernel.org > Subject: [PATCH 2/2] btrfs-progs: Unify the messy error message formats > > From: Satoru Takeuchi > > - The

RE: File server structure suggestion

2014-07-16 Thread Kyle Gates
> > Then there's raid10, which takes more drives and is faster, but is still > limited to two mirrors. But while I haven't actually used raid10 myself, > I do /not/ believe it's limited to pair-at-a-time additions. I believe > it'll take, for instance five devices, just fine, staggering chunk > al

Btrfs shows incorrect disk size after running a replace command

2014-01-21 Thread Kyle Bentley
devid1 size 698.64GB used 495.03GB path /dev/sdb Btrfs v0.20-rc1 The disks show up as the 750 GB, when they are in fact 1 TB. smartctl for each drive shows root@Lore:/home/kyle# smartctl -i /dev/sda |grep "User Capacity" User Capacity:1,000,204,886,016 bytes [1.00 TB] root@Lo

RE: How does btrfs handle bad blocks in raid1?

2014-01-09 Thread Kyle Gates
On Thu, 9 Jan 2014 11:40:20 -0700 Chris Murphy wrote: > > On Jan 9, 2014, at 3:42 AM, Hugo Mills wrote: > >> On Thu, Jan 09, 2014 at 11:26:26AM +0100, Clemens Eisserer wrote: >>> Hi, >>> >>> I am running write-intensive (well sort of, one write every 10s) >>> workloads on cheap flash media which pr

Re: Can scrub also refresh?

2013-12-04 Thread Kyle Evans
On 12/04/2013 04:50 PM, Chris Murphy wrote: Otherwise to answer the question, balance is what you're after. It reads and writes all chunks. Brilliant! Thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@

Can scrub also refresh?

2013-12-04 Thread Kyle Evans
Basically, is there a way to force the refresh of the magnetic state of data? I assume scrub does this only when a read error has been encountered. Does anyone think it would be a good option to write 100% of the data back on request? I am asking because I have ddrescue running on a hard drive th

RE: Does btrfs "raid1" actually provide any resilience?

2013-11-14 Thread Kyle Gates
On 11/14/2013 11:35 AM, Lutz Vieweg wrote: > > On 11/14/2013 06:18 PM, George Mitchell wrote: >> The read only mount issue is by design. It is intended to make sure you >> know exactly what is going >> on before you proceed. > > Hmmm... but will a server be able to continue its operation (inclu

Re: [PATCH] Btrfs: fix broken nocow after balance

2013-06-12 Thread Kyle Gates
being balanced. Thanks, Kyle Tested-by: Kyle Gates Reported-by: Kyle Gates Signed-off-by: Liu Bo Signed-off-by: Miao Xie --- fs/btrfs/relocation.c | 44 1 file changed, 44 insertions(+) diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 39

Re: [PATCH] Btrfs: fix broken nocow after balance

2013-06-06 Thread Kyle Gates
he easiest and cleanest one. With this, updating fs/file tree will at least make a delayed ref if the file extent is really shared by several parents, we can make nocow happy again without having to check confusing last_snapshot. Works here. Extents are stable after a balance. Thanks, Kyle Test

Re: nocow 'C' flag ignored after balance

2013-05-30 Thread Kyle Gates
On Wed, May 29, 2013 Miao Xie wrote: On wed, 29 May 2013 10:55:11 +0900, Liu Bo wrote: On Tue, May 28, 2013 at 09:22:11AM -0500, Kyle Gates wrote: From: Liu Bo Subject: [PATCH] Btrfs: fix broken nocow after a normal balance [...] Sorry for the long wait in replying. This patch was

Re: nocow 'C' flag ignored after balance

2013-05-30 Thread Kyle Gates
On Tue, May 28, 2013, Liu Bo wrote: On Tue, May 28, 2013 at 09:22:11AM -0500, Kyle Gates wrote: >From: Liu Bo > >Subject: [PATCH] Btrfs: fix broken nocow after a normal balance > [...] Sorry for the long wait in replying. This patch was unsuccessful in fixing the problem (on m

Re: nocow 'C' flag ignored after balance

2013-05-28 Thread Kyle Gates
file extent's generation while walking relocated file extents in data reloc root, and use file extent's generation instead for checking if we have cross refs for the file extent. That way we can make nocow happy again and have no impact on others. Reported-by: Kyle Gates Signed-off-by:

Re: nocow 'C' flag ignored after balance

2013-05-17 Thread Kyle Gates
On Fri, 17 May 2013 15:04:45 +0800, Liu Bo wrote: On Thu, May 16, 2013 at 02:11:41PM -0500, Kyle Gates wrote: and mounted with autodefrag Am I actually just seeing large ranges getting split while remaining contiguous on disk? This would imply crc calculation on the two outside ranges. Or

Re: nocow 'C' flag ignored after balance

2013-05-16 Thread Kyle Gates
On Fri, May 10, 2013 Liu Bo wrote: On Thu, May 09, 2013 at 03:41:49PM -0500, Kyle Gates wrote: I'll preface that I'm running Ubuntu 13.04 with the standard 3.8 series kernel so please disregard if this has been fixed in higher versions. This is on a btrfs RAID1 with 3 then 4 disks. M

Re: nocow 'C' flag ignored after balance

2013-05-10 Thread Kyle Gates
On Fri, May 10, 2013 Liu Bo wrote: On Thu, May 09, 2013 at 03:41:49PM -0500, Kyle Gates wrote: I'll preface that I'm running Ubuntu 13.04 with the standard 3.8 series kernel so please disregard if this has been fixed in higher versions. This is on a btrfs RAID1 with 3 then 4 disks. M

nocow 'C' flag ignored after balance

2013-05-09 Thread Kyle Gates
checksummed thereby breaking the nocow flag? I have made no snapshots and made no writes to said files while the balance was running. Thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.or

btrfs-endio-wri periodically blocking

2013-04-03 Thread Kyle
ause this and whether it's harmful or not. Thanks, Kyle 00:00:33 kernel: INFO: task btrfs-endio-wri:1371 blocked for more than 120 seconds. 00:00:33 kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 00:00:33 kernel: btrfs-endio-wri D fff

Re: Impossible or Possible to Securely Erase File on Btrfs?

2013-03-18 Thread Kyle
On 3/18/2013 3:09 PM, Chris Murphy wrote: On Mar 18, 2013, at 12:57 PM, Hugo Mills wrote: On Mon, Mar 18, 2013 at 02:15:17PM -0400, Kyle wrote: After reading through the btrfs documentation I'm curious to know if it's possible to ever securely erase a file from a btrfs filesyst

Impossible or Possible to Securely Erase File on Btrfs?

2013-03-18 Thread Kyle
this? Regards, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

btrfs bug reports?

2013-03-14 Thread Kyle
981046] [] ? gs_change+0x13/0x13 Mar 14 12:26:27 Galois kernel: [63517.997067] ---[ end trace eaefef2d5cf0d588 ]--- Regards, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http:/

RE: no space left on device.

2012-11-02 Thread Kyle Gates
> So I have ended up in a state where I can't delete files with rm. > > the error I get is no space on device. however I'm not even close to empty. > /dev/sdb1 38G 27G 9.5G 75% > there is about 800k files/dirs in this filesystem > > extra strange is that I can in another directory create and delete

RE: btrfs seems to do COW while inode has NODATACOW set

2012-10-26 Thread Kyle Gates
> > Wade, thanks. > > > > Yes, with the preallocated extent I saw the behavior you describe, and > > it makes perfect sense to alloc a new EXTENT_DATA in this case. > > In my case, I did another simple test: > > > > Before: > > item 4 key (257 INODE_ITEM 0) itemoff 3593 itemsize 160 > > inode gener

RE: problem replacing failing drive

2012-10-25 Thread Kyle Gates
> To: linux-btrfs@vger.kernel.org > From: samtyg...@yahoo.co.uk > Subject: Re: problem replacing failing drive > Date: Thu, 25 Oct 2012 22:02:23 +0100 > > On 22/10/12 10:07, sam tygier wrote: > > hi, > > > > I have a 2 drive btrfs raid set up. It was created

Re: raw partition or LV for btrfs?

2012-08-12 Thread Kyle Gates
I'm currently running a 1GB raid1 btrfs /boot with no problems. Also, I think the current grub2 has lzo support. -Original Message- From: Fajar A. Nugraha Sent: Sunday, August 12, 2012 5:48 PM To: Daniel Pocock Cc: linux-btrfs@vger.kernel.org Subject: Re: raw partition or LV for btrfs?

Re: balance disables nodatacow

2012-08-01 Thread Kyle Gates
On Mon, Jul 30, 2012 at 11:58 PM, Liu Bo wrote: > On 07/31/2012 12:35 PM, Kyle Gates wrote: > >> On Mon, Jul 30, 2012 at 9:00 PM, Liu Bo wrote: >>> On 07/31/2012 03:55 AM, Kyle Gates wrote: >>> >>>> I have a 3 disk raid1 filesystem mounted with nodataco

Re: balance disables nodatacow

2012-07-30 Thread Kyle Gates
On Mon, Jul 30, 2012 at 9:00 PM, Liu Bo wrote: > On 07/31/2012 03:55 AM, Kyle Gates wrote: > >> I have a 3 disk raid1 filesystem mounted with nodatacow. I have a >> folder in said filesystem with the 'C' NOCOW & 'Z' Not_Compressed >> flags set f

nocow flags

2012-03-02 Thread Kyle Gates
system. Thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: Set nodatacow per file?

2012-02-29 Thread Kyle Gates
> > Actually it is possible. Check out David's response to my question from > > some time ago: > > http://permalink.gmane.org/gmane.comp.file-systems.btrfs/14227 > > this was a quick aid, please see attached file for an updated tool to set > the file flags, now added 'z' for NOCOMPRESS flag, and

RE: btrfs-raid questions I couldn't find an answer to on the wiki

2012-01-31 Thread Kyle Gates
I've been having good luck with my /boot on a separate 1GB RAID1 btrfs filesystem using grub2 (2 disks only! I wouldn't try it with 3). I should note, however, that I'm NOT using compression on this volume because if I remember correctly it may not play well with grub (maybe that was just lzo thou

RE: btrfs-raid questions I couldn't find an answer to on the wiki

2012-01-30 Thread Kyle Gates
at was just lzo though) and I'm also not using subvolumes either for the same reason. Kyle > From: kreij...@inwind.it > To: 1i5t5.dun...@cox.net > Subject: Re: btrfs-raid questions I couldn't find an answer to on the wiki > Date:

RE: fstab mount options ignored on subsequent subvolume mounts

2012-01-18 Thread Kyle Gates
ented, but is > possible (save non-default subvol name with the subvol root and print in > show_options). > > > david Thanks for the clarification. I was under the impression that mounting multiple subvolumes with different options had been implemented. Perhaps someday it will be although for now there are more pressing issues. I appreciate everyone's hard work and look forward to the continued development of btrfs. many thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

btrfs-progs compile warnings on x86

2012-01-17 Thread Kyle Gates
: btrfs_cmds.c:1242:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majo

fstab mount options ignored on subsequent subvolume mounts

2012-01-17 Thread Kyle Gates
/Linux) with most recent btrfs-progs (2011-12-01) from linux/kernel/git/mason/btrfs-progs.git Thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordo