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
Updated by okurz 12 months ago
- Copied from action #162356: Treat OSD non-root mounts as non-critical for boot size:M added
Updated by okurz 12 months ago
- Copied to action #162362: 2024-06-15 osd not accessible - ensure healthy filesystems size:S added
Updated by robert.richardson 10 months ago
- Status changed from Workable to In Progress
- Assignee set to robert.richardson
Updated by openqa_review 10 months ago
- Due date set to 2024-08-15
Setting due date based on mean cycle time of SUSE QE Tools
Updated by robert.richardson 10 months ago
We decided to mount using ext4 without upgrading the filesystem.
Related Gitlab Merge Request #1240
Updated by okurz 10 months ago
- Due date deleted (
2024-08-15) - Status changed from In Progress to Resolved
https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1240 merged. I also changed o3.
Actions