Search results

  1. C

    The first zfs, so sanity check about performance

    Testing a new server with our the first zfs setup. Just asking for sanity check for default setup performance of the nvme zfs because we are thinking about adding hw raid card. Main purpose of the server will be GPU AI computing. CPU: AMD EPYC 9354 32-Core Processor RAM: 512 GB Disks: all...
  2. C

    Several VLANs on one NIC for VM-Guests

    https://pve.proxmox.com/wiki/Network_Configuration
  3. C

    Warm site network configuration

    If you don't want redo network config/ip, it's not possible without having site1 subnet allocated in site2 too. It require very skilled network admin to architect it. We are doing same thing and we still aren't on the end way to "stretch" networks to 2 locations. And ofc he used/tried...
  4. C

    Phishing mail with fake From going through, please help!

    Set policy on spf or dmarc correctly (mainly spf).
  5. C

    Force outgoing SMTP to use IPv4

    Set firewall to block outgoing ipv6 on port 25. or https://www.postfix.org/IPV6_README.html etc.
  6. C

    iSCSI Huawei Oceanstore Dorado 3000 LVM and Multipath

    We have the same Dorado, currently PVE on the kernel 6.8.12-x (PVE 8.2.x) working. Can't test 8.3 now, so just if you have access to pve8.2 to test dorado side setup.
  7. C

    Does Proxmox HA only work when a node is offline?

    https://pve.proxmox.com/wiki/High_Availability
  8. C

    Selectively delete file across all backups

    That's not possible from definition of the backup. Backup is backup state from past time, modyfiing backup = creating new backup from current time. Backup is read only. You never delete from backup. You delete backup usually via expiration parameters. GDPR has nothing to do with it.
  9. C

    Multiple unwanted default routes being added automatically

    Maybe enabled dhcp? This is unusual, there must be something extra on your PVE.
  10. C

    Using external CEPH

    No, PVE can add and manage only PVE nodes. There is no sense to combine internal and external ceph nodes in the one ceph cluster.
  11. C

    Advice on PVE Storage Configuration for new Homelab

    ad 1] if only OS, any good sata ssd will work. 25Gbps network has nothing with it. ad 2] shared storage for all VMs is normal. Better to use SSD with capacitor (Intel DC, Kingston DC etc) - depends on iops/size workload. ad 4] Again, use case depends on iops/size requirements. PBS has SSD as...
  12. C

    How to make VM ignore missing luks drives?

    https://wiki.archlinux.org/title/Fstab
  13. C

    Size of 3 node cluster Proxmox VE with NVMe

    It's easy. You have 3/2 replication. You need 2 copies of the dataX (PG) to be ceph writable. If you don't have 2 copies of the dataX, dataX is readonly. So it depends on where are dataX placed on what disks on specific node, where disk fails.
  14. C

    Does a new Proxmox instalation knows about my Pool HDDs?

    You need to restore configuration from backup or set it Datacenter->Storage for HDD pool.
  15. C

    Ceph monitor is low on available space

    1] Proxmox on sd card is no go, use ssd 2] give enough space for pve + ceph (at least multipe 10 GBs) - updates, ceph (problem states) spamming logs, etc, it can save cluster from fail due out of space
  16. C

    Automated Proxmox Installation

    This wii works when one disk available. What about multiple disks servers? The OP has /dev/sda and /dev/sdb, which disk is the correct 32GB?
  17. C

    [SOLVED] Detect live migration from inside the guest VM

    I said, try lldpctl in VM. If it's enabled on undergoing device, you can see some info about it. But it will detect change after migration done.