Search results

  1. C

    I/O and Memory issues, losing my mind...

    X5670 is very old cpu (= slow for today). Server with such cpu doesn't support 12 Gbps SAS on the disk backplane. ZFS will comment somebody other, but you need to show perftest/fio at least.
  2. C

    How to setup a HA schema using Proxmox over VPN

    Ceph isn't limited to single subnet. Anyway, using "standard" vpn for different geo is nonsense.
  3. C

    [SOLVED] ansible-playbook create vm on proxmox

    https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_module.html
  4. C

    ceph public bonded trunk interface

    I have ceph cluster 2x10G (public) + 2x10G (ceph) via openvswtich connected to stack switches, no problems.
  5. C

    HA Cluster

    https://pve.proxmox.com/wiki/High_Availability#_management_tasks
  6. C

    Move vzdump .gzip to another PVE

    Because they can work without encryption.
  7. C

    Freezing VMs after power failure

    Freezing = save RAM to disk. I don't think PVE has this feature. I saw it in XEN a very long time ago, never used it after anymore.
  8. C

    Is a mixed IPv4/IPv6 (not dualstack, but some cluster hosts IPv4, some v6) possible?

    Using dual-stack is better in such cases for failback in case of the problems. If you want be to sure, you can create pve test cluster as VMs.
  9. C

    Router wia wifi connection

    Buy for example mikrotik router with wifi.
  10. C

    [SOLVED] Start VM everyday at 7:00am

    And you can think about changing from cron to systemd unit.
  11. C

    What should be the correct hostname of PMG

    You are using 1 public IP for multiple servers hidden behind firewall with forwarded ports?
  12. C

    CEPH performances

    You can compare some things with https://forum.proxmox.com/threads/proxmox-ve-ceph-benchmark-2023-12-fast-ssds-and-network-speeds-in-a-proxmox-ve-ceph-reef-cluster.137964/unread
  13. C

    how to mount linux VM to any folder

    https://forum.proxmox.com/threads/how-can-i-mount-a-partition-of-a-vm-lvm.8280/#post-46823
  14. C

    Query host info for motd from VM

    Try lldpd, but it will show more info than just pve hostname.
  15. C

    RAID storage advice please

    4x1 TB SSDs arent't costly.
  16. C

    [SOLVED] Speeding up the failover

    https://docs.ceph.com/en/quincy/rados/configuration/mon-osd-interaction/
  17. C

    ISCSI LUN not available to create LVM base

    Google for any iscsiadm tutorial. There can be multiple problems - target not connected, not allowed, some config missing, etc etc.
  18. C

    [SOLVED] PVE on SATADOM

    I have satadoms on supermicro and i hate it. I will rather buy extra sata card and normal ssds.
  19. C

    Proxmox Encryption Setup with LUKS Partition

    Proxmox will wait on boot because it will want to mount/enable encrypted partitions. You will need to use some customization in fstab/systemd to override such workflow for manual unlock.