Actions
action #162359
closedChange OSD root to more modern filesystem mount options size:S
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2024-06-17
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
#162332-7 / is still treated as "ext3". Consider moving to "ext4". mount
already says the filesystem is mounted as "ext4".
File also says "ext4":
martchus@openqa:~> sudo file --special-files /dev/vda1
/dev/vda1: Linux rev 1.0 ext4 filesystem data, UUID=… (needs journal recovery) (large files)
Suggestions¶
- Read pages on https://ext4.wiki.kernel.org/index.php/Main_Page e.g. https://ext4.wiki.kernel.org/index.php/Ext4_Metadata_Checksums
- Read https://wiki.archlinux.org/title/Ext4#Migrating_from_ext2/ext3_to_ext4 and decide if you want to do the full conversion or just mount as ext4 which has less benefits but is easier
Actions