Recent content by ness1602

  1. N

    PBS 4.2.0: Wasabi giving 400 bad request error

    this works for us " s3-endpoint: Wasabi access-key 123 endpoint {{bucket}}.s3.{{region}}.wasabisys.com region ca-central-1 secret-key 4321
  2. N

    How to do P2V

    Clonezilla can always be useful.
  3. N

    "copy.fail" mitigations and pve-container package

    Then recommendation is to have nested proxmox for me atleast.
  4. N

    Shared Remote ZFS Storage

    but zfs isnt also in the kernel and you are ok with using it?
  5. N

    Shared Remote ZFS Storage

    Yeah,the new kid in the block is bcachefs and i've been testing it a few months. Has some really neat features, but similar to zfs it is not in the kernel.
  6. N

    NFS and ZeroFS

    No, you implement something to back up to s3.
  7. N

    NFS and ZeroFS

    Better than JuiceFS is of course CephFS, but i guess this is enough for you and probably your PVC ReadWriteMany problem.
  8. N

    NFS and ZeroFS

    You can treat it as a filesystem(similar to Elasticsearch and Opensearch), but you need some local fast cache.
  9. N

    Small Datacenter Setup - What is the maximum number of pve servers supported in a cluster

    This is not a big cluster,but i usually recommend to my clients to split clusters into something like 15-20 nodes if they are unsure about stability of it. You now how PDM, live migration works good.
  10. N

    Proxmox (as a company) - what the HELL are you doing? Kernel update to 7 broke networking IN A VM

    7.0 is a test kernel,not an enterprise kernel atm, so if you are okay with breakages you use this kernel. If not, you usually pay for enterprise subscription. Why would you be angry on a company giving you a test repo?
  11. N

    Proxmox NFS setup

    Yes, independent means one connection cannot saturate whole network.
  12. N

    Proxmox NFS setup

    Create two independent networks for SAN/NFS, one for data and one for backups. That is atleast start.
  13. N

    corosync show link flapping (down/up) about every 3-4 minutes, but switch shows no problem

    Did you try 7.0 kernel? sudo modprobe tcp_bbr sysctl net.ipv4.tcp_congestion_control On 7.0 i get: net.ipv4.tcp_available_congestion_control = reno cubic bbr
  14. N

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    First! Just kidding, tested with one physical atm, works okay. Linux SPS2 7.0.0-1-rc6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.0-1~rc6+1 (2026-03-30T09:17Z) x86_64 GNU/Linux
  15. N

    Storage types and replication , NFS and local ZFS in a cluster

    CEPH in Proxmox is the endgame, but as they said,if you really don't need that type of HA(or even real HA), you could go with storage replication. It works good, manual failover is fairly quick and with backups you're good.