Search results

  1. K

    networking broken after every reboot

    HI everyone, whenever i reboot my PBS (derdicated local server) i have to restart the networking by running: systemctl restart networking If i dont do that the PBS is not accepting incomming connections, rendering it useless. I am using newest PBS version updated today. The workaround is...
  2. K

    [SOLVED] Questions regarding encryption

    Hi, i got 2 questions to properly secure my data. The setup is one server running PVE an another server running PBS. All on premise. The VMs are stored on thin-provisioned LVMs that are encrypted using LUKS. The key is stored on a hardware token. I am really happy with that. Works great and...
  3. K

    [SOLVED] Proxmox mit luks

    ich versuche gerade ein LVM-thin mit luks zu verschlüsseln und dann als storage zu nutzen. wie in der Anleitung im englischen Forum erklärt: Find out UUID of SSD: ls -l /dev/disk/by-id/ # Create Partition: fdisk /dev/disk/by-id/myUUID g n Enter Enter Enter w # LUKS encrypt partition...
  4. K

    LVMthin not selectable for VM Storage

    i created an encrypted disk with LUKS and initialised an LVMthin on it. shows up fine according to the "lvs" command. In the webgui i can see it when i click on the node under the LVMthin tab. But its not visible on the left and can't be added as storage on the node or datacenter.
  5. K

    emergency mode after fstab edit

    I created a filesystem (ext4) on my newly created logical volume. i can mount it using mount /dev/mapper/HDD-ISOs /mnt/lvm/ISOs/. It works just fine. if i try using fstab to automount it the system boots into emergency mode. fstab entry: /dev/mapper/HDD-ISOs /mnt/lvm/ISOs/ ext4 defaults...
  6. K

    Storing ISOs in thin LVM

    HI, I created a thin lvm storage and added it to one of my nodes. It all worked fine and it can store vmdisks. But i cannot upload any to it since it is a block storage, not a file storage. What is the best way to enable storing ISO images on it? Mounting it and creating a filesystem?