Search results

  1. Baader-IT

    [SOLVED] BIG DATA ZFS (~200TB)

    Wolfgang, do you have any infos for this questions ?
  2. Baader-IT

    [SOLVED] BIG DATA ZFS (~200TB)

    Hi Wolfgang, So it is not possible to create a virtual disk with a size over 128 TB right? Greeting Tobi
  3. Baader-IT

    [SOLVED] BIG DATA ZFS (~200TB)

    Hallo! We are planing to create a BIG Data 2 Node Cluster with replication. Our intention is to build it with ~200TB ZFS size. This system should be designed for archiving data over more than 10 years. There should only be 2 vm's on one node and the task of the second one is failover. We want...
  4. Baader-IT

    Network - High Frequenz VM

    How can I pin the vCPUs to cores ? Didn't find anything in the Proxmox documentation.
  5. Baader-IT

    Network - High Frequenz VM

    We need live migration because of our HA strategy. The pps rate wasn't analysed. Why do you need this info? I will analyse the pps rate with our network team. Good Info! We will try this asap and will give you a feedback. Thanks!
  6. Baader-IT

    Network - High Frequenz VM

    If I set the Multiqueues over my VM config file I can set them to an other value. net1: virtio=F6:55:F2:37:1B:11,bridge=vmbr10,queues=16 Is there a way to change them over the GUI ?
  7. Baader-IT

    Network - High Frequenz VM

    Hi, we want to build a high frequenz VM which have about ~300.000.000 incoming Data-Packages á day. Now we have a big problem because there is a big packet loss (~1,5% - 3.000.000) but the packages arrive at the host (the Switch is not the Problem). (We guess perhaps network buffering ?!)...
  8. Baader-IT

    [SOLVED] VM One-Time-Boot

    Already tried this option before your answer :) This is our solution ! THX
  9. Baader-IT

    [SOLVED] VM One-Time-Boot

    Hallo, we want to install some VM's automatically. For this we have created a shell script which use the qm create command to create the VM. qm create $ID -name $NAME -bootdisk scsi0 -scsi0 NVME:$DISK1SIZE -scsihw virtio-scsi-pci -scsi1 HDD:$DISK2SIZE -memory 8192 -ostype l26 -sockets $SOCKETS...