Recent content by logiczny

  1. L

    Missing information about creating 2nd ring in Ceph in documentation, and impossibility to create 2nd ring in Ceph.

    Thanks for response, I finally settled with with bond (802.3ad, LACP) on every node and it's not the best solution, but enough for now. BTW if I'm using bond, is there any benefit from cluster and public network on VLANs? Or just remove cluster VLAN and leave the public alone?
  2. L

    How do you turn off the annoying subscription nags?

    <moderated> Why my message was moderated? What a censorship for making just a useful tips...
  3. L

    Missing information about creating 2nd ring in Ceph in documentation, and impossibility to create 2nd ring in Ceph.

    Hi, I run in my homelab a 3xnode cluster with ceph, 3xmons, 3xmgr, 3xmds. I run it for about ~3 years now. Yesterday I've installed fresh 3x nodes and migrated my cluster from old nodes to a 3x new one, which are identical (GMKTEC M5 Plus, 24GB RAM each, beautiful devices, works like a charm so...
  4. L

    AER: Corrected error received. Should I be worried?

    How it went? I'm getting same error, but have Samsung SSD 970 PRO 512GB. Not using iommu things to passthru GPU to VMs or other things like that. I'm getting flooded with errors like this on my Dell laptop working as a proxmox server. ~ #: dmesg --follow (...) [ 492.781326] pcieport...
  5. L

    I/O errors with scsiblock=1 on pass thru drives

    I'm facing exactly same problem with my TrueNAS VM.
  6. L

    Does Proxmox manage hibernation ?

    @LnxBil If you are referring to me - I have SWAP partition, sized 33GB (32GB ram here, not even half of that is never used), and only ext4 is used and ceph.
  7. L

    Does Proxmox manage hibernation ?

    I investigated this topic a little and it turns out that an installation of proxmox-ve package on debian 11 breaks properly working sleep (STR) and hibernation (STD) on a vanilla deb11 machine. I've tried to replace pve-firmware and pve-kernel* with vanilla ones from default deb11 repos and...
  8. L

    Snapshots in 'delete' status

    I had the same problem and I believe I found this timeout here: /usr/share/perl5/PVE/QMPClient.pm and added an another elsif for my specific case, which is timeout for blockdev-snapshot-delete-internal-sync and I've made it 20 mins (instead of stock 10mins): #around 119th code's line elsif...
  9. L

    GPU Passthrough Issues

    How it went actually?
  10. L

    Struggling to Migrate Windows guests from XEN to Proxmox

    In my case, I was searching for "XENFILT", because no "XENFLT" was found.
  11. L

    Issues upgrading PVE

    @hvnoclabs good to hear it! How it's going this week, still no problems? My setup works correctly after a few reboots during the weekend.
  12. L

    Issues upgrading PVE

    @hvnoclabs I'm facing the same issue, if I find the answer - I'll post it here EDIT: I think I found it. Edit this file: nano /usr/share/pve-kernel-helper/scripts/functions And take a look around line 65 and remove all spaces/tabs before word EOF, like so: BEFORE: kernels="$(cat <<-EOF...