From: Gionatan Danti <g.danti@assyoma.it> To: LVM general discussion and development <linux-lvm@redhat.com> Cc: Scott Mcdermott <scott@smemsh.net> Subject: Re: [linux-lvm] when bringing dm-cache online, consumes all memory and reboots Date: Tue, 24 Mar 2020 12:37:51 +0100 [thread overview] Message-ID: <3b205fe6a822fc4e33053985ed8ed51d@assyoma.it> (raw) In-Reply-To: <7a6785c5-61b6-e398-293d-795ddc48e406@redhat.com> Il 2020-03-24 10:43 Zdenek Kabelac ha scritto: > By default we require migration threshold to be at least 8 chunks big. > So with big chunks like 2MiB in size - gives you 16MiBof required I/O > threshold. > > So if you do i.e. read 4K from disk - it may cause i/o load of 2MiB > chunk block promotion into cache - so you can see the math here... Hi Zdenek, I am not sure to following you description of migration_threshold. From dm-cache kernel doc: "Migrating data between the origin and cache device uses bandwidth. The user can set a throttle to prevent more than a certain amount of migration occurring at any one time. Currently we're not taking any account of normal io traffic going to the devices. More work needs doing here to avoid migrating during those peak io moments. For the time being, a message "migration_threshold <#sectors>" can be used to set the maximum number of sectors being migrated, the default being 2048 sectors (1MB)." Can you better explain what really migration_threshold accomplishes? It is a "max bandwidth cap" settings, or something more? > If the main workload is to read whole device over & over again likely > no caching will enhance your experience and you may simply need fast > whole > storage. From what I understand the OP want to cache filesystem metadata to speedup rsync directory traversal. So a cache device should definitely be useful; albeit dm-cache being "blind" in regard to data vs metadata, the latter should be good candidate for hotspot promotion. For reference, I have a ZFS system exactly used for such a workload (backup with rsnapshot, which uses rsync and hardlink to create deduplicated backups) and setting cache=metadata (rather than "all", so data and metadata) gives a very noticeable boot to rsync traversal. Regards. -- Danti Gionatan Supporto Tecnico Assyoma S.r.l. - www.assyoma.it [1] email: g.danti@assyoma.it - info@assyoma.it GPG public key ID: FF5F32A8
next prev parent reply other threads:[~2020-03-24 11:37 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-03-22 17:57 Scott Mcdermott 2020-03-23 8:26 ` Joe Thornber 2020-03-23 9:57 ` Zdenek Kabelac 2020-03-23 16:26 ` John Stoffel 2020-03-23 22:02 ` Scott Mcdermott 2020-03-24 9:43 ` Zdenek Kabelac 2020-03-24 11:37 ` Gionatan Danti [this message] 2020-03-24 15:09 ` Zdenek Kabelac 2020-03-24 22:35 ` Gionatan Danti 2020-03-25 8:55 ` Zdenek Kabelac 2020-03-23 21:35 ` Scott Mcdermott
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=3b205fe6a822fc4e33053985ed8ed51d@assyoma.it \ --to=g.danti@assyoma.it \ --cc=linux-lvm@redhat.com \ --cc=scott@smemsh.net \ --subject='Re: [linux-lvm] when bringing dm-cache online, consumes all memory and reboots' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).