Search results

  1. A

    After update to proxmox-kernel-6.5.13-5-pve-signed:amd64 (6.5.13-5, automatic) GUI inaccesible, SSH works okay.

    You have to install kernel headers manually, dkms won't build anything without headers: dkms: autoinstall for kernel 6.5.13-5-pve was skipped since the kernel headers for this kernel do not seem to be installed. apt install proxmox-headers-6.5 dpkg-reconfigure proxmox-kernel-6.5.13-5-pve-signed
  2. A

    [SOLVED] PBS local storage sync

    I can sync to remote PBS. How can I sync two local storages? E.g.: the first storage is a local disk, the second storage is nfs mount. Or would it be enough to rsync both directories using cron?
  3. A

    [SOLVED] Openvswitch LACP failure

    Just FYI, it was caused by an unprivileged container (running some custom video stream caching service) I moved to this server that day. After moving this ct away, LACP problems vanished.
  4. A

    [SOLVED] Openvswitch LACP failure

    Hi, I use Proxmox 5.2 for a couple of months and since yesterday openvswitch LACP started to disconnect (at first one interface, after about 10 minutes other). After reboot it is OK for several hours. After failure ethtool shows that both interfaces have link up. ovs-vswitchd.log...
  5. A

    Nodes not joining cluster after restart

    SOLVED: restarting corosync on all nodes solved the problem. I have the same problem. 4 nodes, after two of them where reboot it is not possible to join cluster. All nodes have the same configuration version. I don't know why, but all nodes has the same IP in a log near wrong version error...
  6. A

    Virtual Machine Generation ID

    Does Proxmox support Virtual Machine Generation ID? https://raw.githubusercontent.com/qemu/qemu/master/docs/specs/vmgenid.txt
  7. A

    [SOLVED] REST API documentation

    Hi, is there a REST API documentation like it is for PVE here https://pve.proxmox.com/pve-docs/api-viewer/index.html ?
  8. A

    Proxmox mail getaway and iRedMail

    Have you changed MX records?
  9. A

    abysmal write performance on ZFS lxc container? (now with kernel oops)

    I can confirm this: Processes in LXC container on ZFS that write to a disk and consume memory are stalled (D) most of time. E.g cc1plus, compiling takes ages.
  10. A

    Speedy ZFS Backups

    netcat example: https://github.com/ava1ar/zfs-send-receive
  11. A

    NFS brown schriek

    I have an exclamation mark on a Directory storage with 60% usage. No clue why so.
  12. A

    [SOLVED] Replication with different target storage name

    Very needed feature. Different nodes has different pool names.
  13. A

    [SOLVED] reboots hang with "watchdog did not stop"

    Same issue on ProLiant DL385p Gen8.
  14. A

    ASP+MSSQL is 2x slower than in other environments.

    I tried net and disk sections settings from http://www.drbd.org/users-guide-8.3/s-throughput-tuning.html and it didn't help a bit. I used drbadm adjust all. So I guess configuration reloaded.
  15. A

    ASP+MSSQL is 2x slower than in other environments.

    mir: For ATTO I have to register and wait for some email, HD Tune doesn't test write in free version. It looks like QD32 write looks bad. snowman66, spirit: DELL PERC H710 Mini 6Gbps - 03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2208 [Thunderbolt] (rev 05) It is...
  16. A

    ASP+MSSQL is 2x slower than in other environments.

    It is already changed to virtio-scsi-pci, with default LSI SCSI controller it was the same.
  17. A

    ASP+MSSQL is 2x slower than in other environments.

    I use virtio drivers for disk controller and network. bootdisk: virtio0 cores: 4 cpu: host ide0: none,media=cdrom memory: 24768 name: IIS net0: virtio=9A:50:BF:85:06:43,bridge=vmbr1 net1: e1000=1E:AD:89:E8:F8:82,bridge=vmbr2,tag=100 onboot: 1 ostype: win8 scsihw: virtio-scsi-pci sockets: 1...