Search results

  1. K

    [SOLVED] Synology NFS mount in cluster

    I am trying all day to mount an NFS share inside my proxmox cluster. These NFS shares already contains data from a previous cluster I ran. But for some reason it won't mount correctly. I run a proxmox cluster with 2 nodes and a synology nas as fileshare. Both my proxmox servers have 2 network...
  2. K

    [SOLVED] Cannot connect NFS on VLAN second interface

    So I reconfigured my proxmox cluster to put the web interface on a different vlan. My network interface is now running on VLAN20 while the rest is now on VLAN10. Here are the network interfaces configured for my 2 nodes (My second node only has a single 2.5g interface so I used Linux VLAN to...
  3. K

    Reconfiguring proxmox, seperating management interface and nfs interface

    So I am reconfiguring my proxmox setup, because I discovered a small problem that I have. I have a proxmox server connected with both 1gbit link, and a 10gbit link. current setup: - management is running on the 1gbit link, and NFS are also apperently running over this (server vlan) - vm's are...
  4. K

    Proxmox vgpu for both LXC and VM

    I have recently added a Nvidia 1080 inside a single node off my proxmox server. The reason I want this, is because I am using a VM running bluestacks for a game (24/7) and it doesn't work without a GPU. So I have it now running that the VM uses my gpu. But now I want to also move my plex server...
  5. K

    lxc config set my-container linux.kernel_modules overlay on proxmox

    I want to run this lxc command on proxmox: lxc config set my-container linux.kernel_modules overlay. But I have no clue how to do it?
  6. K

    LXC add linux.kernel_modules

    I am trying to setup an LXC container (debian) as a kubernetes node. I am so far that the only thing in the way is the kubeadm init script... error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR SystemVerification]: failed to parse kernel config: unable to...
  7. K

    LXC: setup kubernetes problems

    I am trying to get my single node kubernetes cluster running inside an LXC conainter. I am running a container with Debian-9.0-standard_9.7-1_amd64 image and docker. (For the setup of docker I followed the official setup docker on debian tutorial). I also enabled keyctl and Nesting... I...