Recent content by spirit

  1. 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...
  2. 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...
  3. 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...
  4. 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.
  5. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

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

    Proxmox / Ceph / Backups & Replica Policy

    ah you can do it also on the pool, great :)
  7. 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.
  8. 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" ?
  9. 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)
  10. 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...
  11. 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 :)...
  12. 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" )
  13. 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...