Search results

  1. T

    [SOLVED] Where does Proxmox save its mounts?

    When I create/add storages via the GUI (for example via Disks | Directory) then this devices are mounted automatically after a restart - without an entry in /etc/fstab? Where does Proxmox save this mounts and options? Is it possible to change mount options?
  2. T

    PCI/PCIe Passthrough of Intel Virtual Function Network Card

    Hi I am trying to use the PCIe-Passthrough function of Proxmox 5. So I followed this article: https://pve.proxmox.com/wiki/Pci_passthrough I added this to my kernel boot parameters (/etc/default/grub): intel_iommu=on pcie_acs_override=downstream and this to my /etc/sysfs.conf...
  3. T

    Redundant ring for Corosync: faulty

    I installed a test-cluster with three nodes and wanted to test the redundant ring for corosync. On the first node I executed pvecm create testcluster -bindnet0_addr 172.26.1.1 -ring0_addr 172.26.1.1 -bindnet1_addr 172.28.1.1 -ring1_addr 172.28.1.1 On the second node I did this: pvecm add...