Opened 14 years ago
Last modified 8 years ago
#255 new enhancement
AFS cache partition — at Version 2
Reported by: | ezyang | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description (last modified by ezyang)
This seems to work reasonably (no journaling since we don't care about crash recovery, needs lots of inodes). 11G, since AFS checks for at least 5% extra room for our 10G cache.
mkfs.ext4 -O ^has_journal -m 0 -N 1000000 /dev/xvds1
Need to migrate s-a and p-b, and all of the new F15 servers. Also update the Kickstart.
Given mild testing seems to have fixed major load problems, but we should wait for another 24hr cycle to be sure.
If corruption is detected, we don't want to fsck. Instead, blow the partition away and make a new filesystem. This requires us to do some boot script hacking.
Change History (2)
comment:1 Changed 14 years ago by andersk
- Description modified (diff)
comment:2 Changed 14 years ago by ezyang
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.