linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Best strategy for caching VMs storage
@ 2021-05-21 11:56 Santiago Castillo Oli
  2021-05-21 12:29 ` Matthias Ferdinand
  0 siblings, 1 reply; 2+ messages in thread
From: Santiago Castillo Oli @ 2021-05-21 11:56 UTC (permalink / raw)
  To: linux-bcache

Hi there.


I have a host running 4 VMs using qcow2 storage on a ext4 fs over HDD. 
Each VM has 3 qcow files (system, data and swap). I know I have an I/O 
bottleneck.

I want to use bcache with an SSD to accelerate disk access but I´m not 
sure where should I put bcache on storage stack.


Should I use bcache on host or in guests?

Just one bcache backing device for a single (ext4) filesystem with all 
qcow files there, or different bcache and backing devices for each qcow2 
file?


Right know, I prefer qcow2 over thin-lvm for storage, but i could change 
my mind if thin-lvm is a much better combination for bcache.


What would be the best strategy for caching VMs storage ?

Any recommendation, please?


Regards and thank you


-- 
___________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Best strategy for caching VMs storage
  2021-05-21 11:56 Best strategy for caching VMs storage Santiago Castillo Oli
@ 2021-05-21 12:29 ` Matthias Ferdinand
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Ferdinand @ 2021-05-21 12:29 UTC (permalink / raw)
  To: Santiago Castillo Oli; +Cc: linux-bcache

On Fri, May 21, 2021 at 01:56:16PM +0200, Santiago Castillo Oli wrote:
> Hi there.
> 
> 
> I have a host running 4 VMs using qcow2 storage on a ext4 fs over HDD. Each
> VM has 3 qcow files (system, data and swap). I know I have an I/O
> bottleneck.
> 
> I want to use bcache with an SSD to accelerate disk access but I´m not sure
> where should I put bcache on storage stack.
> 
> 
> Should I use bcache on host or in guests?
> 
> Just one bcache backing device for a single (ext4) filesystem with all qcow
> files there, or different bcache and backing devices for each qcow2 file?
> 
> 
> Right know, I prefer qcow2 over thin-lvm for storage, but i could change my
> mind if thin-lvm is a much better combination for bcache.
> 
> 
> What would be the best strategy for caching VMs storage ?
> 
> Any recommendation, please?


Hi,

not claiming to know "the best" strategy, but I would recommend

  - use a single bcache device on the host

  - either use LVM (thick provisioned) to provide block devices
    to VMs, or put a filesystem on it and store qcow2 files there as
    you did before

With lvm-thin you have all metadata activity for all your VMs in one
place. Any error there and you might lose all your VM storage at once.
Of course you should do regular backups of your VMs anyway, but I would
not start using lvm-thin unless I can have the relevant metadata volume
on redundant storage because of the blast radius.
Just my paranoic 2c :-)

Speaking of blast radius: adding an SSD to the stack will make your VMs
storage performance and availability depend on two devices, not just
one, so this might increase your failure rate. Choose a high-quality
SSD, preferably datacenter-grade equipment. And of course, do your own
performance tests to see if there is enough performance improvement to
justify the higher risk of failure.

Matthias

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-21 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 11:56 Best strategy for caching VMs storage Santiago Castillo Oli
2021-05-21 12:29 ` Matthias Ferdinand

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).