Search results

  1. dietmar

    Better Protection against ransomware

    3-2-1 backup rule: You should have three total copies, use two different media (disk and tape, usually), and keep one copy offsite (tape). You will be always able to restore the offsite tape.
  2. dietmar

    /etc/pve - pmxcfs - amplification & inefficiencies

    Again, pmxcfs is not a general purpose file system, and we have bumped the limits where sensible in the past. I suggest that you use a real cluster file system if you run into limits, for example cephfs, ... Plus, we're always interested in improving things. As soon as I have an idea to do...
  3. dietmar

    /etc/pve - pmxcfs - amplification & inefficiencies

    pmxcfs is not a filesystem used to store arbitrary data. Instead, It is used to store PVE configuration into a transactional database. Each write is atomic and synced to the disk! So please use other filesystems if you want to store large files. pmxcfs is not meant for that, and was never...
  4. dietmar

    Does Proxmox Support "Live Migration" Of VMs?

    Sure, this is a basic feature for any hypervisor: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_migration
  5. dietmar

    FC and Snapshot Support

    Ceph is far superior to these legacy storage technologies. So in short, we do not plan to implement that.
  6. dietmar

    Czech translation for 2.x

    That is explained in the developer documentation: See: http://pve.proxmox.com/wiki/Developer_Documentation
  7. dietmar

    [ 8.2.4] It is possible to migrate the vm to a host in another HA group

    You need to change the ha group from group1 to group2.
  8. dietmar

    Query: API Endpoint for Updating PBS Fingerprint

    PUT /api2/json/storage/{storage} See: https://pve.proxmox.com/pve-docs/api-viewer/index.html#/storage/{storage}
  9. dietmar

    ZFS : trying to create a ZFS, but I can't see any unused disk

    Have you tried to wipe the disk, so that it is empty (no filesystem on it)?
  10. dietmar

    Only internal snapshots for QCOW2 disks?

    External qcow2 snaphots is when you create a second qcow2 file, which refers to the original as base file. New data is always written to the second file. The base file is read-only. AFAIK ovirt is using this model.
  11. dietmar

    Issue setting up LTO-9 tapes

    Is the LTO9 Tape already initialized?
  12. dietmar

    Welcher Raid Controller ist mit Proxmox kompatibel

    Eigentlich verwenden wir nur noch selten HW RAID controller. ZFS ist flexibler und weniger fehleranfällig (keine zusätzliche hardware).
  13. dietmar

    Converting LXC to template: "Template feature is not available"

    Do you you talk abou LVM, or LVM-thin. LVM-thin should have all features (LVM has not).
  14. dietmar

    [SOLVED] Backup fails

    It is a permission problem on the NAS. I guess user "root" is not allowed to create files there. > INFO: tar: /mnt/pve/NAS/dump/vzdump-lxc-111-2024_07_14-00_30_17.tmp: Cannot open: Permission denied
  15. dietmar

    LVM issue with proxmox and big HDDs/partitions?

    The error message says the partition is too small! (/dev/sda1: size is 2014 sectors)
  16. dietmar

    Some VM Wont Start after I restart my Server

    What is the output of: # pvesm list backup2
  17. dietmar

    /cluster/resources api

    You get what you have permissions for ...