xtractly wrote:
Is there anyway to use reiserfs instead of ext3 on a linode. We ran into problems trying to store a few million files. The issues are known ext3 issues.
Have you considered ext4 instead?
Reiserfs is a well designed filesystem but the chef developer is now locked up and everyone else has moved away from it.
Maybe it's possible to look at what your application is doing? It looks like it should split its storage over multiple directories like BackupPC or Cyrus does instead of dumping too many in one directory. That's better regardless of filesystem.