Your SSD log has nothing to do here, because you are doing async writes. Again, if you want to benchmark disks, do not do /dev/zero to a compressed pool.
Also, if you need help, please define your system configurations as A, B, C and so on. This new test on "the same system" is not very...
Did you understand what I've said?
You are benchmarking LZ4 performance on your CPU because you are writing /dev/zero to a compressed dataset.
If you want to to disk benchmarks, create a dataset with compression=off and try again.
No, I didn't need time because "dd" outputs this information :)
So:
- your NFS raw bandwidth is ~100MB/sec, as expected
- initial phase of the dump does not touch the disks because of the cache, as vmstat shows low activity
The CPU usage is very low, so the feed rate to the compressor is low...
Sure you will, as dietmar said. It will not be available in the installer phase (you will need to install Promox itself on another drive, even USB SSD - not stick) and then you can import your RAID volume with no issues.
Cluster without HA features:
- single management UI
- live/offline VM migration
To be honest, I see platform level HA as ancient and obsoleted. Automatically starting the VM somewhere else is pretty useless in most cases I've encountered (of course not all). Examples:
- Databases: you do...
sure, your device will be /dev/vda.
best thing is to use UUIDs for fstab
blkid | grep vda1
in /etc/fstab you will put UUID=<the UUID from above> instead of /dev/vda1
you replace this:
bootdisk: virtio0
virtio0: default:100/vm100-disk-2.qcow2,size=55G
Basically you replace in the file "ide0" with "virtio0" and pray that you guest kernel is virtio aware (usually they are).
There is a single reason to use IDE: a guest OS that doesn't know anything else...
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.