Search results

  1. Dunuin

    AdGuard Home in LXC

    Jain. Weiß nicht wie das bei Adguard ist, aber bei Pi-hole kann man durch aus verschiedene DNS Einstellungen für den Pi-hole Dienst und dem LXC haben (halt einmal DNS Client und einmal DNS Server). Dann hat man auch keine Schleife, wenn der LXC die Fritzbox als DNS eingetragen hat, die Fritzbox...
  2. Dunuin

    My External HDD - after last update

    He wrote the disk is recognized on another computer running Windows. I guess you already tried another USB port? And 240GB sounds more like a SSD than a HDD? Or is it actually a HDD?
  3. Dunuin

    Mirror Server

    If you want to run a cluster you should have at least 2 full PVE nodes + 3rd machine (for example a bare metal PBS, SBC, thin client, VM on some NAS box) as qdevice. With that script you are risking a split brain and potentially data-loss. "pvecm expected 1" should only be used manually after...
  4. Dunuin

    Windows VM Trimming

    Padding overhead only affects zvols as only zvols have a volblocksize. LXCs and PBS are using datasets which are using the recordsize instead (and therefore no padding overhead). One of the many reasons why you usually don't want to use a raidz1/2/3 for storing VMs but a striped mirror instead...
  5. Dunuin

    Windows VM Trimming

    So with a 8K volblocksize and ashift=12 you would lose 50% raw capacity (14% because of parity, 36% because of padding overhead). Everything on those virtual disks should consume 71% more space. To fix that you would need to destroy and recreate those virtual disks. Easiest would be to change...
  6. Dunuin

    Windows VM Trimming

    First I would verify that you got a high enough volblocksize for those zvols using zfs get volblocksize.
  7. Dunuin

    HW for Proxmox and NAS

    With only 2 or 3 nodes you don't need a 10Gbit switch. You could directly connect two servers via a single port NIC or 3 servers via three dual-port NICs. Got my single port 10bit NICs for 30€ each and the DAC cables for 10€.
  8. Dunuin

    Windows VM Trimming

    Very hard to read those tables if you don't put it between CODE tags. Are you sure its 128K volblocksize and not just 128K recordsize? You could check that with zfs get volblocksize,recordsize. Because 16K (previously 8K) volblocksize and 128K recordsize would be the default. With a 7-disk...
  9. Dunuin

    [TUTORIAL] Datastore Performance Tester for PBS

    I would count that "HDD for data + SSD for metadata" vs "HDD for data as well as metadata" as a important part of a filesystem speedtest, not just for a feature test. Will result in magnitudes of faster GC tasks and a cheap option for people who aren't willing to pay for SSD-only, as the SSDs...
  10. Dunuin

    What to do with my old ZFS zpool of Steam Games [Changing Old Windows PC into Proxmox]

    You can set up a proxy server for steam that caches your game downloads. So you have to only download it once. The proxy then will save it. Any other PCs after that, that want to download and install that game, will download it from your local proxy instead of the steam online servers. With that...
  11. Dunuin

    What to do with my old ZFS zpool of Steam Games [Changing Old Windows PC into Proxmox]

    Usually you would share those folders via SMB/NFS. But playing a game that loads ressources from a remote network share sounds terrible. Popping in objects, not loading textures and so on. Maybe a steam proxy would be an alternative?
  12. Dunuin

    Windows VM Trimming

    Maybe you are using a raidz1/2/3 with default volblocksize and it is "padding overhead"? Output of zpool list -v and zfs list -o space would give some hints.
  13. Dunuin

    HW for Proxmox and NAS

    If you only want to store cold data on it, yes. But used SFP+ NICs and DAC aren'T that expensive and would allow for 10Gbit. For redundancy you usually would use 3 servers. 2x PVE nodes (with for example ZFS replication) + 1x PBS that also works as a qdevice.
  14. Dunuin

    Home Media / Test Lab Server with Shared Storage

    Usually you would set up some SMB/NFS server handling those disks and then mount the SMB/NFS shares inside the VMs. This could be a NAS VM with disk passthrough, a NAS LXC with bind-mouned folders from the disks that are mounted on the PVE host or directly running the SMB/NFS server on the PVE...
  15. Dunuin

    Smartctl notification of "unreadable pending sector"

    Yes, it is when PVE isn't installed on that pool. "<old-device>" is the disk you want to replace, "<new-device>" is your disk you want the existing one to be replaced with.
  16. Dunuin

    Is it possible to restore a cloned drive in a VM?

    Yes. You might want to have a look at this: https://pve.proxmox.com/wiki/Advanced_Migration_Techniques_to_Proxmox_VE
  17. Dunuin

    Portainer to rule them all

    Both are valid options. Depends on how you would prefer to manage them. HA/migration/backup/templates on the PVE level by doing operations on the whole VMs or by doing all that on the container level inside the guest OSs.
  18. Dunuin

    Wie USB-HDD einbinden?

    Disk Passthrough sollte aber besser performen. Das ist kein echtes Passthrough wie bei PCI, wo die VM direkt und exklusiv auf die physische Hardware zugreifen kann, sondern die VM arbeitet dann mit einer virtuellen Disk die auf die physische Disk gemappt wird. USB Passthrough dagegen ist...
  19. Dunuin

    Portainer to rule them all

    Yes. But the simplest way to achieve it as long as PVE isn't supporting docker containers. If you want it in the intended way, you probably would set up a Kubernetes cluster with no PVE involved in rolling out/migrating/backing up those docker stacks. But if you are able to set up such a...
  20. Dunuin

    Upgrading PVE Tries to Remove proxmox-ve package

    Correct. "apt update && apt dist-upgrade" ;) "apt dist-upgrade". See the manual: https://pve.proxmox.com/wiki/System_Software_Updates

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!