Am 04.04.2014 14:31, schrieb Claudio Freire:
2 minutes on an SSD?
It's CPU bound, not IO bound (for me, 780MB /var/log/journal => 3 minutes to verify, just reading takes ~3 seconds with SSD)
That's completely unworkable for rotating media (they're *orders of magnitude* slower for random access).
Never ever put the persistant journal onto rotating rust. Just use syslog. Due to the genius design, the files fragment heavily and thrash the disk. Even plain "systemctl status foo.service" which looks into journal for logs will take 30+ seconds with journal on non-SSD.
Can you test that on rotating media please? A great deal of us are still using spinning rust for our storage needs, testing on SSD and calling it representative is probably as wrong as you can get.
Putting the journal on anything but SSD or RAM is as wrong as you can get :-) -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org