Originally posted by microcode
View Post
Announcement
Collapse
No announcement yet.
XFS Online Repair Functionality To Undergo A Massive Design Review
Collapse
X
-
-
Originally posted by microcode View Post
Is there a way to make CoW the default behaviour for something like that, or is that a tools issue?
Code:alias cp='cp --reflink=auto --sparse=always'
- Likes 1
Leave a comment:
-
Originally posted by uxmkt View PostXFSv5 has CRCs (see mkfs.xfs / xfs_info). CoW is done (cp --reflink a b).
Code:# xfs_info / meta-data=/dev/mapper/cr-auto-1 isize=512 agcount=16, agsize=7806160 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=0 = reflink=1 bigtime=0 inobtcount=0
Leave a comment:
-
Originally posted by waxhead View Post
Well if the data is stored on BTRFS backups and XFS is able to let you know what file(s) went toast then it might be a viable solution still.
- Likes 3
Leave a comment:
-
Originally posted by jacob View Post
As Linus once said, users care about their data, not metadata. There is no point in having great consistent metadata if the data themselves are corrupt.
Leave a comment:
-
Originally posted by splatterlight View PostCode:crc=value This is used to create a filesystem which maintains and checks CRC information in all metadata objects on disk. The value is either 0 to disable the feature, or 1 to enable the use of CRCs.
- Likes 7
Leave a comment:
-
Code:crc=value This is used to create a filesystem which maintains and checks CRC information in all metadata objects on disk. The value is either 0 to disable the feature, or 1 to enable the use of CRCs.
- Likes 3
Leave a comment:
-
XFSv5 has CRCs (see mkfs.xfs / xfs_info). CoW is done (cp --reflink a b).
Code:# xfs_info / meta-data=/dev/mapper/cr-auto-1 isize=512 agcount=16, agsize=7806160 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=0 = reflink=1 bigtime=0 inobtcount=0
- Likes 3
Leave a comment:
-
I am quite biased towards BTRFS, but this is really interesting news. I have not looked much into XFS in recent years, and I assume that the online repair is only for metadata, but it is still a step in the right direction. Last thing I heard was that XFS was working on copy on write and subvolumes , but I assume that bad data can not be detected (no checksums??) - is this still true?
Leave a comment:
-
XFS Online Repair Functionality To Undergo A Massive Design Review
Phoronix: XFS Online Repair Functionality To Undergo A Massive Design Review
The XFS file-system updates have been submitted and merged for the ongoing Linux 5.18 merge window...
https://www.phoronix.com/scan.php?pa...18-XFS-ChangesTags: None
Leave a comment: