Recent content by ness1602

  1. N

    Switch from Host to x86-64-v3

    If you need something like AfterEffects inside vm you can use max as cpu type.
  2. N

    Problem Windows Server 2022 + RDS + FSlogix

    For my customers we are using rds farm + fslogic on CEPH tbh, not on local disks. Try changing cpu type to something instead of host. Also maybe screenshots of load and io of the VM,maybe you have something like I/O stall?
  3. N

    Moving VMs with snapshots

    I use for some testing those nested snapshots(testing different versions of some app), and i haven't found a reliable way to migrate or backup those snapshots.
  4. N

    ZFS mirror on 2x Crucial T705 (PCIe 5.0) causing txg_sync hangs under write load – no NVMe errors in dmesg

    Yeah i have 2x these nvmes are depending on case and ventilation,they can go up to 90c and restart.
  5. N

    Storage for small clusters, any good solutions?

    Usually i don't agree with that,because i've had customers on 3-node CEPH/Proxmox for more than 3-4 years without a hiccup (not counting power errors,etc). And nowadays, with proxmox it is everything batteries included, only thing admin needs to know about it a little bit of linux,bit of...
  6. N

    Network Optimization for High-Volume UDP Traffic in PVE

    Usually i ask for netstat -sanu to see what can be optimized in kernel and system.
  7. N

    Storage for small clusters, any good solutions?

    I don;t agree that the ceph learning curve is steep. Read the docs, get the right network(i would say everything else but this is primary),and start working with it. There are rarely problems, if we count out physical layer problems.
  8. N

    High latency on proxmox ceph cluster

    Ooh, consumer crucial, not good, not good.
  9. N

    enable CONFIG_RUST for Proxmox kernel

    But for now bcachefs works great with 6.17 kernel
  10. N

    Asymetric cluster with Ceph; best practise for quorum

    Why are you putting those two nodes in the same cluster as those before? Why not just for starters, create them in separate clusters and work with that?
  11. N

    Shared Remote ZFS Storage

    Why you have external help? When External Audit comes(Grant Thornton,KPMG etc etc) first they ask you is "what if you get hit by a bus", who will support that and that. That is why you need to have external maintenance contracts.
  12. N

    [SOLVED] Clarification request – SAN FC shared storage, Proxmox snapshots and Veeam backup compatibility

    Ceph-replication,zfs-replication. Or just backup copying onto DRS site. What is RTO/RPO?
  13. N

    Simple concept for manual, short term use failover without significant downtime?

    You mention failover, and in that regard, it makes sense to use Proxmox <> Proxmox pve-zsync replication. Both proxmoxes have zfs storage for vm and cts and you implement it on one machine. Failove then has moving .conf files and starting the machines on replicated node.
  14. N

    ZFS 2.4.0 Special Device + Data VDEV Report Very Wrong Remaining Space

    What is the use case for using zfs and disks in this way? This is not recommended way, if i have only two disks this way i would use bcachefs.
  15. N

    Simple concept for manual, short term use failover without significant downtime?

    You are literally speaking about snapshot replication, by zfs or any other FS. So just setup pve-zsync to another machine and it's done.