If you have fsync writes from a VM you absolutle need to use killer feature of zfs - zlog ssd cache (enterprise level with a capacitor). If you have many read you can use l2arc with tune to write any data on it and make it persistence! - That is another killer feature of zfs. If you have many...
oh... I think you are right. I have problem with totally hangs of my vm during backup, with message of guest vm like: i/o timeout... I have so slow backup storage... :(
I have the same problem. I have a solution just move client_max_body_size 5120m; to top of file, please see my confing file:
client_max_body_size 5120m;
upstream proxmox {
server "bve-01.company.ru";
}
server {
listen 80 default_server;
rewrite ^(.*) https://$host$1 permanent;
}...
There is another moment: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/sect-guest_virtual_machine_device_configuration-random_number_generator_device
I'm not deep in this, but I suppose if you use program urandom...
Did you understand for zlog at all? zlog works only with a database, the zlog may tell you db engine I'm write your data when a real data is on RAM and SSD cache, after that zfs will write your data to disk from RAM. zlog SSD will have only if power cut situation. zlog is very good for exmaple...
I understand for non best performance. I have read about btrfs still improve from time to time in current linux kernel. Do u have real production use btrfs or just read about bad for use it?
Dear all, I want to have urbackup VM and I want to use btrfs killer feature (cross link, offline dedup and so on) with urbackup.
What do you think if I will have zfs (zvol) as my host fs and btrfs as a guest system?
Best regards,
If I will use pvecsr and pve-zsync will I do have mistake like zfs cannot destroy snapshot dataset is busy?
For example: pvecsr and pve-zsync run simultaneously. pve-zsync still under work but pvecsr wants to delete old snap - what will happen?
Thank a lot for you time.
Absolutle shure. Is it possible to use it tougether? I have a doubt. :(
When use pve-zsync I need to reconfigure it if i move VM to another server.
Thank for you answer!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.