Search results

  1. spirit

    strange issues with snapshot backups

    you can also use a fleecing device in schedule backups advanced option, to define a temp buffer disk. (could be local storage)
  2. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    I'm not sure, as it's using an ioctl ioctl(fd, BLKZEROOUT) , to tell to the storage to write 0 from a begin sector to a end sector . (Some kind of offloading, a little bit like discard). So, I don't think that O_DIRECT , CACHE_NONE,... apply here, as we don't really write zeroes through the...
  3. spirit

    Snapshots as Volume-Chain Creates Large Snapshot Volumes

    Maybe because if the space is allocate again to a new vm, if the vm is doing a discard, it should remove the zeroed block yes, it's zeroing by security, to avoid to have old datas when you'll create a new vm on the old allocated space of previous vm.. but of course this zerroed space is...
  4. spirit

    Snapshots as Volume-Chain Creates Large Snapshot Volumes

    for secure delete, the new blkdiscard here, is not using discard, but zeroing feature (blkdiscard -z). It's a little bit different, because it's really writing zeroes (telling to the storage to writing zeroes by range from this begin sector - end sectore), that t's it's faster than cstream...
  5. spirit

    Snapshots as Volume-Chain Creates Large Snapshot Volumes

    I wonder yes, it should work. The only "problem" is that lvm is reservering blocks address space. The creation of snapshot itself is not writing zero. I wonder if it could be possible to declare a lun with with virtual size bigger than your san real storage space ? (I think it's depend of...
  6. spirit

    Turn on "Discard" option?

    Currently they are no thinprovisioning, so It'll not help for lvm+qcow2 to retreive space. (as the lvm under qcow2 is thick) But it could reduce the size of you backup as it's cleaning the disk blocks on file deletion.
  7. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    @bbgeek17 zeroing optimisation has been merged in pve-storage >= 9.0.14 !
  8. spirit

    Proxmox / Ceph / Backups & Replica Policy

    ah you can do it also on the pool, great :)
  9. spirit

    virtio multiqueue clarification needed

    you don't need to do it manually in the guest (at least on linux), the virtio drivers are able to change value automatically.
  10. spirit

    Proxmox / Ceph / Backups & Replica Policy

    @fstrankowski I'm looking to add the option in the proxmox gui, to be sure, how do you set the value ? "ceph config set client.admin rbd_read_from_replica_policy localize" ?
  11. spirit

    Comparison of virtualization feature set: XCP-NG vs PVE (Proxmox) -- VMware migration decision (VMware Alternative)

    It's supported on pve9. (with lvm block volume formated with qcow2, and qcow2 snapshot chain of lvm volume) . Qcow2 is not only for file. (same for vhd on xcp-ng, their lvm volume are formated with vhd)
  12. spirit

    Comparison of virtualization feature set: XCP-NG vs PVE (Proxmox) -- VMware migration decision (VMware Alternative)

    about snapshot && space usage, only qcow2 with external snapshot (so for shared block device), is currently still experimental and need indeed same space for each snapshots. but all others plugins can do snapshots && don't need same space for each snapshot. (including shared block like ceph...
  13. spirit

    QEMU 10.1 available on pve-test and pve-no-subscription as of now

    Block jobs Non-active block-commit was optimized to keep sparseness blockdev-mirror was optimized to do less work with zero blocks blockdev-mirror and blockdev-backup gained new options, see QMP section interesting :)...
  14. spirit

    Proxmox Ceph Performance

    mmm , this is strange. for the intel, I have some of them in production,and I don't have theses result. does it solve the problem if you force the values manually ? (you can use "ceph config set osd.x osd_mclock_max_capacity_iops_ssd 30000" )
  15. spirit

    error VM qmp command failed - VM qmp command 'query-status' failed - unable to connect to VM 5021106 qmp socket - timeout after 51 retries

    https://lore.proxmox.com/pve-devel/mailman.50.1727091601.332.pve-devel@lists.proxmox.com/t/ " * During backup, there is often a longer running connection open to our QMP socket of running VMs (/var/run/qemu-server/XXXX.qmp, where XXXX is the vmid). This blocks our management stack from...
  16. spirit

    Veeam backup failed since new packages installed on debian pve - error qmp socket - timeout

    I doubt that they are using the proxmox api, because their backup are using the qemu socket directly without using the proxmox api, and I think this is why you see qmp socket error. (Only 1 client can be connected to the socket at one time). From what I known, they are some their shit on their...
  17. spirit

    Need help with SDN after 8 to 9 upgrade

    remove vlanaware from vnet,it's only need if you want to tag inside the guest vm os
  18. spirit

    [SOLVED] Borked my 8>9 upgrade, looking for help

    >>E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-squid/dists/trixie/InRelease 401 Unauthorized [IP: 66.70.154.82 443] if you don't have an enterprise subscription, you need to configure no subscription repositories...