Search results

  1. T

    VLAN trunks in UI

    Hello, I was looking at a way to pass two or more vlans to interface and I came across the "trunks" option to --netX flag. I don't see this configurable via UI, is there a plan to add it there? I don't mind cli, quite the opposite, but sometimes I have to give access to the UI to someone who...
  2. T

    Machines lose network connectivity after host network restart

    Hi, I have a 3 node cluster with latest PVE7 no-subscription version. On each server two of the interfaces are in OVS bond, with 2 vlan interfaces on it, first is management (891), second is corosync (213). I have couple vms in third vlan 892 (it's not configured on the PVE itself, only on VMs)...
  3. T

    [SOLVED] Create storage with same name on different nodes

    Hello, I just installed 3 node cluster, PVE 7.0-2. Each node has 2 drives, sda and sdb. On the first node, I created lvmthin pool called "pool-sas" on the sdb drive. When I tried to do the same on the other two nodes, I got an error for duplicate storage name. I ended deleting the storage via...
  4. T

    [SOLVED] Bad ZFS performance with SAS3416 HBA

    Hello, I am having issues with bad ZFS performance on 4 identical server with following hardware: DELL PowerEdge R6525, CPU 2x AMD EPYC 7262 8-Core Processor, 256GB RAM, HBA Symbios Logic SAS3416, 2 x SSD KPM5XVUG480G, 2 x SAS AL15SEB24EQY. Software version of PVE: proxmox-ve: 6.3-1 (running...
  5. T

    [SOLVED] Error on interface reload via the UI

    Hello, PVE 7.0-11 community version. I created network interface configuration manually, and when I am trying to set comment to an interface via the web interface, I got this error OVS bond 'bond0' - wrong interface type on slave 'enp2np1' ('' != 'eth') (500) Do I need to switch to old...
  6. T

    Selfservice for set of resources

    Hello, Is there an option to create set of resources, like for example 16 vCPUs, 32GB RAM, 200GB disk space and grant users or group access to it? The idea is to allow people create VMs/containers, but not exceeding certain resource limits. Thanks in advance.
  7. T

    Disable TLSv1/TLSv1.1 on management port

    Hello, is there a way to disable TLSv1/TLSv1.1 on the management port (tcp/8006)? Will there be issues for the nodes intra communications (I can see TLSv1 between nodes in the cluster)? Versions of the nodes: proxmox-ve: 6.3-1 (running kernel: 5.4.103-1-pve) pve-manager: 6.3-6 (running...
  8. T

    [SOLVED] CLI - set LXC disksize during creation

    Hello, I am trying to create container from cli using the following command: pct create 101 local:vztmpl/fedora-33-default_20201115_amd64.tar.xz --hostname ct101 --arch amd64 --cores 2 --memory 1024 --net0 name=eth0,bridge=vmbr1,firewall=1,gw=10.10.10.1,ip=10.10.10.6/24,tag=10,type=veth...
  9. T

    [SOLVED] Reverse web proxy for cluster

    Hello, I am trying to setup nginx as layer7 load balancer to cluster with 2 nodes. Setup looks like this: Nginx hostname: office-proxmox.internal.domain, Fedora33 with nginx Proxmox1 host: SRV1 Proxmost2 host: SRV2 Everything is working fine, but now and then I see in nginx error log messages...