Search results

  1. spirit

    VM loss of communications in EVPN after SDN Apply

    Hi, I have already see this in production (on pve8), but I never found what was the problem. (So,I'm doing network config update carefully currently, with empty host, and reloading frr one by one). I wonder if it couldn't be related to the fwbr bridges for iptables , where frr could have...
  2. spirit

    wrong mtu after upgrade to 9

    if new kernel have changed interface name, the mtu from /etc/network/interfaces can't applied, as it's still defined on old name interface. (thanks systemd for the name change after each kernel update) pve9 have the new network interface pining to avoid this problem.
  3. spirit

    PBS S3 backups fail after DreamHost rotates SSL cert

    Fingerprints are only needed for self signed certicates, for normal certificate you really don't want to use fingerprint, or it'll break each the certificate is changed/refreshed.
  4. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    @bbgeek17 in your article: "When a snapshot is created, subsequent writes are redirected to a new LVM logical volume. On a thin-provisioned SAN, storage for these writes is allocated on demand. When a snapshot is deleted, the system merges data from the previous QCOW image and LVM logical...
  5. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    I have done test with blkdiscard --zeroing, from my tests, it's around 4~5x faster than the current csteam code (without throttling). Another benefit, is seem that is skip already zeroed block. so if you create,delete,create,delete,... it's a lot faster the second times if the block has not...
  6. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    each snapshot have his own cache. (not that the cache value is a max value, by default 32MB max, but nothing is loaded until you begin to read differents part of disk). Also, metadatas not used are removed after 10min. I just sent a simple patch to the mailing, to increase the max cache size to...
  7. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    about " When a snapshot is deleted, the system merges data from the previous QCOW image and LVM logical volume into the new QCOW image and logical volume. This merge process allocates additional storage in the new logical volume but does not release any storage from the old one." the option...
  8. spirit

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    Hi, thanks for the article, I hope you enjoy my work ^_^ about performance, they are still performance improvement possible, mostly with qemu l2 cache size. Currently it's really depend of the qcow2 volume size, it's working up to around ~256GB. for bigger volume, we need to add an option in...
  9. spirit

    [SOLVED] Should MTU 9000 work on a bridge? [edit, yes it should]

    internet use 1500 mtu, so it's not going to work. At best, your router will refragment pakets to 1500. (you router lan need to be also 9000 btw)
  10. spirit

    [SOLVED] Low TCP throughput with SDN EVPN

    That's seem pretty low. what is your cpu and what is your nic ? does the nic support vxlan offloading ?
  11. spirit

    Cluster Fuckery

    when you edit /etc/pve/corosync.conf (in normal conditition, when you have quorum and write access to /etc/pve), the file is copied locally to each node in /etc/corosync/corosync.conf , then corosync is restarted. if you have done change ip or hostname change, and you don't have access to...
  12. spirit

    Several "pvestatd" Crashes

    It's really looks like an hardware problem (maybe bad memory)/
  13. spirit

    Support for clustering using wireguard

    The problem is, and I've read this somewhere else on the forums: that clustering only officially 100% works with nodes being on the same physical layer 2 network since corosync 3.X, it's use unicast udp (before it was multicast), so it's working on layer3 network. (I'm using it in a full l3...
  14. spirit

    Proxmox VE 9.0 BETA released!

    can you try to add issue_discards=1 in lvm.conf ? (I'm sure it's working at lvremove , I don't known if it's mandatory when discard send by the guest os) Do you have good performance with ocfs2 ? Each time I'm trying I have pretty bad performance without preallocation full. and internal...
  15. spirit

    Proxmox Beta 9 - LVM Backend / Snapshots / Clones

    another thing not yet implemented is thin provisioning, where it'll be possible to have a smaller lvm volume than the defined size, with auto-extend of lvm volume. So, currently, each snapshot use the same size than the base lvm volume
  16. spirit

    Proxmox Beta 9 - LVM Backend / Snapshots / Clones

    linked clone are not yet implement, but technically possible.
  17. spirit

    Proxmox Beta 9 - LVM Backend / Snapshots / Clones

    hi, I think that the option is not yet exposed in the gui, but you need to add "external-snapshots 1" in lvm storage option in /etc/pve/storage.cfg Then, create a lvm disk with qcow2 format (not sure the format is already exposed in the gui too): qm set <vmid> -scsi0...
  18. spirit

    HA and Database Corruption

    live migration with or without HA is exactly the same process. Personnally, I never had a single corruption in 15 year (with around 4000vms in production). What is your shared storage ? same cpus on differents hosts ?
  19. spirit

    [SOLVED] dataloss when migrating from qcow2 or raw to lvm

    --zero only zeroing first kb , and it's enabled by default https://linux.die.net/man/8/lvcreate