* btrfs on RHEL7 (kernel 3.10.0) production ready?
@ 2019-08-03 10:09 Ulli Horlacher
2019-08-03 11:19 ` Nikolay Borisov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ulli Horlacher @ 2019-08-03 10:09 UTC (permalink / raw)
To: linux-btrfs
I have RHEL 7 and CentOS 7.6 servers with kernel 3.10.0 and btrfs-progs v4.9.1
Is btrfs there ready for production usage(*)?
I will not use any btrfs RAID modes, because I have hardware RAID.
I just want to use (some few) snapshots.
The filesystem will have 50 TB and the server (VM) has 8 CPUs and 8 GB RAM.
Any recommendations?
(*) A (web based) file server, see https://fex.rus.uni-stuttgart.de/
--
Ullrich Horlacher Server und Virtualisierung
Rechenzentrum TIK
Universitaet Stuttgart E-Mail: horlacher@tik.uni-stuttgart.de
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/
REF:<20190803100928.GB29941@tik.uni-stuttgart.de>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: btrfs on RHEL7 (kernel 3.10.0) production ready?
2019-08-03 10:09 btrfs on RHEL7 (kernel 3.10.0) production ready? Ulli Horlacher
@ 2019-08-03 11:19 ` Nikolay Borisov
2019-08-03 12:24 ` Adam Borowski
2019-08-03 18:01 ` Chris Murphy
2 siblings, 0 replies; 4+ messages in thread
From: Nikolay Borisov @ 2019-08-03 11:19 UTC (permalink / raw)
To: linux-btrfs
On 3.08.19 г. 13:09 ч., Ulli Horlacher wrote:
> I have RHEL 7 and CentOS 7.6 servers with kernel 3.10.0 and btrfs-progs v4.9.1
> Is btrfs there ready for production usage(*)?
>
> I will not use any btrfs RAID modes, because I have hardware RAID.
> I just want to use (some few) snapshots.
>
> The filesystem will have 50 TB and the server (VM) has 8 CPUs and 8 GB RAM.
>
> Any recommendations?
>
> (*) A (web based) file server, see https://fex.rus.uni-stuttgart.de/
>
Vendor-specific enquiries should be directed at the respective vendor.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: btrfs on RHEL7 (kernel 3.10.0) production ready?
2019-08-03 10:09 btrfs on RHEL7 (kernel 3.10.0) production ready? Ulli Horlacher
2019-08-03 11:19 ` Nikolay Borisov
@ 2019-08-03 12:24 ` Adam Borowski
2019-08-03 18:01 ` Chris Murphy
2 siblings, 0 replies; 4+ messages in thread
From: Adam Borowski @ 2019-08-03 12:24 UTC (permalink / raw)
To: linux-btrfs
On Sat, Aug 03, 2019 at 12:09:28PM +0200, Ulli Horlacher wrote:
> I have RHEL 7 and CentOS 7.6 servers with kernel 3.10.0 and btrfs-progs v4.9.1
> Is btrfs there ready for production usage(*)?
Hell no!
It's a truly ancient kernel, from the times btrfs wasn't considered stable.
There's a lot of backports atop it, which for a quickly evolving filesystem
are pretty unsafe unless there's a large team doing that work.
And unlike SLES, there's none. This led to notorious breakages, with Red
Hat finally declaring btrfs unsupported on their distributions.
Thus, if you care about your data at all, please use a modern kernel.
Meow!
--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢰⠒⠀⣿⡁ Imagine there are bandits in your house, your kid is bleeding out,
⢿⡄⠘⠷⠚⠋⠀ the house is on fire, and seven big-ass trumpets are playing in the
⠈⠳⣄⠀⠀⠀⠀ sky. Your cat demands food. The priority should be obvious...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: btrfs on RHEL7 (kernel 3.10.0) production ready?
2019-08-03 10:09 btrfs on RHEL7 (kernel 3.10.0) production ready? Ulli Horlacher
2019-08-03 11:19 ` Nikolay Borisov
2019-08-03 12:24 ` Adam Borowski
@ 2019-08-03 18:01 ` Chris Murphy
2 siblings, 0 replies; 4+ messages in thread
From: Chris Murphy @ 2019-08-03 18:01 UTC (permalink / raw)
To: Btrfs BTRFS; +Cc: Ulli Horlacher
On Sat, Aug 3, 2019 at 4:09 AM Ulli Horlacher
<framstag@rus.uni-stuttgart.de> wrote:
>
> I have RHEL 7 and CentOS 7.6 servers with kernel 3.10.0 and btrfs-progs v4.9.1
> Is btrfs there ready for production usage(*)?
No, Btrfs is deprecated in RHEL.
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.4_Release_Notes/chap-Red_Hat_Enterprise_Linux-7.4_Release_Notes-Deprecated_Functionality.html
Discussion here:
https://lwn.net/Articles/729488/
https://news.ycombinator.com/item?id=14907771
https://access.redhat.com/discussions/3138231
If you want to use Btrfs in production, and have distribution support,
you'd need to consider SUSE. If you want a similar feature set to
Btrfs, but remain supported on RHEL, you'd need to discuss it with
your Red Hat account manager.
If upstream support for Btrfs is adequate then you'll want to use a
recent stable kernel, and have a test and update strategy for
balancing out the risk of incorporating new kernels as they're
released vs the risk of using a fixed kernel version that grows stale
over time.
--
Chris Murphy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-08-03 18:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-03 10:09 btrfs on RHEL7 (kernel 3.10.0) production ready? Ulli Horlacher
2019-08-03 11:19 ` Nikolay Borisov
2019-08-03 12:24 ` Adam Borowski
2019-08-03 18:01 ` Chris Murphy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).