From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 78651] Write performance of ext4 degrades linearly as volume fills
Date: Wed, 09 Jul 2014 03:27:45 +0000 [thread overview]
Message-ID: <bug-78651-13602-FykloBi6G5@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-78651-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=78651
--- Comment #15 from Joseph D. Wagner <joe@josephdwagner.info> ---
Assuming these don't change across reboots:
253, 1 -> /dev/dm-1 -> system-os
253, 3 -> /dev/dm-3 -> backup (destination)
253, 5 -> /dev/dm-5 -> data-home (source)
I used the same options for formatting. Here are the exact commands:
$ mke2fs -E lazy_itable_init=0,lazy_journal_init=0 -J size=1024 -L backup -m 1
-t ext4 -v /dev/mapper/backup
$ mke2fs -E lazy_itable_init=0,lazy_journal_init=0 -J size=256 -L backup -m 1
-t ext4 -v /dev/mapper/backup
Here is the exact command for the ftrace and dump:
$ trace-cmd record -o /root/ftrace/trace.dat \
-e jbd2:jbd2_checkpoint \
-e jbd2:jbd2_run_stats \
dump -${DUMPLEVEL} -a -b 64 -u -A "${TARGET_TOC}" -f "${TARGET_IMG}" -Q
"${TARGET_QFA}" "${SNAPSHOT_PATH}"
Often (but not always), I would set the system to shutdown immediately after
backup. However, it was mounted automatically by /etc/fstab on each boot, and
it was left mounted in the background.
Prior to submitting these bug report, I had been running without reformatting
for a number of months. I just finally got sick of it when I submitted my
report.
What do you think should be the next step? Reformat with those options, and
rerun with a trace?
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2014-07-09 3:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-22 5:44 [Bug 78651] New: Write performance of ext4 degrades linearly as volume fills bugzilla-daemon
2014-06-22 5:45 ` [Bug 78651] " bugzilla-daemon
2014-06-22 23:18 ` bugzilla-daemon
2014-07-05 17:14 ` bugzilla-daemon
2014-07-06 12:52 ` bugzilla-daemon
2014-07-06 17:57 ` bugzilla-daemon
2014-07-07 6:00 ` bugzilla-daemon
2014-07-07 6:53 ` bugzilla-daemon
2014-07-07 12:29 ` bugzilla-daemon
2014-07-08 13:42 ` bugzilla-daemon
2014-07-08 13:42 ` bugzilla-daemon
2014-07-08 13:43 ` bugzilla-daemon
2014-07-08 13:43 ` bugzilla-daemon
2014-07-08 13:43 ` bugzilla-daemon
2014-07-08 14:23 ` bugzilla-daemon
2014-07-09 3:27 ` bugzilla-daemon [this message]
2014-07-09 3:30 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-78651-13602-FykloBi6G5@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.