hi,

On 16.06.21 15:25, Maximilian Hill wrote:
> On Wed, Jun 16, 2021 at 03:09:33PM +0200, Dominik Csapak wrote:
>> on slower ceph clusters, the write pattern of the ovmf booting process
>> slows down the boot of the vm, so we turn on caching by default
>>
>> +    my $cache = "";
>> +    if ($path =~ m/^rbd:/) {
>> +        $cache = ',cache=writeback';
> does this work, evven if the rbd storage is not called "rbd"?

yes, this has nothing to do with the storage name, the path is already 
translated here
and "rbd:" tells QEMU to use librdb for accessing this image.


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to