Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
xfsprogs.34579
xfsprogs-mkfs-disable-reflink-support-by-defaul...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xfsprogs-mkfs-disable-reflink-support-by-default.patch of Package xfsprogs.34579
From 4e4a3885cf4efebdbb4551c1da6b9723c5c15ac9 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos <ailiop@suse.com> Date: Wed, 28 Jul 2021 20:36:40 +0200 Subject: [PATCH] mkfs: disable reflink support by default References: jsc#sle-17360 Do not format xfs filesystems with reflink support by default, as the feature is read-only compatible, and read-write compatibility is required to be maintained within product stream (SLE15). Signed-off-by: Anthony Iliopoulos <ailiop@suse.com> --- mkfs/xfs_mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: xfsprogs-5.13.0/mkfs/xfs_mkfs.c =================================================================== --- xfsprogs-5.13.0.orig/mkfs/xfs_mkfs.c +++ xfsprogs-5.13.0/mkfs/xfs_mkfs.c @@ -3848,7 +3848,7 @@ main( .finobt = true, .spinodes = true, .rmapbt = false, - .reflink = true, + .reflink = false, .inobtcnt = false, .parent_pointers = false, .nodalign = false,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor