Rich Freeman on 25 Apr 2016 17:33:16 -0700
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
|
- From: Rich Freeman <r-plug@thefreemanclan.net>
- To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
- Subject: Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- Date: Mon, 25 Apr 2016 20:33:10 -0400
- Cc: Mark Bergman <bergman@merctech.com>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-transfer-encoding; bh=c8zyPVOqA6ZqX5GBR/u0xWYKmsrbFfZD5hvYuzbAN4A=; b=u1Z+eYkCFHss5vzNz3HqBXymScClwvVNrTURXnyKN8CapcS/O9+h/MWvVLsI0UkIha qpkegGrr33t9I7ZDYBTcqHZ3n+/OoZ4tOlRcrswnG3vh2o5EIypXwLfI7TcTOoEwe6TV GQJjZ3N75JgyXE5VYbujnLIOO+FtSXUbs9m3PJ1t1aLAF4quEBeZa+tbkNp4LJkMevHh LMuRLJOnoGkJE6UyFypAQbUvk6YGOGKdUNskvpZzghVXNuVUez7F6FpPOXR20FHJw5LV UgH1BONseylKNvLddJ9KsPz/AdF4tAR/lOqpYW3sNtYgtbKipg4rT16g4+9NpAUBkxfC qSCg==
- Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
On Mon, Apr 25, 2016 at 7:46 PM, Keith C. Perry
<kperry@daotechnologies.com> wrote:
>
> Therefore, while it may be technically correct to say one file system is better than another, practically speaking talking about bit flips from cosmic ray isn't alone enough of a motivator to choose one file system over another (assuming you can definitively say that a particular file system is better suited to handle randomly occurring bit flips). XFS has error detection and redundancy, I think EXT4 does too. Of course BTRFS and ZFS do so that's simply not enough of a practical argument when other parts of data storage and retrieve process also have some level of these functions.
As far as I'm aware neither xfs nor ext4 support redundancy. If you
have a citation to the contrary by all means provide it. You can run
them on top of RAID, but every RAID implementation I'm aware of can't
handle silent bit flips. If the drive doesn't return an error then
they assume the data must be good.
If course you could create a device-level RAID implementation that
supports block-level checksumming and failover, but as far as I'm
aware nobody has actually done it.
> I agree, bad data and corrupt data are not the same and point is that a silent failure at the file system layer would treat good, bad and corrupt data equally.
The only guarantee that btrfs provides is that whatever you write to
it gets read back. It WILL detect silent failure past this point, but
of course if you overwrite data/etc from userspace it will happily do
so.
--
Rich
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
- References:
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Keith C. Perry" <kperry@daotechnologies.com>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Keith C. Perry" <kperry@daotechnologies.com>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: Rich Freeman <r-plug@thefreemanclan.net>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Keith C. Perry" <kperry@daotechnologies.com>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: Rich Freeman <r-plug@thefreemanclan.net>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: bergman@merctech.com
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Keith C. Perry" <kperry@daotechnologies.com>