Hi @katti,
You do not need storage snapshots for Veeam backup of any type of storage pool in PVE.
1 Yes, you can have snapshots with FC SAN by using new tech-preview feature...
the (much) greater likelihood is that this disk is failing. have you run a smart test? (smarctl --test=long /dev/sda)
Assuming the drives are NOT bad, next is to run a full lifecycle upgrade. has the problem gone away?
If not, your machine is...
thats a completely normal behavior for windows. It happens to me on a desktop- explorer really likes to cross all the t's and dot all the i's. if you want faster file copy use a different tool (eg, robocopy.) Not sure if that relates to the...
makes a lot more sense- but still doesnt answer why you want the vps to run proxmox. Also, in this configuration you really want to use shared storage and not local drives. you can still use nvmes with ceph.
This is how I look at it.
You are offering to operate a bus for people. but instead of selling seats, you are putting busses inside your bus.
Whats the use case?! If you're trying to offer a customer resources that they can distribute between...
You dont. I dont understand the use case enough to comment on the wisdom of the solution; please explain what you mean by VDS, and why you want proxmox inside them.
no.
There is almost NEVER a use case for nested hypervisors except for development/lab use. Even if we assume there are no cpu/ram performance degradation that occurs with modern VT extensions (hint: there are) the consequences of cascading...
mapping individual disks to vms is almost never the correct approach. You can and should present a dedicated vdisk on a highly performant, highly available storage option instead of bifurcating it and offering neither. Beyond performance, having...
The number of nodes isnt the issue; understand that since all data is replicated between site a and site b, you can only use the capacity of the smaller side no matter what you do- there is no benefit to having more OSD space on one side.
Your raid controller is most likely an LSI 9x00 based card. you can import a raid volume from virtually any LSI to any LSI RAID controller, and they are cheap and plentiful. This isnt much of a concern and can be treated as any consumable.
If...
This isnt actually true. ZFS is quite good at managing its metaslabs, and allows you to set per zvol/child fs record size. Where write amplification is a problem is when using parity raid (raidz) because trying to align written blocksize to data...
manually unlocking is what keeps this a non production ready setup. if you're serious, consider tang/clevis or other auto-unlocking mechanisms. manual intervention should only be necessary for disaster recovery.
You can absolutely do this with ZFS, I wouldn't use the RAIDZ to host VMs (os + applications) though:
https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/
This is especially true if they happen to be hdds since rotating...