Search results

  1. fabian

    Bug - share iSCSI storage with volume chain (snapshots)

    the snapshot volumes need to be active. could you describe which symptoms you are seeing exactly? the only time volumes are usually deactivated are - as part of error handling for freshly allocated volumes - as part of migration to another node if you are missing some deactivation when...
  2. fabian

    Scheduled VM-snapshots from GUI

    tracked at https://bugzilla.proxmox.com/show_bug.cgi?id=4853
  3. fabian

    PBS crash/freeze during backups to an S3 backed datastore

    which version are you running on the PBS server? this should be fixed with proxmox-backup-server >= 4.0.17-1
  4. fabian

    How does PBS handle reassigned container volumes?

    that's not 100% correct - there's two ways chunks can be detected as duplicate, either by the client or by the server. when creating a backup, the client only knows about the chunks referenced by the previous snapshot in the same group, and can therefor only deduplicate against those. in the...
  5. fabian

    Slow cloning and backup/restore

    flushing just means that those writes are not done sync (which is faster) so there is a backlog of them that still needs to be written out. for bulk data like this this is the best way to do it normally, I don't think the async-ness is the cause of your slowness here, rather the huge backlog is...
  6. fabian

    Slow cloning and backup/restore

    that sounds like flushing the pending writes at the end..
  7. fabian

    Slow cloning and backup/restore

    could you try without sync? but still, those numbers don't look super good..
  8. fabian

    Slow cloning and backup/restore

    sorry, I didn't read the log closely enough! could you try benchmarking the performance of an LV on your LVM storage (directly on the host) and then of a volume allocated to a VM from within the VM? keep in mind that a clone will incur a double network penalty, as it has to read from the...
  9. fabian

    Network migration fail with "failed to parse api response" in network selection

    possibly a regression caused by https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=528df523161aa424cc6dca69230eae1f9a503cef @fiona ?
  10. fabian

    Slow cloning and backup/restore

    the whole clone took 1,5h? that's around 500mbit/s of throughput, depending on your network setup that might just be the bottle neck.. how is the connectivity to both storages?
  11. fabian

    Suspected memory leak in Proxmox CE 9.0.6

    seems like the patch got into 6.17 and 6.16.9, so it should be included in our kernels one way or another soon.
  12. fabian

    apparmor logs - pve9

    you can switch to chrony..
  13. fabian

    Suspected memory leak in Proxmox CE 9.0.6

    we haven't yet managed to reproduce this issue in our test lab (as far as I know), and the feedback regarding the patch was not 100% good, so we need more testing. if you are on 9.x, you can also try the 6.17 opt in kernel.
  14. fabian

    Windows deduplication, spanned volumes on dynamic disks and PBS...

    the built-in file restore can only recover what is (easily) readable in a linux VM using the vanilla ntfs3 driver from the linux kernel. anything else requires a windows VM, which needs to be done manually.
  15. fabian

    Minor apparmor problem with tor

    don't fret - apparmor is complicated and often not easy to debug either, so misunderstanding things can easily happen.
  16. fabian

    [SOLVED] node left the cluster after upgrading it to debian-13

    I think it is likely possible to "heal" the node, but if you want to proceed with reinstallation, that's of course also fine! the log message by corosync indicates that the other nodes reject the upgraded node's traffic because it's not originating from the expected address. this usually...
  17. fabian

    [SOLVED] node left the cluster after upgrading it to debian-13

    those look okay to me. what about corosync.conf and the network config? "journalctl -b" from the first boot after the full-upgrade would also be interesting.
  18. fabian

    [SOLVED] node left the cluster after upgrading it to debian-13

    could you please save /var/log/apt/* before reinstalling, and provide the contents? the symptoms all look like you did some sort of partial upgrade because of a repository misconfiguration.. maybe you also had pending network changes that got activated by the reboot? those would explain why...
  19. fabian

    Minor apparmor problem with tor

    that's not true, our 6.14 kernel supports *more* than ABI 4.0 by virtue of being based on the Ubuntu kernel, which means it carries custom apparmor-upstream patches not yet mainlined. the profiles that don't work don't have an ABI specified, which means they fallback to a very old ABI, and using...